/* 
 * CSS-Style für die Bildschirm- und Druck-Ansichten.
 * 2006 Lehrstuhl Michaelis/Henning Koch
 */

img 
{
	border: 0px;
}

body
{
	margin: 0px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

body, th, td
{
	font-family: "trebuchet ms", trebuchet, tahoma, verdana, arial, helvetica;
	font-size: 13px;
	line-height: 20px;
}

p
{
	margin: 0px 0px 15px 0px;
}

ul, ol
{
	/* margin: 0px 0px 15px 0px; */
	margin-bottom: 15px;
}

li
{
	margin: 0px 0px 8px 0px;
}

ul ul,
ol ol,
ul ol,
ol ul
{
	margin: 8px 0px 0px 15px !important;
}

a, 
a:visited
{
	color: #bF1607;
}

a:hover
{
	color: #c64;
	text-decoration: underline !important;
}


h1
{
	color: #9F1607;
	margin: 3px 0px 20px 0px;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 30px;
}


h2
{
	color: #222;
	margin: 20px 0px 15px 0px;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 24px;
}


h3, h4
{
	color: black;
	margin: 15px 0px 8px 0px;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;

}

h4
{
	font-style: italic;
	font-size: 13px;
}


table 
{
	border-collapse: collapse;
	border: 0px;
}

th, td 
{
	vertical-align: top;
	padding: 5px;
	border: 1px solid #999;
}

td
{
	background-color: #F9F8F7;
}

th 
{
	text-align: left;
	background-color: #EBE8DF;
}

dt
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

dd
{
	margin-bottom: 10px;
}

blockquote
{
	text-indent: 0px;
	margin-left: 40px;
	font-style: italic;
	color: #333;
}

pre
{
	text-indent: 0px;
	margin-left: 40px;
}

pre, code, tt, var, kbd
{
	color: #543;
	font-family: courier new, courier, monospace;
	font-size: 13px;
}

kbd
{
	border: 1px solid #999;
	background-color: #f8f8f8;
	padding-left: 2px;
	padding-right: 2px;
}


acronym, abbr
{
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
}

.box
{
	border: 1px solid #bbb;
	padding: 10px;
	background-color: #F9F8F7;
}


#head
{
	height: 155px;
	background-color: #E8E1D8;
	overflow: hidden;
	margin: 0px;
	background-image: url(../images/top-bar.gif);
	background-repeat: repeat-x;
}

#wiwi
{
	position: absolute;
	right: 32px;
	z-index: 1;
	top: 46px;
}

#banner
{
	position: absolute;
	z-index: 1;
	left: -4px;
}


#content
{
	margin-left: 250px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	padding: 20px;
}


#content ul
{
	list-style-type: none;
}

#content ul li
{
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#navigation
{
	width: 250px;
	background-image: url(../images/navigation-bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 155px;
}

#navigation a,
#navigation a:visited
{
	font-weight: bold;
}

#navigation-inner
{
	padding: 20px;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}




#navigation li
{
	color: #887;
}

#navigation a,
#navigation a:visited
{
	text-decoration: none;
	color: #555;
}


#navigation li
{
	border-bottom: 1px solid #D3CEBB;
	padding-bottom: 8px;
	font-size: 14px;
}


#navigation ul ul
{
	margin-left: 0px !important;
}

#navigation ul li li
{
	font-size: 13px !important;
	border-bottom: none !important;
	padding-bottom: 0px !important;
	padding-left: 13px;
	background-image: url(../images/navigation-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#navigation ul li li a,
#navigation ul li li a:visited
{
	font-weight: normal;
}


#tail
{
	margin-left: 250px;
	padding: 0px 20px 0px 20px;
	clear: both;
}

#tail p
{
	border-top: 1px solid #bbb;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #bbb;
}

#tail a, #tail a:visited
{
	color: #765;
	font-size: 11px;
	font-weight: normal;
}

p#path
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #bbb;
}

p#path a,
p#path a:visited
{
	display: inline;
	color: #877;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../images/path-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
	margin-right: 5px;
}




img.illustration, .illustration img,
img.illustration-left, .illustration-left img,
img.illustration-right, .illustration-right img
{
	border: 1px solid #888;
}

img.illustration-left, .illustration-left img
{
	float: left;
	margin: 0px 15px 15px 0px;
}


img.illustration-right, .illustration-right img
{
	float: right;
	margin: 0px 0px 15px 15px;
}


.no-screen
{
	display: none;
}

