
/* Links allgemein */

A:link {
	color : #FF0000;
	text-decoration: none;
	font-weight: lighter;
	
}

A:visited {
	background-color : transparent;
	color : #FF0000;
	font-weight : lighter;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration: underline;
}

A:active {
	background-color : transparent;
	color : #FF0000;
	font-weight : lighter;
	text-decoration : none;
}

H1 {
	font-family : Verdana;
	font-size : 18px;
	color : #333366;
	margin-left: 15px;
	margin-top : 0px;
	font-weight: normal;
}

H2 {
	font-family : Verdana;
	font-size : 18px;
	color : #333366;
	margin-bottom : 15px;
	margin-top : 0px;
	font-weight: normal;
}


bodytext {
	font-family : Verdana;
	font-size : 13px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


/* Inhalt */
#content td, p, li, ul{
	font-family : Verdana;
	font-size : 13px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*######################################################################*/

body {
   margin: 0;
   background-color: #F1F1F1;
   background-image: url(../images/bg3.gif);
   background-repeat: repeat-x;
   overflow: scroll;
   font: Verdana;
   font-size: 12px;
   width: 100%;
   height: 100%;
   }
	
/* Kopfbild */
#logo_container {
   /*margin-left: 140px;*/
   position: absolute;
   top: 0px;
   height: 89px;
   }

#logo_container a{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}

#logo_container a:hover{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}

#container {
   position: absolute;
   top: 88px;
   width: 759px;
   height: 215px;
   border-left: 1px;
   border-left-style: solid;
   border-left-color: #FFFFFF;
   border-right: 1px;
   border-right-style: solid;
   border-right-color: #FFFFFF;
}
#flash_container {
   position: relative;
  /* left: 140px;*/
  /* top: 18px;*/
   width: 759px;
   height: 196px;
   background-color: #F1F1F1;
   }

/* Navigation */
#navi_container {
   position: relative;
  /* left: 140px;*/
   top: 1px;
   width: 759px;
   height: 19px;
   background-color: #000099;
   }
   

 
/* Inhaltscontainer */
#content_container {
   top: 215px;
   /*left: 142px;*/
   position: absolute;
   padding-top: 18px;
   padding-right: 15px;
   width: 760px;
   height: 500px;
   background-color: #F1F1F1;
   background-image: url(../images/bg.gif);
   background-repeat: no-repeat;
   overflow: visible;
   } 

#left_container {
   top: 0px;
   left: 0px;
   position: absolute;
   padding-top: 18px;
   padding-right: 15px;
   margin-left: 15px;
   width: 340px;
   } 
   
#right_container {
   top: 0px;
   left: 390px;
   position: absolute;
   padding-top: 18px;
   padding-right: 15px;
   width: 375px;
   } 
