/*=====================================================================
	ALLGEMEIN
=====================================================================*/

body {
	padding:0;
	margin:0;
	font-family:  Arial;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 990px; 
	height: 645px;
	margin-left: -495px; /* negative Hälfte von width */
	margin-top: -325px; /* negative Hälfte von height */
	background-color: white;
}

#header  {
	width: 100%;
	height: 315px;
	background: white url(/layoutbilder/hintergrund-header.jpg) repeat-x;	
}

.header_left {
	float: left;
	text-align: left;
	margin-left: 30px;
}

.logo {
	padding-top: 105px;
}

.header_right {
	float: right;
	width: 50%;
	padding-top: 105px;
}

.nav {
	width: 100%;
	height: 35px;
	background-color: #333333;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
}

.nav_elements {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.text_description {
	padding: 30px 20px 0px 10px;
	text-align: left;
	font-size: 20px;
}

.subtitle {
	font-size: 18px;
}

.subsubtitle {
	font-size: 16px;
}

.subsubtitle a {
	font-size: 16px;
	color: #000000;
}

#content  {
	width: 100%;
	height: 300px;
	background: white url(/layoutbilder/hintergrund-content.jpg) repeat-x;	
}

#content_container {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0 auto;
	background: transparent url(/layoutbilder/background-window.png) no-repeat fixed center center;
}

#content_container h1{
	margin:50px 0px; 
	padding-left: 100px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

#content_container_inside {
	overflow: auto; 
	width:95%; 
	height: 375px;
}

.content_header {
	background: transparent url(/layoutbilder/background-window-head.png) no-repeat;
	height: 25px;
	width: 100%;
	text-align: right;
}

.content_box {
	font-size: 12px;
	font-family: Arial;
	padding: 0px 40px;
}

.content_kompetenz_box {
	border: 1px solid #CCCCCC; 
	padding: 20px; 
	margin-bottom: 10px; 
	line-height: 25px;
	min-height: 250px;
}

.content_kompetenz_box img{
	float: right; 
	margin-left: 10px;
}

.content_portfolio_box {
	border: 1px solid #CCCCCC; 
	padding: 20px; 
	margin-bottom: 10px; 
	line-height: 20px;
	min-height: 250px;
}

.content_portfolio_box ul {
	line-height: 16px;
	padding-left: 30px; 	
}

.content_portfolio_box img{ 
	float: right; 
	margin: 10px;	
}

#footer  {
	width: 100%;
	height: 35px;
	text-align: left;
	background: white url(/layoutbilder/hintergrund-footer.jpg) repeat-x;	
}

.text_footer {
	color: #FFFFFF;
	padding: 10px 20px 0px 10px;	
	font-size: 11px;
}

