﻿@charset "UTF-8";


body	{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#4C7294;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}


/* -------------------  Hyperlink Style ---------------------------------------------------*/

.main_nav a	{
color:#404041;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
}

.main_nav a:link	{
color:#404041;
}

.main_nav a:visited	{
color:#404041;
}

.main_nav a:hover	{
color:#0E5984;
}


/* -------------------  DIV Layout -------------------------------------------------------*/
#main_container {
width:975px;
clear:both;
margin-right:auto;
margin-left:auto;
margin-top:0px;
}
/* wird im header definiert, da die Hintergrundbilder dynamisch wechseln */
/*
#header_container	{
width:975px;
height:169px;
margin:0px;
background-image:url(images/header.jpg);
}
 */
 
#nav_container	{
width:975px;
height:42px;
margin:0px;
background-image:url(images/menue.jpg);
background-repeat:no-repeat;
}

#home_middle_container	{
width:893px;
min-height:523px; 
margin:0px;
padding:5px;
float:left;
/*background-image:url(images/content_area.jpg); */
background-color:#dee7f6;
/*background-repeat:no-repeat; */
background-repeat:repeat;
/*overflow-y:scroll; */
}

#content_container	{
width:975px;
margin:0px;
padding:0px;
float:left;
background-image:url(images/heigth_spacer.jpg); 

}

#left_border_container	{
width:36px;
min-height: 533px;
margin:0px;
height:100%;
padding:0px;
float:left;
background-image:url(images/left_border.jpg);
background-repeat:no-repeat;
}

#right_border_container	{
width:36px;
height:533px;
min-height:533px;
margin-bottom:0px;
float:right;
background-image:url(images/right_border.jpg);
background-repeat:repeat;
position:relative;
}

/*
#right_border_container_spacer	{
width:36px;
height:533px; 
margin:0px;
float:right;
background:aqua;
background-repeat:repeat;
position:relative;
}
*/

#bottom_border_container	{
width:975px;
height:56px;
margin:0px;
background-image:url(images/bottom_border.jpg);
background-repeat:no-repeat;
clear:both;
}

/* -------------------  Footer Style  -------------------------------------------------------*/

.copyBLUE	{
color:#69BBDC;
}

.footer1 a	{
color:#ffffff;
text-decoration:none;
font-size:13px;
}

.footer1 a:link	{
color:#ffffff;
}

.footer1 a:visited	{
color:#ffffff;
}

.footer1 a:hover	{
color:#000000;
}

.footer2 a	{
color:#69BBDC;
text-decoration:none;
font-size:13px;
}

.footer2 a:link	{
color:#69BBDC;
}

.footer2 a:visited	{
color:#69BBDC;
}

.footer2 a:hover	{
color:#ffffff;
}

