html,body 
{
	text-align:center;
	height: 100%
	font-family: arial, sans-serif;
	font-size:100.01%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color:#cee9ff;
}

table
{
	
	font-family: arial;
	font-size:1.0em;
	font-style: normal;
	font-weight: normal;
}
 
H1
{
font-size:1.6em;
}

H2
{
font-size:1.4em;
}

HR
{
border: 1px #999999 dashed;
}

#page
{	
	position:relative;
	top:0px;
	width:1000px;
	margin:auto;
	height:auto;
	border: 1px #005da8 dashed;
	background-color:#ffffff;
}


#header
{
	position:relative;
	text-align:left;
	width:1000px;
	height:130px;

	
	top:-19px;
	left:0px;
	
}

#logo
{
	position:relative;
	text-align:left;
	width:200px;
	left:10px;
		
}


#nav_vertikal
{
	
	top:0px;
	width:160px;
	left:20px;
	
}

#nav_logo
{
	
	top:30px;
	width:160px;
	left:-30px;
	
}

#content
{
	position:relative;
	top:0px;
	width:1000px;
	left:0px;
	background-color: #ffffff;
	font-size:11px;
	font-color:#999999;
	
}


.contentrechts
{
	color:#0055aa;
	
}


#metanavi
{
	background-color: transparent;
	position:absolute;
	top:50px;
	left:670px;
	font-size:8px;
	text-decoration: none;
	text-transform:uppercase;
	z-index=5;
}


a.external-link-new-window:link
{
	text-decoration:none;
	color:#005da8;
	
}

a.external-link-new-window:hover
{
	text-decoration:none;
	color:#ee7f01;
}

a.external-link-new-window:visited
{
	text-decoration:none;
	color:#005da8;
}


a.txtlink:link
{
	text-decoration:none;
	color:#005da8;
	
}

a.txtlink:hover
{
	text-decoration:none;
	color:#ee7f01;
}

a.txtlink:visited
{
	text-decoration:none;
	color:#005da8;
}


a.internal-link:link
{
	text-decoration:none;
	color:#005da8;
	
}

a.internal-link:hover
{
	text-decoration:none;
	color:#ee7f01;
}


a.internal-link:visited
{
	text-decoration:none;
	color:#ee7f01;
}



a.download:link
{
	text-decoration:none;
	color:#005da8;
	
}

a.download:hover
{
	text-decoration:none;
	color:#ee7f01;
}

a.download:visited
{
	text-decoration:none;
	color:#005da8;
}





ul li {
	list-style-type: circle;
	background: url("fileadmin/raster/dot_grey.gif") no-repeat;
	padding-left: -5px;
	margin-left: -15px;
}



/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/
table {border-collapse:collapse; margin-bottom:0.5em;}

form {overflow:hidden;}

input, textarea {width:auto; font:1em Verdana; background:#cee9ff; border:1px #005da8 dashed; padding:3px; color:#005da8;}

input[type=text]:focus, input[type=password]:focus, textarea:focus {background:#ffffff; color:#999999; border-color:#666;}

.csc-frame-frame1 img {border:1px solid white;}

