/* hier sind festen Werte, definiert,
   um jedem Browser zu erklaeren, was ich gerne haette
*/

table,body,html,ul,h1,h2,h3,h4,h5,p,form
{	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	outline:none;
}

*
{	outline:none;
}

a
{	text-decoration: none;
	border:none;
	font-weight: bold;
	color: #264796;
}

.blue_background h3
{	background-color:#264796;
	color:#ffffff;
}

.red_background h3
{	background-color:#E31E25;
	color:#ffffff;
}



.center
{	text-align:center;
}

html
{	height:100%;
}


body
{	background-color:#f6fafb;
	font-size:11px;
}

h1 {
	font-size: 1em;
	padding: 5px;
	border: 1px solid #C0C0C0;
	background-color:#264796;
	color:#ffffff;
}

h2 {
	font-size: 0.8em;
}

h4 {
	font-size: 1em;
}

legend {
	color: #264796;
}

fieldset {
	padding: 1em;
	border: 1px solid #C0C0C0;
	margin-top: 1em;
	margin-bottom: 1em;
}

img
{	border-width:0px;
}

.clear
{	clear:both;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}

#layout
{	max-width:1400px;
	min-width:1003px;
	margin:auto;
}

/* die positionierung und der hintergrund des layouts */
#container
{	width:983px;
	padding:0px 10px;
	margin:0px auto 0px auto;
	overflow:hidden;
}

#header
{	text-align:right;
	margin:0px 0px 0px 0px;
	padding:20px 0px 1em 0px;
}

#home
{	margin:20px 60px 0px 0px;
}

#header strong
{	display:block;
	padding:10px 60px 5px 0px ;
	font-size:14px;
}


.header_border
{	background-color:#264796;
	border:1px solid #264796;
	border-color:#4A68B0 #5675e9 #4A68B0 #5675e9;
	margin:auto;
	height:17px;
	overflow:hidden;
	color:#ffffff;
}


.left
{	float: left; 
	width: 18em;
	margin: 0em 0em 1.2em; 
	padding: 0;
	overflow:hidden;
	display:inline;
}

.right
{	float: right; 
	width: 18em;
	margin: 0em 0em 1.1em; 
	padding: 0;
	overflow:hidden;
	display:inline;
}

.linkbox
{	list-style-type:none;
	list-style-position:outside;
	border:2px solid #eef1f7;
	border-bottom-width:0px;
	margin-top:10px;
}

.linkbox li
{	border-bottom:2px solid #eef1f7;
	width:100%;
	overflow:hidden;
	background-color:#ffffff;
}


.linkbox h3
{	font-size:14px;
	font-weight:bold;
	padding:7px 10px;	
}

.linkbox a,
.linkbox a:link,
.linkbox a:visited,
.linkbox a:active
{	display:block;
	width:100%;
	text-decoration:none;
	color:#232323;
	padding:7px 10px;
	font-weight:bold;
}

.blue_background  a:hover
{	background-color:#4A68B0;
	color:#ffffff;
}

.red_background  a:hover
{	background-color:#d52123;
	color:#ffffff;
}


.content 
{	margin: 1em 19em 0em 19em;
	padding: 0 0em;
	background-color:#ffffff;
	min-height:532px;
}

* html .content 
{	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}



.linklist_box
{     background-color:#f6fafb;
      padding-bottom:1em;
      width:100%;
      overflow:hidden;
}


.content_linklist
{     list-style-type:none;
      list-style-position:outside;
      background-color:#4A68B0;
      height:30px;
      width:100.2%;
}

* html .content_linklist
{ width:100%;
}

.content_linklist li
{	float:left;
	width:25%;
}

.content_linklist a
{	float:left;
	width:94%;
	padding:7px 3%;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.content_linklist a:hover
{	background-color:#264796;
}



.content_text
{	padding:0em;
	font-size:12px;
}

.content_text p
{	padding:1em;
	font-size:12px;
	line-height: 1.5em;
}

.content_text ol
{	margin: 0em 0em 0em 3em;
	padding:0em;
	font-size:12px;
}

.content_text ul
{	margin: 0em 0em 0em 3em;
	padding:0em;
	font-size:12px;
}

.content_text li
{	margin: 0em 0em 0em 0em;
	padding:0em;
	font-size:12px;
	line-height: 1.5em;
}

.content_text textarea	
{	margin:1em;
	font-size:12px;
}

.content_table
{	width:100%;
	height:530px;
	border-collapse:collapse;
}

.content_table td
{	border:1px solid #e6e2f3;
	text-align:center;
	vertical-align:middle;
	padding:0px 0px ;
	width:25%;
	height:120px;
}



#footer
{	margin: 0.5em 19em 2em 19em;
	padding:3px 10px;
	background-color:#ffffff;
}

#footer a
{	color:#232323;
	text-decoration:none;
	padding-right:10px;
}

#footer a:hover
{	text-decoration:underline;
}


.box {

        display:table-cell;
        vertical-align:middle;
	width:600px;
        height:50px;
        background-color: #f6fafb;
        font-family: "Arial";
	color:#000000;
	font-size:11px;
        border-style:solid;
        border-width:2px;
        border-color: #A1CA5E;

}


.box_overlay {
	display:table-cell;
	vertical-align:middle;
	width:600px;
	height:200px;
	background-color: #f6fafb;
	font-family: "Arial";
	color:#000000;
	font-size:11px;
	border-style:solid;
	border-width:2px;
	border-color: #404040;
}

.overlay{
	
	position: absolute;
	top: 200px;
	width:100%;
}