body {
	margin: 0;
	padding: 0;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	background: #fff url(../images/gruppe.gif) no-repeat 300px bottom;
	background-attachment: fixed;
}

body#start-intro {
	background: #fff; /* kein Wasserzeichen auf der Startseite */
}

img { border: 0; }

img#junge {
	position: absolute;
	left: 800px;
	z-index: 2;

}

a { color: #0a00b2; }

#menu {
	width: 257px;
	height: 467px;
	margin: 0;
	padding: 31px 0 0 34px;
	background: #FFF url(../images/menu.jpg) no-repeat left top;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#menu li {
	height: 24px;
}

#menu li a {
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
	font-size: 15px;
}



#left {
	width: 257px;
	float: left;
	padding-top: 498px;
}

#main {
	width: 497px;
	float: left;
}

#main h1 { color: #2b3b6f; font-size: 180%; font-weight: bold; margin: 3px; padding: 2px }
#main h2 { color: #e9702b; font-size: 28px; line-height: 34px; font-weight: bold; margin: 5px; padding: 2px }
#main h3 { color: #0a00b2; font-size: 120%; font-weight: bold; margin: 3px; padding: 2px }


p.intro {
	font-size: 13px;
	line-height: 150%;
	color: #1501ad;
	padding: 10px;
	background-color: #efedfa;
	border: 1px solid #cecbf6;
	/*border-bottom: 2px solid #0a00b2;*/
}

div.article {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0e14a;
	background: #fff url(../images/gradient.gif) repeat-y left top;
/*	background: transparent url(../images/gradient.png) repeat-y left top;*/
}

body#start-intro .article { width: 580px; } /* = Flashbreite */

.article a { font-size: 12px; color: black; }
.article p { font-size: 12px; line-height: 14px;}
.article .thumb img {
	float: left;
	width: 150px;
	margin: 4px 8px 8px 8px;
}

ul.topics {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

.topics li {
	margin: 0;
	margin: 3px;
	padding: 3px;
	background-color: #fffdbd;
	border-bottom: 1px solid #f0e14a;
}

.topics li a { text-decoration: none; }


.content {
	margin-top: 50px;
	position: relative;
	z-index: 2;
}

#right {
	width: 200px;
	float: right;
}


#intro {
	width: 700px;
	position: relative;
	left: 257px;
	top: 20px;
	z-index: 2;
	text-align: left;
}


#menu div {
	width: 139px;
	height: 24px;
	margin-left: 34px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

h1#logo {
	width: 497px;
	height: 63px;
	margin: 25px 0 0 10px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	position: relative;
	z-index: 2;
}

hr {
	color: #efedfa;
	background-color: #efedfa;
	height: 2px;
	border: 0 none;
}

#breadcrumbs {
	background-color: #fdf0e8h;
	color: gray;
}

#breadcrumbs a { text-decoration: none;}

#umfrage {
	margin: 10px;
	padding: 10px;
	border: 1px solid #f0e14a;
	background: #fff url(../images/gradient.gif) repeat-y left top;
}


/* Bugfix */
.clear { clear: both; height: 1px; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.wrapper { display: inline-block; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
