@charset "UTF-8";
@import 'ce.css';

body
{
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	background-color: #ebebeb;
}

a {
	outline: none;
	color:#000000;
}

a:hover{
	color:#4d7791;
}

img{
	border:none;
}

/**
 * Head
 */
#container_head
{
	width: 1010px;
	height: 110px;
	
	color: #ffffff;
	background-color: #4d7791;
	
	border-bottom: 1px solid #000000;
}

#container_head .logo
{
	position: absolute;
	top:52px;
	left:125px;
}

#global_nav
{
	position: absolute;
	top:75px;
	left:600px;
	font-size:9px;
	float:left;
}
#global_nav_text
{
	padding-top:4px;
	float:left;
}

#global_nav ul{
	list-style: none;
	margin-bottom:0px
	float: none;
	border: none;
	height: auto;
	list-style: none;
	display: inline;
}

#global_nav ul li{
	padding-right:10px;
	display:inline;
}

#global_nav ul li a{
	text-decoration: none;
	color:#ffffff;
}
#global_nav ul li a:hover{
	color:#000000;
}

/**
* Body
*/

#container_body{
	padding:0px;
	margin:0px;
	
	width:1010px;	
	
	float:left;
	
	background-color: #fff;
	border-bottom:1px solid #000000;
}


/**
* Navigation
*/
#navigation
{
	float:left;
	min-height:435px;
	height:auto !important;  /* für moderne Browser */
	height:485px;
		
	width:145px;
	padding:50px 0px 0px 30px;
	
	background-image: url(/fileadmin/templates/img/watermark.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

* html #navigation
{
	width:180px;

}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li a
{
	padding:0px 0px 5px 0px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#navigation ul li a.act
{
	color: #4d7791;
	font-weight:bold;
}
#navigation ul li a:hover
{
	text-decoration: underline;
}

#navigation ul ul
{
	font-size:12px;
}

#navigation ul ul li a
{
	display: block;
	color: #4d7791;
	text-decoration: none;
}

/**
 * Content
 */
#container_content
{
	float:left;
	width:829px;
	border-left: 1px solid #000000;
	
	min-height:385px;
	height:auto !important;  /* für moderne Browser */
	height:385px;	
}

#content{
	padding:15px;
}

#content img{
	padding:0px;
	margin:0px;
}

#content h1{
	margin:0px 0px 10px -15px;
	padding:0px 0px 5px 15px;
	font-size:23px;
	font-weight:normal;
	color: #4d7791;
	border-bottom:2px solid #000;
}

#column_left_small
{
	float:left;
	width: 525px;
	padding:25px 15px 15px 20px;
	border-right: 1px solid #000000;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;	

}

#column_right_small
{
	float:left;
	width: 240px;	
	padding:25px 0px 15px 20px;
}

#column_right_small img
{ 
	padding-bottom:14px;
}

#column_left_wide
{
	float:left;
	width: 380px;
	padding:25px 15px 15px 20px;
	border-right: 1px solid #000000;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;	

}

#column_right_wide
{
	float:left;
	width: 380px;	
	padding:25px 0px 15px 20px;
}

/**
 * Breadcrumb
 */
#breadcrumb
{
	width: 540px;
	border-right:1px solid #000000;
	padding:10px 0px 0px 20px;
}

* html #breadcrumb
{
	width: 525px;
}

#breadcrumb .navigation
{
	color: #707173;
}


/**
 * Foot
 */
#container_foot
{
	width: 1010px;
	height: 55px;
}

#container_foot .footer
{
	padding:5px 0px 0px 30px;
	
	font-size: 9px;
}

#container_foot .footer a
{
	color: #000000;
	text-decoration: none;
}

#container_foot .footer a:hover
{
	text-decoration: underline;
}