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

body, table td {
	font-family:		"Trebuchet MS";
	font-size:			13px;
	color:				#FFFFFF;
	-webkit-text-size-adjust: none;
}

p, span, div {
	margin:				0;
	padding:			0;
}

#navigation_content {
	text-align:			center;
	margin-top:			7px;
	color:				#000000;
}

#navigation_content a {
	text-decoration:	none;
	color:				#000000;
}

#navigation_content a.hover {
	text-decoration:	underline;
}

#navigation_content a.active {
	font-weight:		bold;
	text-decoration:	none;
}

#text_content {
	margin:				25px;
	text-align:			justify;
}

#baseline_content {
	text-align:			center;
	margin:				10px;
}

.headline {
	text-align:			right;
	font-size:			18px;
	font-weight:		bold;
}

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

#portfolio {
	list-style-type:	none;
	padding:			0;
	margin:				0;
	text-align:			justify;
}

.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

#spalte_links {
	background-color:	#d9d9d9;
	padding:			5px 5px 5px 5px;
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-top:			-185px;
	margin-left:		-510px;
	width:				150px;
	color:				#000000;
	background-image:	url(../images/shadow.png);
	background-position:right;
	background-repeat:	repeat-y;
	text-align:			justify;
	font-size:11px;
}

#spalte_rechts {
	background-color:	#d9d9d9;
	padding:			5px 5px 5px 5px;
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-top:			-185px;
	margin-left:		350px;
	width:				150px;
	color:				#000000;
	background-image:	url(../images/shadow3.png);
	background-position:left;
	background-repeat:	repeat-y;
	text-align:			justify;
	font-size:11px;
}

#spalte_rechts table td, #spalte_links table td {
	font-size:			11px;
	color:				#000000;
}

#contactform label.error, #contactform input.submit { 
	display:			block;
	margin-top:			-20px;
	margin-left:		11px;
	font-size:			11px;
	height:				10px;
}

#contactform input, #contactform textarea { 
	width:				300px;
	margin:				5px 0 20px 0;
	padding:			2px 5px 2px 5px;
	font-family:		"Trebuchet MS";
	font-size:			13px;
}

#contactform input.submit { 
	width:				auto;
	height:				auto;
}

#okaymessage {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-top:			-28px;
	margin-left:		-175px;
	width:				350px;
	height:				56px;
	background-color:	#aeaeae;
	z-index:			20000;
	border:				1px solid #000000;
	text-align:			center;
}

#okaymessage_content {
	text-align:			center;
	margin:				10px;
}


.news.date {
	float:				left;
	width:				35px;
	font-size:			16px;
	text-align:			right;
}

.news.date .smalltext {
	font-size:			11px;
}

.news.content {
	border-left:		10px solid rgb(204, 220, 231);
	margin-left:		45px;
	padding-left:		15px;
	padding-right:		5px;
}

.news.content .time {
	font-size:			11px;
	color:				#efefef;
}