/*
  MATHEMA colors:
    blue: #003870;
    gray: #BFBEB8;
    yellow: #ffcc00;
*/

html { height: 100%; margin-bottom: 1px; }

body {
	text-align: center;
	background-color: white;
	font-size: 13px; 
	line-height: 17px;
	font-family: Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
	min-width:600px;
	color: #003870;
}

table {
        border-collapse:collapse;
}

td {
        padding-left: 10px;
}

p, form, h2, h3, h4 {
	padding: 0 10px;
}

h1 {
	padding: 0px 10px 5px;
	line-height: 1.5em;
	margin-top:-0.3em;
	font-size:1.5em;
}

h2, h3, h4 {
	padding: 0px 10px 5px;
	line-height: 1.5em;
	margin-top:-0.3em;
	font-size:1.2em;
}

a:link,a:visited {
	color: #003870;
}

a.campus {
	text-decoration: none;
}
a.campus:hover {
	text-decoration: underline;
}

a.notunderlined {
	text-decoration: none;
}
a.notunderlined:active {
	text-decoration: none;
}
a.notunderlined:hover {
	text-decoration: none;
}
a.notunderlined:visited {
	text-decoration: none;
}


img {
	border: 0;
}
#outer_wrapper {
	position: relative;
	width:1062px;
	text-align: left;
	font-size: 1.0em;
	margin: auto;
}

#logo {
	width: 1062px;
	height: 162px;
	background: url(../../images/mathema/header.png);
}

#experts {
	position: absolute;
	top: 23px;
	left: 70px;
}

#mathema {
	position: absolute;
	top: 120px;
	left: 844px;
}

/* Navigationsleiste mit Buttons und Suchfeld */
#topmenu {
	width: 1062px;
	height: 20px;
	background: white url(../../images/mathema/background_topmenu.png) no-repeat 0 -1px;
}
#topmenu #topnav {
	margin: 0 0 0 248px;
	padding: 0;
}
#topmenu #topnav li { 
	display: inline;
}
#topmenu #topnav li a { 
	float: left; 
	height: 20px; 
	font-size: 14px;
	line-height: 20px;
	overflow: visible;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
#topmenu #topnav li a:hover {
	color: white;
	background-color: #003870;
}

#topmenu #topsearch {
	margin-top:0px;
	padding:0;
	margin-left:740px;
	width: 202px;
	height: 20px;
	overflow: hidden;
}

* html #topmenu #topsearch {
	margin-left: 0px;
	overflow: visible;
}

#topmenu #topsearchinput {
	position: absolute;
	top: 164px;
	left: 867px;
	outline-width: 0;
	background-color: white;
	border: 1px solid #003870;
	display:inline;
	width:123px;
	height:12px;
	font-size:10px;
	line-height:12px;
	vertical-align:middle;
	padding-right:20px;
}

* html #topmenu #topsearchinput {
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	width: 147px;
}

#topmenu #topsearchdelete {
	position: absolute;
	top: 167px;
	right: 52px;
}
#topmenu #topsearchbusy {
	position: absolute;
	top: 163px;
	right: 27px;
}

#livesearch {
	position: absolute;
	top: 0px;
	right: -180px;
	width: 300px;
	background-color: #f9e185;
	z-index: 9999;
}

h1.livesearch {
	font-size: 14px;
	height: 24px;
	padding: 0 0 0 10px;
	line-height: 24px;
	vertical-align: middle;
	background-color: #f7d658;
	border-bottom: 1px solid white;
}

ul.livesearch {
	padding: 0;
	margin: 0;
}

li.livesearch {
	padding: 0;
	margin: 0;
	font-size: 12px;
/*	height: 20px;
	line-height: 20px;
	vertical-align: middle;*/
	border-bottom: 1px solid white;
	list-style-type: none;
	padding-top: 10px;
}

a.livesearch {
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.livesearch:hover {
	text-decoration: underline;
}

#crumbs {
	padding:0;
	margin:0;
	font-size: 10px;
	height:10px;
	line-height: 10px;
	vertical-align: middle;
	padding: 0 10px;
	margin-bottom: 30px;
}
#crumbs li {
	display: inline;
	height: 10px;
}
#crumbs li a, #crumbs li a:link {
	text-decoration: none;
}

#content {
	position:relative;
	margin-left: 90px;
	width:470px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding-bottom:20px;
}

#footer {
	clear:both;
	float:left;
	width: 1062px;
	height: 110px;
	margin-top: 0px;
	margin-left: 0px;
	background: url(../../images/mathema/footer.png) no-repeat 0 0;
}

#bean {
	position: relative;
	bottom: 110px;
	left: 885px;
}

#spacer {
	min-height:120px;
	height:auto !important;
	height:120px;
	
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: url(../../images/mathema/background_yellow.png) repeat-y 0 0;
	padding-left: 0px;
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	padding-top: 40px;
}

#col2 {
	float:left;
	width:235px;
	position:relative;
	margin-left:-50%;
	left:200px;
	overflow:hidden;
	padding-left: 12px;
	padding-top: 40px;
}

#col3 {
	float:left;
	width:200px;
	position:relative;
	left:-50px;
	overflow:hidden;
}

#news {
	position: relative;
	padding-top: 40px;
	padding-right: 10px;
}

#news div.header {
	background-color:#F3D04B;
	display: block;
	height: 35px;
	padding-left: 10px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 35px;
	border-top: 1px solid white;
}

#news div.content {
	background-color:#F6DC75;
	display: block;
	border-bottom: 1px solid white;
}

#news h1 {
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px solid white;
}



#content .tabs {height: 2.6em; border-bottom: 1px solid white; margin-bottom:15px; position:relative; margin-left:10px;}
#content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:0px;}
#content .tabs>ul { bottom:-1px; } /* others */
#content .tabs ul li {
float:left;
list-style-type:none;
white-space:nowrap;
margin-right:4px;
background:#F3D04B;
}
#content .tabs ul li a{
display:block;
text-decoration:none;
line-height:1.5em;
padding:4px 6px 4px 6px;
border-top: 1px solid white;
border-bottom: 1px solid white;
background-color: white;
color:#003870;
}

#content .tabs ul li a:hover {
background-color: #003870;
color:white;
text-decoration:none;
}

#content .tabs ul li a.selected {
background-color: #003870;
color:white;
}

#content .tab-content {
	margin-top:-15px;
	margin-left:10px;
	background-color: #F6DC75;
	padding-top:1px;
	border-bottom: 1px solid white;
}

