/* --- TAG-DEFINITION --- */

html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
/* --- LAYOUT-DEFINITION --- */

#main {
	position: absolute;
	width: 900px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_main.jpg);
}

* html #main { height: 100%; }			/* nur für IE 5.5 - 6.x */
html + body #main { height: 100%; }		/* nur vom IE 5.0 */

#head {
	position: relative;
	height: 125px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_head.jpg);
	background-repeat: no-repeat;
}

#navigation {
	position: relative;
	float: left;
	width: 145px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
}

#content {
	position: relative;
	float: right;
	width: 680px;
	margin: 0px;
	padding: 45px 35px 50px 40px;
}

/* --- KLASSEN-DEFINITION --- */

.image {
	border: 1px solid #FFB100;
}

.ulBig {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.ulBig li {
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/dot_li.gif) no-repeat 0px 7px;
}

.ulSmall {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ulSmall li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/dot_li.gif) no-repeat 0px 7px;
}

.ulSmall li ul {
	list-style: disc;
}
.ulSmall li ul li {
	background: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}