html {
	background: url(images/bg-html.gif);
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/bg-body.png) 50% 0 repeat-y;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	color: #3F3F3F;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
}

a {
	color: #a10101;
}

#container {
	width: 960px;
	margin: 0 auto;
	
}

#wrapper {
	
}

#header {
	width: 960px;
	height: 233px;
}

#logo {
	float: left;
}

#news {
	float: right;
	width: 532px;
	margin-top: 112px;
	margin-right: 25px;
}

.newsblock {
	background: url(images/bg-news.gif) repeat-x #FCFBFB;
	height: 125px;
	width: 163px;
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px;
	float: left;
	margin-right: 3px;
}

.newsblock h3 {
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #8F8F8F;
	font-size: 14px !important;
	font-weight: bold;
}

#logo img {
	border: none;
	margin: 112px 0 0 72px;
}

#sidebar {
	width: 252px;
	margin: 42px 0 0 72px;
	float: left;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	text-align: right;
	margin-bottom: 10px;
}

#sidebar ul ul li {
	text-align: right;
	margin-bottom: 0 !important;
}

#sidebar ul li a {
	text-decoration: none;
	color: #686868;
	text-transform: uppercase;
}

#sidebar ul ul li a {
	text-decoration: none;
	color: #686868;
	text-transform: none;
	font-size: 12px;
	line-height: 1em;
}

#content {
	width: 532px;
	float: right;
	margin: 30px 28px 0 0;
	
}

#contenttxt {
	
}

#contenttxt h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 26px;
}

#contenttxt h2 {
	margin: 1.4em 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

.bildlinks {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #d1d0d1;
	margin-top: 5px;
}

.imageborder {
	border: 1px solid #d1d0d1;
	padding: 2px;
}

.active {
	color: #a10101 !important;
}

.diss {
	margin: 15px 0 0 0;
}

.diss h2 {
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
}

.weiter {
	color: #A10101;
}

.forschung  h3, .industrie h3 , .abrock h3{
	margin: 1.5em 0 0.2em 0;
	padding: 0;
	font-weight: bold;
	color: #C0BFBF;
	text-align: center;
}

.abrock {
	text-align: center;
	margin-left: 210px;
	
}

.redbox {
	float:left;
	margin-right: 2px;
}

.redbox-wide {
	margin-right: 14px;
	margin-left: 14px;
}

.redboxtop {
	background: url(images/bg-redbox-top.png) no-repeat;
	width: 75px;
	padding: 5px 7px 5px 4px !important;
	text-align: center;
	font-size: 10px !important;
	line-height: 1.3em;
}

.redboxtop ul {
	text-align: left !important;
	margin: 0 0 0 17px;
	padding: 0;
}

.redboxtop h2 {
	font-weight: bold !important;
	font-size: 12px !important;
	margin: 10px 0 0.5em 0 !important;
	padding: 0 !important;
}

.redboxbottom {
	background: url(images/bg-redbox-bottom.png) no-repeat 0 100%;
	width: 86px;
	height: 10px;
}

.redbox-wide {
	float:left;
	margin-right: 2px;
}


.redboxtop-wide {
	background: url(images/_bg-redbox-top.png) no-repeat;
	width: 96px;
	padding: 5px 7px 5px 4px !important;
	text-align: center;
	font-size: 10px !important;
	line-height: 1.3em;
}

.redboxtop-wide ul {
	text-align: left !important;
	margin: 0 0 0 17px;
	padding: 0;
}

.redboxtop-wide h2 {
	font-weight: bold !important;
	font-size: 12px !important;
	margin: 10px 0 0.5em 0 !important;
	padding: 0 !important;
}

.redboxbottom-wide {
	background: url(images/_bg-redbox-bottom.png) no-repeat 0 100%;
	width: 104px;
	height: 10px;
}


.linklogo {
	float: left;
	margin-right: 15px;
	min-width: 100px;
}

.link {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dashed #C8C7C7;
}

.link img {
	border: none;
}

.bildunter {
	font-size: 12px;
	text-align: right;
}

 /* Clearfix-Hack */
.clearfix:after, .views-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .views-row {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix, .views-row {display: block;}
/* End hide from IE-mac */