* { margin: 0; padding: 0; outline:0; }

body {
    line-height: 20px;
    font-family: Sans-Serif, Georgia, Arial, Helvetica;
    color: #333;
	background-color: #d6d6d6;
}

a { color: #252087; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }

/* beendet umfliessen */
.cl { display: block; height: 0; line-height: 0; text-indent: -0px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -0px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }


.shell { width: 1092px; margin: 0 auto; }
.border { width: 1092px; border: 1px solid #e8e8e8; background: #fff; position: relative; }
.shadow-l { background: url(images/shadow-l.png) no-repeat 0 0; width: 25px; position: absolute; top:0;left: -25px;
	height: 100%;
}
.shadow-r { background: url(images/shadow-r.png) no-repeat 0 0; width: 25px; height: 686px; position: absolute; top:0;right:-25px; }
.shadow-b { background: url(images/shadow-b.png) no-repeat 0 0; width: 1080px; height: 20px; position: absolute; bottom:-20;left:0; }

#header { background: url(images/header-bg.gif) repeat-x 0 0; height: 129px; position: relative;}
#tud a { background: url(images/tud_logo_rgb.jpg) no-repeat 0 0; width: 309px; height: 50px; position: absolute; top: 25px; right:10px; }
#mfak a { background: url(images/m_schrift.png) no-repeat 0 0; width: 309px; height: 50px; position: absolute; top: 25px; left:10px; }

#navigation { height: 43px; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb;
	width: 100%;
}
#navigation ul { list-style: none;
	width: 100%;
}
#navigation ul li { float: left; height: 43px; border-right: 1px solid #dbdbdb; font-size: 13px; line-height: 43px; font-weight: bold; text-transform: uppercase;
	width: 155px;
}
#navigation ul li a { float: left; height: 43px; color: #000; padding: 0 23px; }
#navigation ul li a.active { color: #7c3a0a; text-decoration: none; }

.slider { width: 930px; height: 300px; border: 1px solid #dbdbdb; position: relative;
	float: none;
	padding-left: 10px;
	margin: 25px 0 0 70px;
}
.slider .item { position: relative; height: 298px;
	width: 100%;
}
.slider .item img { position: absolute; top:30px;right:148px; z-index: 1; }
.slider .item .text h4 { font-size: 28px; line-height: 38px; color: #39393d;  padding: 0 10px 0 0px; }
.slider .text { position: absolute; top:102px;left:40px; z-index: 2; line-height:120%;}
.slider .text h3 { font-size: 45px; line-height: 45px; color: #ff0000; padding: 0 0 0 7px; }
.slider .text h2 { font-size: 58px; line-height: 58px; color: #39393d; text-transform: uppercase; padding: 0 0 0 2px; }
.slider-nav { width: 92px; height: 18px; position: absolute; bottom:9px;right:6px; z-index: 3; }
.slider-nav a { width: 18px; height: 18px; background: #d7d7d8; margin: 0 5px 0 0; }
.slider-nav a.active { background: #39393d; }

#main { width: 997px; padding: 37px 24px 17px 24px; }
#main h3 { font-size: 12px; line-height: 15px; color: #000; text-transform: uppercase; border-bottom: 1px solid #dbdbdb; padding: 0 0 9px 0; }
#main h1 { font-size: 10px; line-height: 12px; color: #000; border-top: 3px solid #dbdbdb; margin-top: 3em; padding: 3px 0 9px 0; }

#content { width: 992px; }

.highlight { height: 100%;
	font-size: 13px;
	font-variant: normal;
}

.alert { height: 100%;
	font-weight: bold;
	color:#FF0000;
}

.highlight h3 {
	margin: 15px 0 19px 10px;
}

.highlight h2 {
	 margin-bottom: 1em; margin-top: 1em;
}
.highlight h4 {
	 margin-top:0em; margin-bottom: 0em; font-weight:bold;
}
.highlight p { padding: 0 0 11px;
	margin-left: 20px;
}

.highlight p.box {
	padding-top: 400px;
}
.highlight table {
	padding-left: 20px;
}
.highlight table td { vertical-align:top;
	padding-right: 40px;
}

