/* CSS for EuroVisionNet-Project-Website */
/* (c)2008, Stabsstelle 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; -- ph-2008-03-10: IE6-Fehler*/
	margin: 0 15px;
	padding: 40px 20px 0 20px;
	background: transparent url(../images/site/bg_content-area.jpg) left top 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: 0 20px 0 0;
	padding: 5px 0 0 0;
	font-size: 1.2em;
}
#logo {
	position: absolute;
	top: 18px;
	left: 11px;
}
#mainnav {
	position: absolute;
	right: 20px;
	top:  27px;
	height: 87px;
	font-size: 1.8em;
}

/* Additional Header-Parts */
#logo a {
	display: block;
	width: 200px;
	height: 100px;
	background: transparent url(../images/site/evn-logo-200.gif) left top no-repeat;
	text-indent: -10000px;
}

/* Content-Parts */
#rightcol {
	float: right;
	width: 240px;
}
#maincontent {
	float: left;
	width: 540px;
}

/* 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,
#mainnav li.active a {
	background: url(../images/site/bg_navigation-active-right-v2.gif) left 0px no-repeat;
}
#mainnav li:hover,
#mainnav li.active {
	background: url(../images/site/bg_navigation_active-left-v2.gif) right 0px  repeat-x;
}
#mainnav li a:hover {
	color: #cc3333;
}

/* SUBNAVIGATION RIGHTCOL */
#rightcol ul.subnav li {
	list-style: url(../images/site/listpoint.gif);
}
#rightcol ul.subnav li.active {
	list-style: url(../images/site/listpoint-over.gif);
}
#rightcol ul.subnav li.active a {
	color: #cc3333;
}

/* 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.15em 0;
}
#contentarea p {
	text-align: justify;
	margin: 0 0 0.4em 0;
}

#contentarea a {
	text-decoration: underline;
}
#contentarea a:hover {
	color: #cc3333;
	}
#contentarea table {
	margin: 0.5em 0;
	font-size: 1.0em;	
}
#contentarea th {
	text-align: left;
	font-weight: 600;
}
#contentarea img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#contentarea ol,
#contentarea ul {
	margin: 0.5em 0 0.5em 1.5em;
	line-height: 1.3;
}
#contentarea ol {
	list-style: decimal outside;
}

#contentarea ul {
	list-style: disc;
}

#contentarea li {
	margin: 0 0 0.3em 0.5em;
}

#contentarea dl {

}

#contentarea dt {
	font-weight: 600;
	margin: 1.2em 0 0;
	color: #003399;
	clear: both;
}
#contentarea dl dl dt {
	margin-top: 0.4em;
	color: #444;
	float: left;
	width: 80px;
	clear: both;
}

#contentarea dd {
	margin: 0 0.5em 0;
}
#contentarea dl dl dd {
	margin: 0.4em 0 0;
	float: left;
	width: 400px;
}

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

#maincontent h2 {
	border: none;
	color: #cc3333;
}
/* RIGHT COLUMN */
#rightcol {
	font-size: 1.3em;
	line-height: 1.2em;
}

#rightcol h2 {
	margin-top: 0;
}
#rightcol p + h2,
#rightcol ul + h2 {
	margin-top: 1.5em;
}

/* FOOTER */
#footer {
	color: #666;
	margin-bottom: 3em;
}
#footer a:hover {
	color: #cc3333;
}


/* CLASSES */
.seperator {
	border-bottom: 1px solid #cc3333;
	font-size: 0.5em;
	line-height: 0.25em;
	margin: 1.4em 4.0em;
}
.smalltext {
	font-size: 0.75em;
	line-height: 10px;
}
.lastupdate {
	clear: both;
	font-size: 1.0em;
	text-align: left;
	color: #666;
	margin: 2.5em 0 0 0;
	padding-top:2.0em;
}

/* EU-LOGOS */
#maincontent .eubox {
	margin: 50px 0 10px 0;
}
#maincontent .eubox a {
	text-decoration: none;
}
#maincontent .eubox td {
	text-align: center;
}
/*#maincontent .eubox img {
	margin-bottom: 0;
}*/

/* LOGOBOX IN BEREICH RIGHTCOL */
#rightcol .logobox {
	text-align: center;
}
#rightcol .logobox a {
	text-decoration: none;
}

/* TIMETABLE */
.timetable {
	width: 100%;
	border: none;
	text-align: left;
	font-size: 1.0em;
}
.timetable th,
.timetable td {
	padding: 5px 0 5px 5px;
	vertical-align: top;
}
.timetable th {
	width: 80px;
	font-size: 0.9em;	
}
#maincontent .timetable td h3 {
	margin-top: 1px;
	color: #333333;
	font-size: 1.0em;
}


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


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