/* 08.02.2011 */

html, body { 
	margin: 0;
	padding: 0; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	height: 100%;
}


#wrapper {
	margin-top: 0;
	min-height: 100%;
	
}

* html #wrapper {
	height: 100%;
}

#container {
	position: relative;
	min-height: 100%;
	padding-bottom: 1px;
	text-align: left;
	width: 950px;
	background: transparent url(img/bg_nav.gif) repeat-y;
}

* html #container {
	padding: 0;
	height: 100%;
	
}

p, ul, li, img, form {
	padding: 0;
	margin: 0;
}

img, a img {
	border: none;
}


/* --------------- Definition Bereiche ---------------- */

#print {
	display: none;
	padding-left: 40px;
	line-height: 1.3em;
}

#nav {
	float: left;
	width: 280px;
	height: 500px;
	padding-top: 120px;
	text-align: center;
}

#content {
	float: left;
	padding: 120px 0 30px 40px;
	width: 480px;
	min-height: 700px;
	font-size: 11px;
	line-height: 1.25em;
}

#subnav {
	float: right;
	padding-top: 44px;
	width: 150px;
	height: 200px;
}

/* ------------------ Formatierung ------------------ */

h1, h2, h3 {
	font-weight: bold;
	font-size: 12px;
}

h1 {
	color: #8b0000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	margin-top: 20px;
	color: #000;
}

h3 {
	margin-top: 20px;
	font-size: 11px;
	color: #000;
}

table {
    padding-right: 50px;
    border: none;
    border-collapse: collapse;
}

td {
    margin: 0;
    padding: 0 20px 0.8em 0;
    font-size: 11px;
    vertical-align: top;
}

a {
	color:#8B0000; 
	text-decoration:none;
}

p {
	margin-bottom: 0.8em;
	padding-right: 50px;
}

li {
	list-style-type: none;
	margin-bottom: 10px;
}

.projekt {
	float: left;
	width: 480px;
}

.cover {
	float: left;
	width: 90px;
	padding-bottom: 30px;
}

.glossar dt {
	float: left;
	margin-bottom: 0.3em;
}

.glossar dd {
	margin-left: 16.5em;
	margin-bottom: 0.3em;
}


.liste li {
	list-style-type: none;
}


#subnav li {
	list-style-type: none;
	text-transform: uppercase;
	background: transparent url(img/raute11.jpg) 0px 8px no-repeat;
	padding-left: 18px;
	line-height: 25px;
	margin: 0;
}

#subnav li.active {
	background: transparent url(img/raute22.jpg) 0px 8px no-repeat;
}

#subnav a {
	color: #8b0000;
	text-decoration: none;
	line-height: 25px;
}

#subnav li.active a {
    color: #000;
}


.clear {
	padding-top: 1px;
	clear: both;
}

@media print {
	#nav, #subnav, dl a {
		display: none;
	}
	#print {
		display: block;
	}
	.projekt {
		page-break-inside: avoid;
	}
}

