html {
	background-image: url(../pics/bg_html.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

a {
	text-decoration:underline;
	color:#666;
}

a:hover {
	color:#000;
}

h1 {
	font-size: 1.6em;
	line-height:1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top:0.3em;
	color:#f58735;
	text-align:left;
}

h2 {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 0.9em;
	color: #666;
}
h3 {
	font-weight:bold;
	color:#666;
}

div#head, div#visual, div#main, div#foot {
	margin: 0 auto; width: 1000px;
}

/* ---------------------------- */
/* ----------- head ----------- */
/* ---------------------------- */

#head {
	background-color:#fff;
	height:128px;
	border-top:7px solid #f58735;
	border-top:7px solid #fbce2e;
	position:relative;
}

#head .logo {
	position:absolute;
	top:0px; right:0px; xwidth:444px;
}

/* ---------------------------- */
/* ---------- visual ---------- */
/* ---------------------------- */

#visual {
	height:240px;
	color:#fff;
}

/* ---------------------------- */
/* ---------- search ---------- */
/* ---------------------------- */

#search form {
	float: left;
	width: 250px;
}
#search fieldset {
	border:none;
}
#search input#suche {
	margin:5px 0 5px 10px;
	width:150px;
	font-size: 9px;
}
#search input#submit {
	width:60px;
	font-size: 9px;
	text-align:center;
}
#path {
	margin:5px 0 3px 25px;
	text-align:left;
	float:left;
}
/* ---------------------------- */
/* ---------- content --------- */
/* ---------------------------- */

#content {
	border-top: 1px solid #999;
	padding:20px 0;
	margin-bottom: 15px;
	clear:both;
}

/* ---------------------------- */
/* ------- content left ------- */
/* ---------------------------- */

#contentleft {
	float:left;
	width:200px;
	margin: 6px 40px 15px 10px;
}
#contentleft li {
	margin-bottom: 1em;
	padding-left:18px;
	background-image: url(../pics/bullet_01.gif);
	background-repeat: no-repeat;
	background-position:left 3px;
}
#contentleft h3 {
	margin-bottom: 0.5em;
}

/* ---------------------------- */
/* ------- content main ------- */
/* ---------------------------- */

#contentmain {
	float: left;
	margin: 0 25px 15px 25px;
	width: 450px;
	text-align: justify;
}
#contentmain p {
	margin-bottom:6px;
}
#contentmain li {
	padding-left:15px;
	background-image: url(../pics/bullet_02.gif);
	background-repeat: no-repeat;
	background-position:left 6px;
}
#contentmain ul {
	margin-bottom: 6px;
}
#contentmain table {
	width: 100%;
	border-spacing: 0;
	text-align:left;
	border-collapse:collapse;
	margin-bottom:12px;
}
#contentmain td {
	padding: 0 5px;
	margin: 0;
	white-space: nowrap;
	vertical-align:top;
	border: 1px solid #999;
}
#contentmain td.umbruch{
	white-space: normal;
}
#contentmain p.right {
	text-align: right;
}


/* ---------------------------- */
/* ------- content right ------ */
/* ---------------------------- */

#contentright {
	float: right;
	width: 200px;
	margin: 6px 40px 15px 5px;
}

/* ---------------------------- */
/* ----------- foot ----------- */
/* ---------------------------- */

#foot {
	clear:both;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #999;
}