/* CSS for EuroVisionNet - Porject-Website */
/* (c)2008, Stabstelle fuer Wissenschaftsmanagement, Universitaetsklinikum Tuebingen, Germany */

body {
	font: 62.5%/1.3 "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff url(../images/site/bg_complete.jpg) left top repeat-x; 
}

/*  ALLGMEINE ELEMENTE */

a {
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
/* LAYOUT-ELEMENTS */

#wrapper {
	width: 880px;
	margin: 0 auto;
	background: transparent url(../images/site/bg_wrapper-borders.png) left top repeat-y;
}
#header {
	position: relative;
	height: 114px;
	width: 850px;
	margin: 0 auto;
	background: transparent url(../images/site/bg_header.gif) left bottom repeat-x;
}
#contentarea {	
	position: relative;
	margin: 0 15px;
	padding: 40px 20px 0 20px;
	background: transparent url(../images/site/bg_content-area.jpg) top left repeat-x;
	color: #333;
}
#footer {
	clear: both;
	width: 880px;	
	margin: 0 auto;
	padding-top: 50px;
	background: transparent url(../images/site/bg_content-area-bottom.png) left top no-repeat;
	text-align: center;
}

/* Secondary Layout-Elements */
/* Header-Parts */
#metanav {
	text-align: right;
	margin: 5px 20px 0 0;
	font-size: 1.2em;
}
#logo {
	position: absolute;
	top: 40px;
	left: 20px;
}
#mainnav {
	position: absolute;
	right: 20px;
	top:  27px;
	height: 87px;
	font-size: 1.8em;
}

/* Content-Parts */
#maincontent {
	margin-right: 270px;
}
#rightcol {
	position: absolute;
	right: 20px;
	top: 40px;
	width: 240px;
}


/* MAINNAVIGATION */

#mainnav li {
	float: left;
	margin: 0 2px;
	/*padding-right: 10px;*/
}
#mainnav li a {
	display: block;
	text-decoration: none;
	/*height: 87px;*/
	padding: 64px 10px 0 10px;
	/*margin: 0 -5px 0 -5px;*/
}

#mainnav li a:hover {
	background: url(../images/site/bg_navigation-active-right-v2.gif) left 0px no-repeat;
}
#mainnav li:hover {
	background: url(../images/site/bg_navigation_active-left-v2.gif) right 0px  repeat-x;
}


/* DEINIFTIONEN CONTENTAREA */
#contentarea h1,
#contentarea h2 {	
	color: #003399;
	border-bottom: 2px solid #cc3333;
	margin: 0.25em 0 0.5em 0;
	padding-left: 0.1em;
}
#contentarea h1 {
	font-size: 1.6em;
	line-height: 1.4em;
}
#contentarea h2 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-top: 1.0em;
}
#contentarea h3 {
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.0em;
	color: #333;
	margin: 0.6em 0 0 0;
}
#contentarea p {
	text-align: justify;
}

#contentarea a {
	text-decoration: underline;
}
#contentarea img {
	padding: 5px;
	border: 1px solid #ccc;
}

/* MAINCONTENT */
#maincontent {
	font-size: 1.3em;
	line-height: 1.4em;
}

/* RIGHT COLUMN */
#rightcol {
	font-size: 1.3em;
	line-height: 1.2em;
}

#rightcol p + #rightcol h3 {
	border: 1px solid lime;
}


 /* ----- CLEARFIX ----- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Fuer Safari/Mac */
.clearfix {display: block;}