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

body {
	background-image:url(../images/layout/background_loop_x.png);
	background-repeat:repeat-x;
	background-color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

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

a:hover {
	color: #ea1926;
	text-decoration: underline;
}

#sitecontainer {
	width: 900px;
	margin:0px auto;
}

#headline {
	color: #AAA;
	text-transform:uppercase;
	font-size:10px;
	padding-top:50px;
}

#headline_right {
	float: right;
	width: 300px;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;	
}

#headline_right a {
	color: #AAA;
	text-decoration:none;
}

#headline_right a:hover {
	color: #FFF;
	text-decoration:underline;
}

#logo {
	margin-bottom:15px;
	margin-top:10px;
	float:left;
	width:500px;
}

.sprachicons {
	vertical-align:middle; 
	border:1px solid #EEE; 
	margin-top:-1px;
	cursor:pointer;
}

#header_left {
	float: left;
	width:600px;
}

#header_right {
	float: right;
	width:275px;
	height: 163px;
	background-color: #323232;
	background-image:url(../images/layout/infobox_background.jpg);
	color: #FFF;
	padding: 10px;
	position:relative;
}

#header_right div {
	width: 100%;
	margin-bottom: 15px;
}

#header_right div p a{
	font-weight:bold;
	font-size:13px;
}

#header_right div p.small{
	font-weight:normal;
	font-size:10px;
	text-transform:inherit;
}

#header_right div#readall {
	position:absolute; 
	bottom: 0px; 
	right:0px; 
	text-align:right; 
	margin-bottom:2px; 
	margin-right:10px;	
}

#header_right div#readall a{
	color: #FFFFFF;
}

#navigation {
	height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:150px;
	height:21px;
}

.navigation_left {
	display:block;
	float:left;
	width: 150px;
	height: 21px;
	background-image:url(../images/layout/navigation_left.png);
	padding-top: 7px;
	cursor:pointer;
}

.navigation_left:hover, .navigation_left#navi_aktiv {
	background-image:url(../images/layout/navigation_left_hover.png);
}

.navigation_middle {
	float:left;
	width: 150px;
	height: 21px;
	background-image:url(../images/layout/navigation_middle.png);
	padding-top: 7px;
	cursor:pointer;
}

.navigation_middle:hover, .navigation_middle#navi_aktiv {
	background-image:url(../images/layout/navigation_middle_hover.png);
}

.navigation_right {
	float:left;
	width: 150px;
	height: 21px;
	background-image:url(../images/layout/navigation_right.png);
	padding-top: 7px;
	cursor:pointer;
}

.navigation_right:hover, .navigation_right#navi_aktiv {
	background-image:url(../images/layout/navigation_right_hover.png);
}

#imagebanner {
	width: 385px;
	height: 90px;
	background-color: #cccccc;
	background-image:url(../images/layout/alexander_graschitz.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:5px;
	padding: 45px 15px 15px 200px;
	font-family:Arial, Helvetica, sans-serif;
}

#imagebanner p{
	font-size: 22px;
	font-style:italic;
	width: 350px;
}

clearfix {
	clear:both;
	height:1px;
	max-height:1px;
}

#maincontainer {
	margin-top:5px;
	background-color: #f7f7f7;
	background-image:url(../images/layout/maincontainer_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 880px;
	height: 200px;
	padding:10px;
	color: #444444;
	line-height:1.3;
	overflow:auto;
}

#maincontainer .left {
	width: 579px;
	border-right: 1px solid #888; 
	padding-right: 10px; 
	text-align:justify;
	min-height: 160px;
	max-height: 160px;
	overflow:auto;
}

#maincontainer p.right {
	width: 280px;
	text-align:justify; 
	display:block;
}


#footer {
	margin-top: 23px;
	width:100%;
	color: #AAA;
	font-size: 10px;
}

#footer_left {
	float: left;
	width:300px;
}

#footer_right {
	float: right;
	text-align:right;
	width: 300px;
	
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
}

#commentstable {
	width: 700px;
	border:1px solid #333;
}

#commentstable tr {
	height: 20px;
}

.referenztabelle {
	width: 550px;	
}

.referenztabelle tr td {
	min-height: 40px;
	vertical-align:top;
	padding-bottom: 10px;
}

.closed {
	display: none;
	visibility:hidden;
}

