
/* Allgemein */

* { margin: 0px; padding: 0px; }

body {
	background: #999 url(images/main_bg.png);
	font-size: 10pt;
	line-height: 14pt;
	font-family: "UnDotum Bold", "Trebuchet MS", "DejaVu Sans", sans-serif;
}

h1 { font-size: 140%; line-height: 160%; margin-top: .4em; color: #871a28; font-weight: bold; }
h2 { font-size: 110%; line-height: 125%; margin-top: 1em; background: #e3e3e3; padding: 5px; }

a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: black; }
a img { border: none; margin-right: .2em; vertical-align: middle; }


/* Grundgerüst */

#page-wrap { background: url(images/rwr_bg_main.png) repeat-x; }

#page {
	padding: 0px 14px;
	background: url(images/shadow_main.png) repeat-y;
	margin: auto;
	width: 900px;
}

#top {
	background: url(images/shadow_top.png);
	height: 208px;
	padding: 15px 0px 0px 30px;
	position: relative;
}

#flags { font-size: 90%; }
#flags img { padding-left: .2em; }

#menu1 {
	position: absolute;

	top: 62px;
	left: 30px;
	font-size: 90%;
}
#menu1 ul li { display: inline; margin-right: 1em; }
#menu1 a, #menu1 a:visited { color: white; }

#menu2 {
	position: absolute;
	top: 190px;
	left: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
#menu2 ul { display: inline; text-transform: none; }
#menu2 ul li { display: inline; margin-left: 1em; }
#menu2 a, #menu2 a:visited { color: black; }

#trenner { margin: 10px 0px; }

#content { line-height: 16pt; padding: 0px 30px; }

#content #left { float: left; width: 265px; }
#content #main { margin-left: 285px; text-align: justify; }
#content #main ul { margin-top: .8em; }
#content #main ul li { margin: 0 0 0 25px; padding: 2px; list-style-image: url('images/listarrow.png'); font-size: 80%; font-weight: bold; color: #871a28; }

#footer {
	clear: left;
	font-size: 90%;
	border-top: 15px solid #66141e;
	margin: 1em -30px 0px -30px;
	padding: 5px 30px;
}

#bottom-wrap { width: 928px; margin: auto; }


/* Inhaltselemente */

p { margin-top: .2em; margin-bottom: .4em; }

.bild { font-size: 80%; font-weight: bold; padding-bottom: 1em; }
.bild img { margin: 5px 0px; }
.bild a { color: #838383; text-decoration: none; }

dl { margin-bottom: 1.5em; }


/* Seitenspezifische Inhaltselemente */

dl.kontakt dt { margin-top: .5em; background: #efefef; line-height: 160%; }
dl.kontakt dt a { color: black; }
dl.kontakt span.email { display: block; float: right; }
dl.kontakt dd { font-size: 90%; color: #888; margin-bottom: 1em; }


/* START ENTRY-PAGE */

#starting_flags { background: #66141e; margin: 0px -30px; padding: 20px 30px; }
.flag_right { float: right; }


