/*

*/

a:hover .team {
	opacity: 0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

body {
	margin: 0px auto;
	text-align: center;
	padding: 0;
	font-family: Arial, sans-serif;
	background:  #CCCCCC;
	font-size: 0.75em;
}



#wrap {
	text-align: left;
	background: white;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#topper { 
	clear: both;
	height: 24px;
	width: 760px;
	background-color: rgb(160,159,159);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}


#topper p { /* Schriftzug im Design-Rahmen oben */
	color: #fff;
	font-size: 10px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	float: left;
	width: 100%
}

#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 100px;
}
#header h1 {
	width: 400px;
	margin: 25px 0 0 10px;
	float: left;
	font-size: 25px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:focus {
	color: #fff;
	text-decoration: none;
}
#header p {
	width: 360px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.2em;
}

.mainNav {
	margin: 0 0 15px 0;
	height: 24px;
	width: 100%;
	background-color: rgb(160,159,159);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.mainNav a, .mainNav a:visited {
	background-color:  rgb(160,159,159);
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 13px 0 10px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.mainNav a:active, .mainNav a:hover {
	background-color:  black;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 13px 0 10px;
	border-right: 1px solid #fff
}
.mainNav a.current, .mainNav a.current:hover, .mainNav a.current:visited, .mainNav a.current:active {
	background-color:  black;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 13px 0 10px;
	border-right: 1px solid #fff
}

div.teaser {
	margin-bottom: 25px;
	border-bottom: 1px solid #606060;
}

#navigation, #navigation p {
	float: left;
	width: 122px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	/*background: #CCCCCC;*/
	background-color: rgb(160,159,159);
	color:white;
}


#navigation ul.nav2nd li {

	padding: 0 0 0 0;
	margin: 0 0 0 -43px;
	list-style-type: none;
	/*background: #f4f4f4;*/
	/*background:url(nav_rohr1.gif) 0 no-repeat;*/
	color:white;
}

#navigation ul.nav2nd a {
	display: block;
	padding: 1px 5px 3px 10px;
	font-size: 12px;
	width:110px;
	/*font-weight: bold;*/
	line-height: 25px;
	color:white;

}

#navigation ul.nav2nd a.current, #navigation ul.nav2nd a:hover {
	text-decoration: none;
	padding: 1px 5px 3px 10px;
	color:black;
	/*background: #008;  */
	/*background: url(nav_rohr2.gif) 0 no-repeat;*/
	background: #f4f4f4;
	list-style-type: none;
}


#extras { /* rechte Spalte, falls eingerichtet.*/
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras p {
	margin: 0 0 1.5em 0;
}

#content {
	margin: 0 5px 30px 130px;
	/*
	border-left: 1px solid rgb(160,159,159);
	border-right: 1px solid rgb(160,159,159);
	background: #cccccc;
	*/
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	
}

#content100p {
	margin: 0 25px 30px 25px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	
}

#content100p h1,#content h1 {
	font-size: 1.2em;
	line-height: 24px;
	padding: 1px 1px 1px 1px;
	color:black;
	/*background-color: rgb(160,159,159);*/
}
#content100p h2,#content h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
#content100p h3,#content h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}
#content100p h4,#content h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#content100p img,#content img {
	padding: 1px;
	display: inline;
	/*
	background: #cccccc;
	border: 1px solid #f0f0f0;*/
}
#content100p div.flRight,#content div.flRight { /* floating images, inserted via textile*/
	float: right;
	margin-left: 10px;
}
#content100p div.flLeft,#content div.flLeft { /* floating images, inserted via textile*/
	float: left;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
}
a img {
	border: 0;
}


div#content fieldset {
		border: 1px solid #3d4c98;
		padding: 10px;
		}
div#content fieldset .formgen_error {
			color: #f00;
		}
div#content fieldset legend {
			padding: 0 5px;
		}
div#content fieldset label,
div#content fieldset div.formheadline {
			display: inline-block;
			width: 100px;
			margin: 5px 0;
		}
div#content fieldset input,
div#content fieldset textarea {
			border: 1px solid #3d4c98;
			background-color: #e2eef6;
		}
div#content fieldset input.formgen_error,
div#content fieldset textarea.formgen_error {
			background-color: #f00;
		}
div#content fieldset input:hover,
div#content fieldset input:active,
div#content fieldset input:focus,
div#content fieldset textarea:hover,
div#content fieldset textarea:focus,
div#content fieldset textarea:active {
		background-color: #fff;
		}
div#content fieldset input.formsubmit {
			background-color: #8bb7de;
			padding: 2px 7px;
			margin: 10px 0 0 0;
		}
div#content fieldset textarea {
			display: block;
			font-family: Arial, verdana, sans-serif;
			font-size: 10pt;
		}

#footer {
	clear: both;
	margin: 0 0 30px 0;
	padding: 8px 0 8px 0;
	background-color: rgb(160,159,159);
	width: 760px;
	text-align: center;
	color: white;
	font-size: 0.9em;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	margin: 10px 10px 5px 0;
	float: left;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}

