body {
scrollbar-base-color: #62A2DD;
scrollbar-3dlight-color: #A5C2DD;
scrollbar-highlight-color: #62A2DD;
scrollbar-face-color: #62A2DD;
scrollbar-shadow-color: #62A2DD;
scrollbar-darkShadow-color: #4877A2;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #dddddd;
margin: 0;
padding: 0;
background-image: url(/pic/bg_sidebar.jpg);
background-repeat: repeat-y;
background-position: 10px 10px;
color: #000;
}
			/*WRAP*/
#container {
width: 715px; border: 0px solid #ff0000; margin-top:16px;
padding: 0;
font: 12px arial,helvetica, tahoma, sans-serif;
/*line-height: 1.3em;
margin-left: auto;
margin-right: auto;
background: transparent;
color: #444;*/
}
			/*MAIN CONTENT*/
#content {
padding-bottom: 10px;
margin-left: 195px;
text-align:justify;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 175px;
margin: 0;
margin-left: 8px;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #002A67;
/*background: inherit;*/
text-decoration: none;
margin: 0;
padding: 5px 0px 5px 3px;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #FEF1AB;
color: #002A67;
}
#sidebar span {
display: block;
padding: 5px 0px 5px 3px;
border-bottom: 1px dotted #257e2a;
background: #FED600;
color: #002A67;
/*font-weight:bold;*/
}

			/*PICTURES*/
.mainPic {
margin-left: 10px; float: right; border: 3px solid #A6DB11;
}
.leftPic {
margin-bottom: 10px; float: left; border: 3px solid #A6DB11;
}
.rightPic {
margin-bottom: 10px; float: right; border: 3px solid #A6DB11;
}
.seperate {
clear:both;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : underline;
color : #002A67;
}
a:hover {
text-decoration : underline;
color :  #0046AC; 
}
.linkpage {
margin-bottom: 7px; clear: both;
}
/* Umgebogene Tags, die in der SOUP benutzt werden. ALSO NICHT BENUTZEN ODER EXTRA-KLASSEN ERSTELLEN ! */
U { /* Text auf Farbe setzen. Textunterstreichung wird hier zentral unterdückt. Bei verschiedenen Farben wird der Farbwert in den Seiten gesetzt, sonst hier zentral. */
	text-decoration:none;
	color:#002A67;
}
S { /* Mit  STG + H <s>-Tag schreiben, der hier zur Headline umgebogen wird. */
	text-decoration: none;
	font-family:arial,helvetica;
	font-size:150%;
}
HR {
	width:100%;
	color:#6B9CE5;
	background-color:#6B9CE5;
	height:1px;
	/*margin:0 0 10px 0;*/
	text-align:left;
	border:0px dashed blue;
}
OL, UL {
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
OL {
	margin-left:-17px;
}
UL {
	margin-left:-25px;
}

			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 0px;
background : transparent;
color :   #002A67;
}
h2 {
margin: 0px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 0px;
background : transparent;
color :   #002A67;
}
h3 {
margin: 0;
padding: 0;
font-size: 140%;
letter-spacing: 0px;
background : transparent;
color :  #002A67;
}
p {
/*text-align:justify;
margin-top: 0px;
margin-bottom: 0px;;*/
}
table.news {
	width: 520px;
	border: 1px solid #6B9CE5;
	border-collapse: collapse;
	font: 12px arial,helvetica, tahoma, sans-serif;
}
td.news_head {
	padding: 3px;
	font-size: 13px;
}
td.news_txt {
	padding: 3px;
	border-bottom: 1px solid #6B9CE5;
	text-align: justify;
}
td.news_no {
	padding: 3px;
	border-bottom: 1px solid #6B9CE5;
	text-align: center;
}
#blue		{ color:#002A67; }

