@charset "utf-8";

/* Farbdefinition:- Navigationsschrift:Courier (bzw. Courier Bold)
 
 - Farbe:Blau #006699
 - Farbe:Grün #CCCC00
 - Farbe:Grau rgb(111, 112, 111)
*/



body {
	font:12px Arial, Helvetica, sans-serif;
	background:rgb(255,255,255);
	margin:0;
	padding:0;
	text-align:center;
	color:rgb(111, 112, 111); /* grau */
}
a:link {
	color:rgb(111, 112, 111);
	text-decoration:none;
}
a:visited {
	color:rgb(111, 112, 111);
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:none;
}
li a.aktiv {
	color:#006699;
	text-decoration:none;
}
a:active {
	color:#006699;
	text-decoration:none;
}
#meta1 a:hover, #meta2 a:hover {
	color:#CCCC00;
	text-decoration:none;
}
#meta1 a:active, #meta2 a:active {
	color:#006699;
	text-decoration:none;
}
#container { 
	width:760px; 
	background:#FFFFFF;
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0;
	
	text-align:left;
} 
#header { 
	margin:0;
	padding:0;
	height:233px;height:233px;
	background-image:url(/_layout/logo.png);
	background-repeat:no-repeat;
} 
#top { 
	height:50px;
	background-color:rgb(248, 248, 203); /* damit rgb(251, 251, 229) entsteht bei 50% opacity */
	border-bottom:1px #CCCC00 dashed;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;

	margin:0;
	padding:0; 
	display:none;
} 
#sidebar1 {
	float:left; 
	width:250px; 
	min-height:auto;
	line-height:2em;
	padding:0px 0 15px 0;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	font-weight:bold;
}
#sidebar1 ul {
	margin:0; 
	padding:.2em 0;
	list-style:none;
	line-height:1.5em;
}
#sidebar1 ul li {
	padding:.4em 0;
	list-style:none;
	border-bottom:1px rgb(111, 112, 111)  dashed; /* grau */

}
#sidebar1 ul ul {
	list-style:none;
	/*margin-bottom:.5em;*/
	/* border-top:2px rgb(111, 112, 111)  dashed; grau */

}
#sidebar1 ul li li {
	padding:0 0 .1em 0;
	margin-left:1.2em; 
	list-style:none;
	border-bottom:none;
}
#meta1 {
	width:100%;
	text-align:center;
	height:2.5em;
	background-color:rgb(251, 251, 229);
	border-top:1px #CCCC00 dashed; /* dunkelgruen */
	border-bottom:1px #CCCC00 dashed; /* dunkelgruen */
	color:#CCCC00;
}
#meta1 span {
	display:block;
	padding-top:.25em;
}
#meta1 span a.aktiv {
	color:#CCCC00;
}
#meta1 span#links {
	text-align:left;
	width:83px;
	float:left;
}
#meta1 span#mitte {
	text-align:center;
	width:84px;
	float:left;
}
#meta1 span#rechts {
	text-align:right;
	width:83px;
	float:right;
}
#menu {
	clear:both;
	margin-top:50px;
}
#meta2 {
	text-align:right;
	vertical-align:middle;
	height:2em;
	background-color:rgb(251, 251, 229);
	border-top:1px #CCCC00 dashed; /* dunkelgruen */
	border-bottom:1px #CCCC00 dashed; /* dunkelgruen */
	padding-top:.5em;
	color:#CCCC00;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	font-weight:bold;
}

#meta2 span {
	
	text-align:right;
}
#meta2 span#deutsch {
	
}
#meta2 span#english {
	margin-right:20px;
}

#mainContent { 
	margin:0 0px 20px 280px; 
	padding:0 0 0 10px;
} 

#Content {
	margin:52px 0 0 0;
	color:Black;
	line-height:1.3em;
	min-height:32em;
}
#Content a:link {
	text-decoration:underline;
}
#Content a:visited {
	text-decoration:underline;
}
#Content a:hover {
	text-decoration:underline;
}
#Content a:active {
	text-decoration:underline;
}
h1{ 
	color:#006699;
	font-family:"Courier New", Courier, monospace;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 .5em 0;
	padding:0px;
} 
h2{ 
	color:#CCCC00;
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
	font-weight:bold;
	margin:0.5em 0 0em 0;
	padding:0px;
}
h3{ 
	font-weight:bold;
	margin:0.5em 0 0em 0;
	color:rgb(111, 112, 111);
	font-family:"Courier New", Courier, monospace;
	font-size:1.1em;
}
p{
	margin:0.25em 0 .5em 0;
	padding:0px;
}

#News {
	margin:30px 0;
	border:1px #006699 dashed; /* blau */
	background-color:rgb(251, 251, 229);
	padding:.5em;
}
#News h1 {
	margin:0 0 .5em 0;
	padding:0;
}
#News h2 {
	margin:0;
	padding:0;
	color:rgb(111, 112, 111);
	font-size:1.1em;
}
#mainContent ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
#mainContent li 
{
	padding-left:13px;
	background-image:url(/_layout/liste.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
}
/*label {
	display:block;
	float:left;
	width:100px;
}
p.box label {
	display:inline;
	float:none;
	width:80px;
}
th {
	width:100px;
	text-align:right;
	vertical-align:top;
}
input[type=text] {
	width:270px;
}
form p {
	margin:0 0 5px 0;
}
form h2 {
	margin:30px 0 5px 0;
}
.box input {
	width:18px;
}*/
#footer { 
	padding:0;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	font-weight:bold;
} 
#footer p {
	margin:0;
	padding:.5em 0;
}
#footer table td.links{
	width:250px;
	height:2.5em;
	border-top:1px #CCCC00 dashed; /* d'grün */
	background-color:rgb(251, 251, 229);
}
#footer table td.weiss{
	width:40px;
	border-top:2px #FFFFFF dashed; /* weiss */
	background-color:#FFFFFF;
}
#footer table td.rechs{
	width:480px;
	border-top:1px #CCCC00 dashed; /* d'grün */
	background-color:rgb(251, 251, 229);
	text-align:right;
}
.fltrt { 
	float:right;
	margin-left:8px;
}
.fltlft { 
	float:left;
	margin-right:8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}