/* CSS Document */

body {
	background-color: #4480C5;
	color: #342CCD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0;
	min-width: 800px;
} 
a:focus { outline: none;}
h1 {
	margin: 0;
	clear: both;
}
h2 {
	margin: 0;
	font-size: 14px;
}  
select {
	font-size: 10px;
}
div#header {
	width: 1400px;
	height:100px;
	margin:0;
	background-color: #FFFFFF;
}
div#header h1 {
	font-size: 16px;
	font-weight: bold; 
}
div#header h3 {
	font-size: 12px;
	margin: 0;
}

/* Page Elements  - - - - - - - - - - - - - - - - - - -*/
#wrapper {
	margin: 0 auto;
	width: 1400px;
}  
#footer {
	color : #FFFFFF;
	font-size: 11px;
	clear: both;
	background-color: #352CCD;
	font-weight: bold;
	height: 15px;
	padding: 7px 0 5px 20px;
}
#footer p {
	margin: 0;
}
#footer a {
	color : #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #352CCD;
}
#footer a:hover, a:active, a:focus {
	color : #FFCC00 !important;
	font-weight: bold;
	text-decoration: none;
	background-color: #352CCD;
}

/* Container for Content  - - - - - - - - - - - - - - - - - - -*/

#maincontent {
	font-size: 11px;
	padding: 0px 10px 20px 10px;
	width: auto;
	background-color: #FFFFFF;
} 
#maincontent h1 {
	font-size: 16px;
	font-weight: bold; 
}
#maincontent h3 {
	font-size: 12px;
	margin: 0;
}
#maincontent p{
	font:  12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #352CCD;
}
#maincontent a {
	color: #352CCD;
	text-decoration: underline;
}
#maincontent a:hover, a:active, a:focus {
	color: #4480C5;
	text-decoration: underline;
} 


/* Table Styles  - - - - - - - - - - - - - - - - - - -*/

.tableborder {
	text-align: center;
	border-bottom: 1px solid #333333;
	margin-top: 10px;
}
.tableborder td {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 6px;
}
.tableborder2 {
	text-align: center;
	border-bottom: 1px solid #333333;
	margin-top: 10px;
}
.tableborder2 td {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 1px;
}
.tablenoborder {
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
	padding: 0!important;
}
.borderleft {
	background-image: url(bilder/border333.gif);
	background-repeat: repeat-y;
}
.bedingungen {
	padding-left: 30px;
}

/* Table Cell Bgcol  - - - - - - - - - - - - - - - - - - -*/

.bd {
	background-color: #87C1EA;
}
.gd {
	background-color: #CCFF00;
}
.rd {
	background-color: #FF9966;
}
.od {
	background-color: #FFCC00;
}
.bl {
	background-color: #CCE3F5;
}
.gl {
	background-color: #FFFF99;
}
.rl {
	background-color: #FFD5BF;
}
.ol {
	background-color: #FFD56C;
}

/* Buttons and Links  - - - - - - - - - - - - - - - - - - -*/
a.buttonyellow:link, a.buttonyellow:visited {
      font:  12px Arial, Helvetica, sans-serif;
	  font-weight: bold;
      color: #352CCD !important;
      background-color: #FFCC00;
      border: 1px solid #352CCD;
      text-decoration: none !important;
	  padding: 4px;
      text-align: center;
	  margin-top: 20px;
	  margin-left: 0px;
	  display: block;
}
a.buttonyellow:hover, a.buttonyellow:active {
      color: #FFFFFF!important;
      background-color: #FFCC00;
      border: 1px solid #352CCD;
      text-decoration: none!important;
}

