/* CSS Document */

html {
		}
	
body {
	font-family :  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #4D4D4D url(../images/body_bg.jpg) repeat-x;
	text-align:center
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags */

p {
	font-size: 120%;
	margin: 0 0 0.7em 0;
	line-height: 1.3em
}

a {
	color: #B22222;
	text-decoration: none;
	outline:none
}

ul {
	margin: 0 0 0 20px;
	font-size: 120%;
	list-style-image: url(../images/bullet1.png);
}

ul li {
	margin: 0px;
	padding: 0 0 2px 0;
	line-height: 1.5em
}

h1 {
	display:block;
	width: 930px;
	height: 145px;
	background: url(../images/h1_bg.jpg) no-repeat;
	font-size: 140%;
	text-indent: -999em;
	
}

h2 {
	font-size: 180%;
	margin: 0 0 0.7em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc
}

h3 {
	font-size: 120%;
	color: #25457A;
	margin: 0 0 0.7em 0;
}

h4 {
	font-size: 140%;
	margin: 0 0 0.7em 0;
}

h6 {
	font-size: 150%;
	
	margin: 0 0 0.7em 0;
	border-bottom: 1px solid #ccc;
}



/* Klassen */
#start_geo {
	background: url(../images/geo_start_bg2.jpg) no-repeat;
	height: 140px;
	padding: 60px 200px 0 20px;
	margin: 0 0 2em 0
}
#start_geo h2 {
	font-size: 18px
}

#start_geo p {
	font-size: 12px
}

#start_fragen {
	width: 300px;
	float:right;
	margin: 0 0 0 20px		
} 

.bild {
	padding: 1px;
	border: 1px solid #d1d1d1
}

.bild_text_ohne {
	float:left;
	margin: 0 20px 0px 0
}

.bild_text_re {
	float:right;
	padding: 1px;
	border: 1px solid #d1d1d1;
	margin: 0 0 10px 10px
}

.bild_text_ohne_re {
	float:right; 
	margin: 0 0 0 20px
}

.bild_galerie {
	padding: 1px;
	border: 1px solid #d1d1d1;
	margin: 0 4px 4px 0
}
.bild_galerie:hover {
	border: 1px solid #25457A;	
}

/* Layout */

#container {
	width: 930px;
	margin: auto;
	background: #fff url(../images/container_bg.jpg) top center repeat-y;
	text-align:left;
	position: relative;
	
}

#logo {
	width: 190px;
	height: 230px;
	background: url(../images/logo_bg.jpg) no-repeat;
	position: absolute;
	top: 0;
	right: 45px;
	z-index: 0
}
#logo a {
	display:block;
	width: 190px;
	height: 200px;
}

#logo img {
	display:none
}

#content_wrap {
	background: url(../images/content_wrap_bg.jpg) bottom right no-repeat;
	overflow:hidden;
}

#content {
	float:left;
	width: 600px;
	padding: 20px 20px 20px 40px
}


#sidebar {
	float:right;
	width: 180px;
	padding: 90px 40px 0 30px
}

#sidebar ul {
	list-style-type:none;
	margin: 0 0 1.3em 0;
	list-style-image: none;
}

#sidebar li {
	
}

#sidebar ul li a {
	display:block;
	width: 154px;
	height: 16px;
	border-left: 3px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	padding: 2px 0 2px 20px;

	
}

#sidebar ul li a:hover{
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	color: #000;
}

#sidebar ul li a.aktiv {
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	color: #000;
	background: #DADADA;
}

#footer {
clear:both;
	height: 100px;
	background: #4D4D4D url(../images/footer_bg.jpg) no-repeat;
	padding: 10px 0 0 40px
}

#footer p {
	border-top: 1px solid #ccc;
	width: 600px;
	padding: 10px 0 0 0
}