body {
	margin:0px;	
	padding:0px;
	color:#000000;
	background-color:#ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	width:100%; 
	height:100%;
	font-size:75%;
	text-align:center;
	overflow-y:scroll;
}

td {
	font-size:75%;
	vertical-align:top;
}

#framework {
	width:990px;
	margin:auto;
	min-height:100%; /* IE Style */
	text-align:left;
	background-image:url(/img/bg_balken.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

strong {
	color:#55564e;
}

h1 {
	margin:0 0 22px 0;
	padding:0;
	color:#5a3353;
	font-size:120%;
}

h2 {
	margin:0 0 8px 0;
	padding:0;
	color:#652f53;
	font-size:120%;
	line-height:100%;
}

a {
	text-decoration:underline;
	color:#652E53;
}

a:hover {
	text-decoration:underline;
}


.bu {
	text-align:left;
	font-size:80%;
	line-height:130%;
	margin-top:5px;
}

.alert {
	font-weight:bold;
	color:red;
}

#header {
	color:#5a3253;
	height:140px;
	background-color:white;		
}

#logo {
	float:right;
}

#navi {
	float:left;
}

#naviLvl2 {
	margin-bottom:2px;
	border-bottom:#8e8c83 solid 1px;
	background-image:url(/img/kasten_grau.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:19px;	
}

#naviLvl3 {
	border-top:#8e8c83 solid 1px;
}

#contentArea {
	margin-left:335px;
	color:#56544d;
	width:655px;	
	line-height:140%;
	background-color:white;	
	padding-bottom:25px;
}	

#contentArea td {
	color:#56544d;
	line-height:140%;	
}	

#contentText {
	width:610px;
}

#newsbox {
	width:295px;
	margin-top:3px;
	border:#8e8c83 solid 1px;
}

#kontaktTable img {
	margin-right:20px;
	margin-bottom:20px;
}	 

td.keinUmbruch {
	white-space:nowrap;
	padding-left:6px;
}

td.tblKontaktPerson {
	white-space:nowrap;
	padding-right:20px;
}

td.tblKontaktInfo {
	padding-top:23px;
}

.mediadownload table {
	border:1px solid #A5A39C;
	empty-cells:show;
	width:653px;
}

.mediadownload th {
	text-align:left;
	background-color:#A5A39C;
	color:white;
	font-size:90%;
}

.mediadownload td {
	vertical-align:middle;	
	padding:8px 0 8px 4px;
}

.mediadownload .rightCol {
	padding-left:15px;
}

.mediadownload tr.grey {
	background-color:#E8E8E6;
}

.mediadownload th.trenner {
	padding:0 0 0 15px;
	border-right:1px solid #E8E8E6;
}

.mediadownload td.trenner {
	padding:0 0 0 15px;
	border-right:1px solid #A5A39C;
}

.mediadownload a {
	margin-left:20px;
	display:block;
	border:1px solid #A5A39C;
	background-image:url(/img/download_icon.gif);	
	background-repeat:no-repeat;
	background-position:4px center;
	background-color:#E8E8E6;
	color:#5a3253;
	width:75px;
	padding:1px 0 1px 14px;
	text-decoration:none;
}

.mediadownload a:hover {
	font-weight:bold;
}

.artikelBox {
	border:1px solid #652E53;
	padding:10px;
	width:80%;
	font-weight:bold;
}

#expertenforum input {
	border:1px solid #000000;
}

#expertenforum input.lang {
	width:250px;
}

#expertenforum input.lang2 {
	width:176px;
}

#expertenforum input.kurz {
	width:70px;
}

/* Lightbox */

a.thumbnail
{
	display: block;
	background-color: #aba8a1;
	padding: 3px;
	width: 280px;
	height: 90px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

a.thumbnail img
{
	border: none;
}
	
a.thumbnail:hover
{
	background-color: #652f53;
}

a.thumbnail span.infoText
{
	float: right; 
	width: 125px; 
	height: 90px; 
	color: #ffffff; 
	font-size: 9px; 
	font-family: Verdana;
	line-height: 140%;
}
			
a.thumbnail img.overlay
{
	position: absolute;
	top: 3px;
	left: 3px;
}
			
a.thumbnail:hover img.overlay
{
	visibility: hidden;
}

