/****
* Global Reset
********************/

* {
	padding:0;
	margin:0;
}

#content li, dd {
	margin-left:5%;
}

fieldset {
	padding: .5em;
}

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/*********************************************
* Globale Einstellungen
**********************************************/

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

body {
	background: #fff6d3 url(../gfx/body_back.gif) repeat-y;
	font: 100.1%/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	padding-bottom: 20px;
	text-align: left;
}

#startseite #container {
	background: url(../gfx/start2_logo.gif) no-repeat 300px 20px;
	height:800px;
}

#wrapper {
	margin: 0;
	padding: 0;
	margin-left: 320px;
	text-align:center;
}

/*********************************************
* Menü
**********************************************/

#menu {
	width:320px;
	position:absolute;
	top: 0;
	left: 0;
	height: 650px;
	background: url(../gfx/logo_klein.gif) no-repeat 0 bottom;
}

#startseite #menu {
	background: url(../gfx/logo_klein_trans.gif) no-repeat 0 bottom;
}

#menu ul {
	text-align:right;
	margin-top:40px;
}

#menu li {
	padding:0;
	margin:0;
	display:inline;
}

#menu a {
	color: #3c3c3c;
	font: bold .8em/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
	padding: 8px 30px 8px 0;
	margin-right:52px;
	background: url(../gfx/menu.gif) no-repeat right center;
}

#menu a:hover {
	background: url(../gfx/menu_.gif) no-repeat right center;
}

#menu a.sel {
	background: url(../gfx/menu_sel.gif) no-repeat right center;
	color: #be242e;
}

/*********************************************
* Inhalt
**********************************************/

#content {
	width: 400px;
	text-align:left;
	margin:50px auto;
	border:2px solid #fbb928;
	background-color:#fff;
	padding:0 20px 10px 20px;
}



#content h1 {
	font: bold .8em/300% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom:1em;
	background: #fcb938;
	margin: 0 -20px 1em -20px;
	text-align:center;
}

#content p,
#content ul {
	font: .75em/180% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#content ul {
	margin-top: -1em;
}

#content li {
	list-style: disc;
}

#content img {
	padding:3px;
	border: 1px solid #9f9f9f;
	text-align:center;
}

#content .center {
	text-align:center;
}

#content a {
	color: #be272e;
}

#content h2 {
	font: bold .75em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content .underline {
	border-bottom: 1px dotted black;
}

.watch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-weight: normal;
	color: #FFFFFF;
}

#startseite #content {
	border: none;
	background:none;	
}

#startseite #content img {
	border: none;
}

/*********************************************
* Fuß
**********************************************/

#footer {
	clear:both;
}

/*********************************************
* Seminare
**********************************************/

#seminare img {
	border:none;
}

#seminare img.keinrahmen {
	border:none;
	padding:0;
}

#seminare #content {
	border:2px solid #1e6926;
	background-color: #fcd4b4;
	padding:0 20px 10px 20px;
}

#seminare .seminarhighlight {
	color: #1e6926;
}

#content table {
	border-collapse: collapse;
	font-size: .75em;
	width:100%;
}

#content th,
#content td {
	padding:5px;
	width: 16%;
}

#content th.first {
	width: 45%;
}

#content table.center th,
#content table.center td {
	text-align:center;
	width:50%;
}

#content th {
	font-weight: normal;
}

#content th span.mark {
	font-weight:bold;
	text-decoration:underline;
}

#content td span.mark {
	color: #1e6926;
	font-weight:bold;
}