@charset "utf-8";
/* CSS Document */

body {
/*	background-color:#898989;	*/
	background: url(body_bg.jpg) repeat-x #fff;
	font-size:0.75em;
	margin-top: 0;
	}

* {
	font-family:Arial, Helvetica, sans-serif;
}


img {
	border:none;
	}


img.border {
	border:1px solid #BBBBBB;
	}

img.floatLeft {
	float:left;
	}
	
img.floatRight {
	float:right;
	}
	
div.small {
	font-size:0.8em;
	}

hr.clear {
	clear:both;
	color:white;
	background-color:white;
	border:none;
	}
	
#content h6 {
	font-weight:bold;
}


#page {
	background-color: white;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(pagebg.jpg) top right repeat-y #fff;
	padding: 0px;
	}

#nav {
	height: 43px;
	width: 1024px;
	background: url(navbg.jpg) repeat-x;
	}

#nav table {
	height: 43px;
	margin-top: -2px;
	margin-left: 0px;
	}
	
#nav table a {
	display: block; 
/*	width: 70px;*/
	border-right: #575654 solid 1px;
	}	

#nav table td a {
	color:white;
	text-decoration:none;
	}
	
#nav table td {
	padding-left: 8px;
	color: #575654;
	font-size:1.2em;
	font-weight: bold;
	padding-left: 20px;	
/*	background: url(navtablebg.jpg) top no-repeat;
	background-image:url(navtablebg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-right: #575654 solid 1px;*/

	}
/*
td.activeLink {
	 color: #FFF !important; 
	background-color: #006666;
	background: url(navbg_active.jpg) top no-repeat !important;
	}

td.activeLink a {
	border: none !important;
	}	*/
	
/*#nav table td span {
	background-image:url(square.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	font-size:1.2em;
	letter-spacing:1px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	}

#nav table td span a {
	color:white;
	text-decoration:none;
}*/

ul.linklist {
	margin-top:0px;
	float:right;
	width:250px;
	padding:0px;
	padding-left:30px;
		margin-left:30px;
	padding-left:0px;
	list-style-type:none;
	}	
	
ul.linklist li {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	background-image:url(pfeilrot.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	border-top:1px solid #74abd3;
	}
	
ul.linklist li a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	color:black;
	}

input.noborder {
	border:none;
	width:560px;
	background-color:#EBF2Fa;
	margin-top:1px;
	height:18px;
	}



	

ul.linklist li.headline {
	padding:0px;
		border:none;
	background-image:none !important;
		color:white;
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;

	}
	
	
#content a {
	color:black;
	}	
	
ul.linklist li div {
	font-size:1.0em;
	color:black;

	}	

input.button {
	border:3px solid #CC3399;
	}
		
div.newselement {

	padding-bottom:5px;
}

#newscontent a {
	color: #0077bd;
	font-weight:normal;
	}
	
#newscontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
	font-weight: bold;
	font-size:1.2em;
	color: #979797;
	}

#newscontent h2 span {
	text-transform: uppercase;

}


div.newselement h3 {
	color:black;
	font-size:1.1em;
	margin-bottom:0px;	
/*	padding-left:15px;
	background-image:url(pfeil.gif);
	background-repeat:no-repeat;
	background-position:left center;
*/	}
	
div.newselement p {
/*	color:#C6CAFF;*/
	margin-top:2px;
	margin-bottom:3px;
	font-size:0.9em;
	padding:0px;
}

#newscontent {
	width:200px;
	margin-left:20px;
}


#content h1 {
	font-size: 20px;
	font-weight:bold;
	color: #0077bd;
	margin-top:0px;
/*	text-transform:uppercase; */
	}
	


#content p {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}





#spacing {
	clear: both;
	height: 20px;
	}

#footer {
	background-color: #e3e3e3;
	color: #888888;
	height: 25px;
	padding-top: 10px;	
	padding-left: 10px;
}

#footer a {
	text-decoration: none;
	color: #888888;
	margin: 0 10px 0 10px;
}


