/*-----------------------------------------------------------------------------
MARIANUM Screen Stylesheet

version:   1.0
date:      31/08/09
author:    Heike Autenrieth-Häfner
email:     heike@autenrieth-haefner.de

website:   www.autenrieth-haefner.de

-----------------------------------------------------------------------------*/



/* Entfernen margin, padding, border
-----------------------------------------------------------------------------*/

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

/*  layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear: both;

}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.3  Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #444;
	text-align: center;
	background-color: #fff;
}



#wrapper {
	min-width: 900px;  /*wichtig!!!!!!!*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



/* header
-----------------------------------------------------------------------------*/
#header {
	margin: 0;
	height: 188px;
}

#top {
	margin: 20px auto 0 auto;
	width: 900px;
}


/* Footer 
-----------------------------------------------------------------------------*/

#footer {
	margin: 0;
	height: 216px;
	color: #666;
	font-size: 1.1em;
	background: url(images/bg_footi.jpg) repeat-x center top;
}

#footersub {
	position: relative;
	text-align: left;
	margin: 0 auto;
	height:216px;
	padding-top:10px;
	width: 900px;
	/*background: url(images/bg_foot2.jpg) no-repeat left top;*/
}


/* Spaltenlayout 3 Spalten 
-----------------------------------------------------------------------------*/
#content {
   position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 900px;
	clear: both;
	background-color: #fff;
	height: auto;
}

*html #content {
display: inline-block;
}


#col_left {
float: left;
width: 170px;
margin-left: 70px;
margin-right: 0px;
}

#col_mitte {
float: left;
width: 380px;
padding-right: 19px;
border-right: 1px solid #eee;
}

#col_right {
float: left;
width: 240px;
margin-left: 20px;

}






/* Navigation
-----------------------------------------------------------------------------*/

#nav {
font-weight: normal;
padding: 0;
height: 50px;
}


/* Menu
-----------------------------------------------------------------------------*/

#menu {list-style-type:none; margin: 25px 0 0 20px; padding:0;}
#menu li {float:left; padding:0; margin:0; position:relative; width:80px; height:26px; z-index:100; background: #a2a3a6;}
#menu li.one {width:290px;}
#menu li.two {width:90px;}
#menu li.three {width:155px;}
#menu li.four {width:70px;}
#menu li.five {width:110px;}
#menu li.six {width:80px;}
#menu li.seven {width:85px;}


#menu li dl {position:absolute; top:0; left:0; padding-top:0px;}

#menu li a, #menu li a:visited {text-decoration:none;}

#menu li dd {display:none;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}

#menu li:hover dl, #menu li a:hover dl {padding-top:0px;}

#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:12px;}

#menu dl {width: 100px; margin: 0; padding: 0; background: #eee;}
#menu dl.one {margin: 0 0 0 210px; width: 90px;}
#menu dl.two {width: 90px;}
#menu dl.three {width: 150px;}
#menu dl.four {width: 100px;}
#menu dl.five{width: 120px;}
#menu dl.six {width: 55px;}
#menu dl.seven {width: 85px;}


#menu dt {margin:0; padding: 4px 5px 4px 10px; font-size: 12px; color: #fff; background: #a2a3a6; border-top: 1px solid #a2a3a6;}


#menu dd {margin:0; padding:0; color: #666; font-size: 12px; text-align:left; border-bottom:1px solid #fff;}
#menu dd.first {padding-top: 20px; background: #F0F0F0 url(images/nav.gif) no-repeat left top;}
#menu dd.firstbig {border-bottom:1px solid #fff; padding-top: 20px; background: #F0F0F0 url(images/navbig.gif) no-repeat left top;}


#menu dt a, #menu dt a:visited {display:block; color:#f0f0f0; font-weight: normal;}
#menu dt a:hover {color:#fff;}

#menu dd a, #menu dd a:visited {color:#777; text-decoration:none; display:block; padding:4px 5px 4px 10px; font-weight: normal;}

#menu dd a:hover {background: #ededed; color:#c00;}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 1.3em; 
	font-weight: bold;
	margin-bottom: 5px; 
	padding: 0;
}

h1.datum
	{
	font-size: 1.1em; 
	font-weight: normal;
	margin-bottom: 5px; 
	padding: 0;
	color: #CC0000;
}
	
	
h2
	{
	font-size: 1.4em; 
	font-weight: normal;
	margin-bottom: 5px;
}

	
h3
	{
	font-size: 2.2em;
 
}
	
h4
	{
	font-size: 1.2em; 
	font-weight: bold;
	color: #CC0000;
}

h5
	{
	font-size: 1.4em; 
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

h6
	{
	font-size: 1.3em; 
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

strong { color: #555;
}
	
p, q, cite
	{
	font-size: 1.2em; 
	margin-bottom: 0.8em;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4; 
	margin: 0; 
}

ul#subnav {
margin-top: 26px;
}

li, dd, dt
	{
	margin: 6px 0 ;
	font-size: 1.0em; /* 100% von ul */	
}


/* Footer typo links
-----------------------------------------------------------------------------*/



#footer a {
text-decoration: none;
color: #333;
font-weight: normal;
}
#footer a:hover  {
text-decoration: underline;
color: #CC0000;
}

/* Links allgemein
-----------------------------------------------------------------------------*/
a {
text-decoration: none;
color: #000;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #CC0000;
}
a.email {
text-decoration: none;
color: #000;
font-weight:normal;
}
a.email:hover {
border-bottom: 1px solid #ccc;
color: #CC0000;
}

.current {
font-weight: bold;
color: #999;
}

/* Farben
-----------------------------------------------------------------------------*/


.rot {
color: #CC0000;
}

.dblau {
color: #039;
}
.weiss {
color: #fff;
}
.hgrau {
color: #ccc;
}

.border {
border-top: 1px solid #ccc;
padding-top: 10px;
margin-top: 10px;
color: #000;
}

.seminarh4 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
color: #c00;
}

.seminarsub {
padding: 5px 0 5px 5px;
}
.kurstop {
padding: 30px 10px 10px 10px;
margin-top: 5px;
color: #333;
font-size: 1.1em;
background: #F0F0F0 url(images/seminar_big.gif) no-repeat left top;
line-height: 1.6em;
}
.datum {
font-size: 1.1em;
color: #444;
font-weight: bold;
}

/* Formulare
-----------------------------------------------------------------------------*/
.error {
font-size: 12px;
}






/* Tables 
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
}
td.design {
padding: 5px;
font-weight: bold;
background-color: #eeeeee;
}

td.design2 {
padding: 5px;
}

table.labor {
width: 220px;
}

td.laborsub {
padding: 1px 0 10px 5px;
}

td.laborhead {
padding: 5px;
font-weight: bold;
background-color: #eeeeee;
}


table.design3 {
width: 205px;
margin-bottom: 15px;
}

table.design3 th {
font-size: 1.2em;
text-align: left;
color: #444;
padding: 5px;
border-bottom: 5px solid #fff;
font-weight: bold;
background-color: #eeeeee;
}

table.design3 td {
padding: 1px 0 1px 5px;
}

table.inhalt {
margin-bottom: 15px;
}

table.inhalt th {
font-size: 1.2em;
text-align: left;
color: #444;
padding: 5px;
border-bottom: 5px solid #fff;
font-weight: bold;
background-color: #eeeeee;
}

table.inhalt td {
padding: 1px 0 1px 5px;
}

/* Formatierungen fuer die Foldouts */

.dyn {
text-decoration: none;
}
.dyn a:hover {
color: #c00;
}


div.dyn {
	/*position:relative;*/
	overflow:hidden;
	/*padding:0;*/
}
