/* @group Reset */

*
body
{
	margin: 0;
	padding: 0;
	background-color: #f2ffe3;
	font-family: 'Droid Sans', Verdana, sans-serif;
	}

/* @end */
 @font-face { font-family:'Droid Sans'; src:url(../bilder/DroidSans.ttf), url(../bilder/DroidSans-Bold.ttf); }
/* @group Allgemeine Dedinitionen */


#hauptebene {
	position: absolute;
	width: 770px;
	margin:130px 200px;
	background-color: #fff;
	padding: 0px;
}

#logo {
	position: absolute;
	left: 690px;
	top: 15px;
	width: 249px;
	height: 70px;
	background-image: url(../bilder/logo.gif);
}

#menue {
	position: fixed;
	top: 130px;
	left: 25px;
	width: 170px;
}


#team {
	position: relative;
	width: 700px;
	height: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}


#balkenhalb {
	left: 150px;
	width: 770px;
	height: 28px;
	margin: 0px;
	background-image: url(../bilder/balkenkachel.jpg);
	border-top: 1px solid black;
	}

h3.content {
	cursor: pointer;
	width: 690px;
	border: none;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	background-image: url(../bilder/balkenkachel.jpg);
	color: #cbcbcb;
	margin: 0px 0 1px 0px;
	padding: 7px 40px 4px;
}


.text {
	font-size: 13px;
	min-height: 180px;
	font-style: normal;
	line-height: 20px;
	background-color: #fff;
	text-align: left;
	color: #000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin:0px;
	padding: 20px 10px 30px 40px;
}

.textlinks {
	font-size: 13px;
	min-height: 180px;
	font-style: normal;
	line-height: 20px;
	background-color: #fff;
	text-align: left;
	color: #000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin:0px;
	padding: 20px 00px 30px 40px;
	clear: both;
	float: left;
}

.textklein {
	font-size: 9px;
	line-height: 16px;
	letter-spacing: 0px;
}


 li {
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	list-style-image: url(../bilder/listenpunkt.jpg);
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	width: 420px;
	margin:0px;
	padding: 0px;
}


.head {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	line-height: 26px;
	padding: 3px 0px 0px 40px;
}

.menue {
	font-weight: regular;
	background-image: url(../bilder/balkenkachel.jpg);
	font-family: 'Droid Sans', sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	font-size: 13px;
	margin: 0px 0px 1px 0px;
	padding: 10px 10px 3px 15px;
	display: block;
	}

.contentbild {
	width: 350px;
	float: left;
	align: left;
	margin:0px;
	padding: 25px 25px 80px 42px;
	border: none;
}

.kleinbild {
	width: 350px;
	float: left;
	align: left;
	margin: 0;
	padding: 25px 25px 00px 42px;
	border: none;
	clear: both;
}

.pidde {
	width: 350px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0px0px 00px 0px;
	border: none;
	clear: both;
}


.teambild {
	width: 690px;
	float: left;
	align: left;
	margin: 0;
	padding: 25px 25px 00px 42px;
	border: none;
	clear: both;
}

.startbild {
	width: 690px;
	height: 369px;
	float: left;
	align: left;
	margin:0px;
	padding: 0px 25px 0px 40px;
	border: none;
}


#menue a:link { font-weight:regular; color: #ffffff; text-decoration:none; }
#menue a:visited { font-weight:regular; color:#ffffff; text-decoration:none }
#menue a:hover { font-weight:regular; color:#acc1dc;  text-decoration:none; }
#menue a:active { font-weight:regular; color:#ffffff; text-decoration:none }
#menue a:focus { font-weight:regular; color:#ffffff; text-decoration:none }

#hauptebene a:link { font-weight:regular; color: #000000; text-decoration:none; border-bottom: 1px dotted black;}
#hauptebene a:visited { font-weight:regular; color:#000000; text-decoration:none; border-bottom: 1px dotted black; }
#hauptebene a:hover { font-weight:regular; color:#000000;  text-decoration:none; border-bottom: 1px dotted black;}
#hauptebene a:active { font-weight:regular; color:red; text-decoration:none; border-bottom: 1px dotted black;}
#hauptebene a:focus { font-weight:regular; color:red; text-decoration:none; border-bottom: 1px dotted black;}

/* @end */

/* @group Accordion */

dl.accordion
{
	display: none;
	width: 250px;
	background-color: #fff;
	border-left: 1px solid #e6e2af;
	border-right: 1px solid #e6e2af;
	border-bottom: 1px solid #e6e2af;
}

/* @group Ebene 1 */

dl.accordion dt
{
	position: relative;
	height: 20px;
	padding: 0px 0 2px 0px;
	
	font-weight: bold;
	
	color: white;
	background: #00506c url(icon_accordion_closed.png) no-repeat;
	
	cursor: pointer;
	border-top: 1px solid #e6e2af;
}

* html dl.accordion dt
{
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon_accordion_closed.png', sizingMethod='crop');
	background-image: none;
}

dl.accordion dt.open
{
	background-image: none;
}

* html dl.accordion dt.open
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon_accordion_open.png', sizingMethod='crop');
	background-image: none;
}

dl.accordion dd
{
	position: relative;
	overflow: hidden;
	background: #fff;
}

