/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*schriftfarbe*/
	color: #485192;
	
	/* OPTIONAL HINTERGRUND-BILD
	background-image:url(templates/kbo_001/images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	*/
}

a {
	color:#999999;
	padding-left: 10px;
	padding-right: 10px;
}
a.menu{
//	display: inline;
}
a.menuactive {
	border: 1px solid #999999;
}
a:hover {
	text-decoration:none;
}
a.menu:hover {
	text-decoration:none;
	background-color: #666666;
	color: #ffffff;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* DER BEREICH, DER DAS kbo_001 BILD UND DEN WEBSEITENTITEL ENTHALTEN KANN */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:10px;
	border: none;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* EIGENSCHFTEN DES HEADER-BILDES */

#title img {
	border:none;
}

/* DER BEREICH, DER ALLE INHALTE DER WEBSEITE ENTHÄLT */

#container {
	width:900px;
	height: 1000px;
	margin:0 auto 0 auto;
}



/* MENÜ DER SEITE */

#sidebar {
	width:250px;
	float:right;
	/*border-top:2px dotted #B07211;
	padding-top:15px;*/
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	background-color: #000000;
	
}

#sidebar p {
	line-height:15px;
}


/* MENÜ */




/* THE AREA NEXT TO THE SIDEBAR */

#content {
        width: 600px;		
	padding-right:15px;
	border-top: 2px dotted #B07211;
	border-right:1px solid #cccccc;
	background-image:url(../images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(../images/kbo_001.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:0px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(templates/kbo_001/images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}


