/* Standard CSS-Datei */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
background-color: #78797B;
SCROLLBAR-BASE-COLOR: #b3b3b3;
SCROLLBAR-ARROW-COLOR: #ffffff;
background-image: url('../images/bg_site.png');
background-repeat: repeat;
background-position: top center;
}

/* Text */

td, p, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 120%;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

/* Headings */

h1 {
	color: #0d146c;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
}

h2 {
	color: #0d146c;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}

h3 {
	color: #333333;
	font-size: 14px;
	line-height: 120%;
}


/* Links */

a:active {  color: #0d146c}
a:hover {  color: #0d146c}
a:link {  color: #0d146c}
a:visited {  color: #0d146c}



a.navigation, a.navigation:link, a.navigation:visited, a.navigation:active {
height: 50px;
line-height: 50px;
margin-right: 20px;
color: white;
font-weight: bold;
text-align: left;
vertical-align: baseline;
text-decoration: none;
float:left;
font-size: 14px;
}

a.navigation:hover {
color: #b3b3b3;
}

a.footer_nav, a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active {
margin-right: 10px;
color: white;
font-weight: bold;
text-align: left;
vertical-align: baseline;
text-decoration: none;
float: right;
font-size: 10px;
background-image: url('../images/arrow.png');
background-repeat: no-repeat;
background-position: left;
text-indent: 10px;
}

a.footer_nav:hover {
color: #b3b3b3;
background-image: url('../images/arrow_hover.png');
background-repeat: no-repeat;
background-position: left;
}

/* Seitenstruktur */

#main_intro {
width: 880px;
height: 570px;
display: block;
margin-top: 40px;
}

#main {
width: 880px;
height: 570px;
display: block;
margin-top: 40px;
padding: 0;
background-color:white;
}

#header {
width: 100%;
height: 112px;
display: block;
background-image: url('../images/bg_header.png');
background-repeat: repeat-x;
margin: 0;
padding: 0;
text-align: left;
}

#logo {
background-image: url('../images/logo.png');
background-repeat: no-repeat;
width: 129px;
height: 42px;
position: relative;
top: 40px;
left: 715px;
}

#footer {
width: 880px;
}

#navigation_horiz {
width: 880px;
height: 50px;
line-height: 50px;
display: block;
margin: 0;
padding: 0;
text-align: right;
vertical-align: baseline;
}

#column {
margin: 20px;
height: 420px;
text-align :left;
}

#column_text {
margin: 5px;
width: 850px;
height: 320px;
display: block;
overflow: auto;
text-align: left;
border: 1px solid yellow;
}