#content form.flatstyle input, #content form.flatstyle select
{
	border:1px solid #adc9d9;
	background-color:#ddffff;
	height:1.2em;
}

#content form.flatstyle label
{
	font-size:11px;
	font-weight:normal;	
	margin-right:10px;
}

#content form.flatstyle select
{
	border:1px solid #adc9d9;
	background-color:#ddffff;
	height:1.5em;
}



#content form.flatstyle textarea
{
	border:1px solid #adc9d9;
	background-color:#ddffff;
	font-size:1.0em;
}


#content form.flatstyle input:hover,
#content form.flatstyle input:focus, 
#content form.flatstyle input:active,
#content form.flatstyle textarea:hover,
#content form.flatstyle textarea:focus, 
#content form.flatstyle textarea:active,
#content form.flatstyle select:hover,
#content form.flatstyle select:focus, 
#content form.flatstyle select:active
{
	background-color:#b4d2d2;
}



fieldset
{
	padding: 30px;
}


input.flatCheckbox
{
	background-color:white !important;
	border:none !important;
}


#content form.flatstyle input.button
{
	background-color:#0472af;
	height:23px;
	color:white;
}


#content table.underline td {
	padding-top:5px;
	padding-bottom:10px;
	}


#content table th {
	text-align:left;
	font-size:1.1em;
	margin:0px;
	padding:0px;
	}

#content table.color {
	background-color:#d2dff1;
	}
	
#content table.color td,
#content table.color th {
	padding:4px;
	color:black;
	}

#content table.color th
{
	padding:4px;
	font-weight:normal;
	background-color:#003399;
	color:white;
	font-weight:bold;
	font-size:0.9em;
	border-bottom:2px solid #d2dff1;
	}

#content table.color a {
	color:black;
	}

#content table.colornew {
	background-color:#f8f9fb;
	}
	
#content table.colornew td,
#content table.colornew th {
	padding:4px;
	color:black;
	}

#content table.colornew th
{
	padding:4px;
	font-weight:normal;
	background-color:#0074B9;
	color:white;
	font-weight:bold;
	font-size:1.0em;
	border-bottom:5px solid #f8f9fb;
	}

#content table.colornew a {
	color: white;
	}

#content table.underline td
{
	border-bottom:1px solid #CCCCCC;
}

#content table.underline th
{
	border-bottom:2px solid black;

}
	
#content table.contact {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
}
	
object, embedded {
	border:none;
	margin:0px;
	padding:0px;
	}
	
	
#content {
	margin:0px;
	margin-left: 10px !important;
	padding:0px;
	width:710px;
	}


#frontandcenter a {
	color: #0077bd;
	font-weight:normal;
	width: 100%;
	}
		
#frontleft {
	width: 50%; 
	float: left; 
	margin-bottom: 50px;
}	

#frontright {
	width: 50%; 
	float: right; 
	margin-bottom: 50px;
}	
	
div.flow {
/*	background-image:url(flow.jpg);*/
	margin-top:0px;
	background-repeat:repeat-x;

	padding:15px;
}


div.titelbild {
	height:200px;
	margin-bottom:2px;
}


#support {
	width:175px;
	color:white;
	height:200px;
	}

#support p {
	margin-left:19px;
	margin-top:4px;
	}

#news {
	float: right;
/*	background-image:url(navspec.jpg); */
	background-repeat:no-repeat;
	margin-left:0px;
	width: 265px;
/*	margin-right:*/
	}
	
#content h5 {
	font-size:15px;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom:1px solid #66CCFF;
	}
	
	
	#content h4 {
	font-size: 20px;
	font-weight:bold;
	color: #00000;
	margin-top:0px;
	margin-bottom:40px;
}
	

#content h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:1px solid #66CCFF;
	}
	

#content h2 {
	
	letter-spacing:1px;
	font-size:1.5em;
	font-weight:bold;
	color: #686767;
}

#content h2 span{
	text-transform: uppercase;
}

/* Presse Archiv Buttons */
a.archive_button {
    background: transparent url(bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.archive_button span {
    background: transparent url(bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.archive_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.archive_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

