/**
 * definition of standard tags
 */
html, body {
	height: 100%;
}

body {
	background: #FFFFFF url(../ornaments/verlauf_bg.png) repeat-x;
	color: #000000;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

a {
	color: blue;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 1em 0px 0.5em 0px;
}

h3 {
	font-size: 12px;
	margin-top: 1em;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin-top: 1em;
	font-weight: normal;
}
	
img {
	border: none;
}

div.annotation {
	clear: both;
	float:left;
	margin-top: -7px;
	margin-bottom: 8px;
	font-size: 9px;
}

/* forms */
fieldset {
	margin-bottom: 1em;
}

legend {
	color: black;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	width: 10em;
	padding-right: 1em;
}

/* lists */
ul,
ol
{
	margin-top: 1em;
	margin-bottom: 2em;
}

dl {
	margin-bottom: 2em;
}


/**
 * logo
 */
img#logo {
	position: absolute;
	top: 17px;
	left: 19px;
	z-index: 99;
}


/**
 * head area: title and contact info
 */
div.head {
	position: relative;
	width: 703px;
	height: 116px;
	margin-left: 50%;
	margin-right: 50%;
	left: -352px;

}

div.head img.largehead {
	position: absolute;
	top: 14px;
	/*left: 52px;*/
}


/**
 * content area
 */
div.main {
	position: relative;
	width: 703px;
	min-height: 468px;
	margin-left: 50%;
	margin-right: 50%;
	left: -352px;
	border-bottom: 0px solid #cb1b16;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
/* IE Hack */s
* html div.main {
	height: 468px;
}

/* sidebar */
div.main .sidebar {
	position: absolute;
	padding: 72px 0px 0px 34px;
}

/* text */
div.main .mainText {
	padding: 20px 60px 20px 60px;
	text-align: left;
}

div.mainText img {
	float: left;
	margin: 3px 8px 8px 1px;
	border: 1px solid black;
}

div.mainText img.large {
	float: left;
	margin: 3px 0px 8px 0px;
	border: 1px solid black;
}

/* IE Hack */
* html div.mainText img.large {
	margin-right: -20px;
}

div.mainText p {
	/*border: 1px solid red;*/
	clear: both;
	margin: 0px 0px 20px 0px;
}

div.mainText span.footnote {
	font-size: 9px;
}

div#farbbalken {
	display: block;
	width: 703px;
	min-height: 19px;
	margin-left: 50%;
	margin-right: 50%;
	left: -352px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url(../ornaments/color_bars.png) repeat-x;
}


/**
 * footer area
 */
div.footer {
	position: relative;
	width: 705px;
	height: 21px;
margin-left: 50%;
	margin-right: 50%;
	left: -352px;
	margin-bottom: 100px;
	text-align: center;
background: url(../ornaments/bottom_menu_bg.gif) repeat-x;
}

div.footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

div.footer li {
	position: relative;
	float: left;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px  0px 0px 0px;
	font-weight: bold;
	font-size: 0.7em;
}

/* add a lits of items for the bottom navigation, their width must add up to 705px*/
div.footer li#first {
	width:255px;
}
div.footer li#gohome {
	width:50px;
	background: url(../ornaments/bottom_spacer.gif) top left no-repeat;
}
div.footer li#mailaddr {
	width:50px;
	background: url(../ornaments/bottom_spacer.gif) top left no-repeat;
}
div.footer li#termin {
	width:130px;
	background: url(../ornaments/bottom_spacer.gif) top left no-repeat;
}
div.footer li#sitemap {
	width:65px;
	background: url(../ornaments/bottom_spacer.gif) top left no-repeat;
}
div.footer li#impressum {
	width: 80px;
	background: url(../ornaments/bottom_menu_right.gif) top right no-repeat;
}
div.footer li#last {
	width: 255px;
	background: url(../ornaments/bottom_menu_right.gif) top right no-repeat;
}
/* IE Hack */
* html div.footer li#firstcorner {
	width: 6px;
}
* html div.footer li#lastcorner {
	width: 6px;
}

div.footer li span.itemleft {
	display: block;
	float: left;
	width: 2px;
	height: 21px;
	background: url(../ornaments/bottom_spacer.gif) top left no-repeat;
}
div.footer li span.itemright {
	
}

div.footer li a {
	display: block;
	text-decoration: none;
	/*padding-left: 4px;*/
	line-height: 21px;
	margin: 0px 0px 0px 2px;
	padding: 0px 6px 0px 6px;
	color: #000000;
	font-weight: normal;
	background: url(../ornaments/bottom_menu_bg.gif) repeat-x;
}

div.footer li a:hover {
	background: url(../ornaments/bottom_menu_hover.gif) repeat-x;
}

div.footer span.start {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 21px;
	margin: 0px;
	background: url(../ornaments/bottom_menu_left.gif) top left no-repeat;
}

div.footer span.right {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 21px;
	margin: 0px;
	background: url(../ornaments/bottom_menu_right.gif) top left no-repeat;
}
/* IE Hack */
* html div.footer span.right {
	right: -1px;
}

/**
 * additional elements
 */

/* images */
img.left {
	float: left;
	margin: 0em 1em 0em 0em;
}

img.right {
	float: right;
	margin: 0em 0em 0em 1em;
}

/* navigation list */
ul.toc,
div.toc ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.toc a,
div.toc ul a
{
	color: #8e1109;
}

ul.toc a:hover,
div.toc ul a:hover
{
	color: #333333;
	font-weight: bold;
}

div.toc ul li#last span {
	display: none;
}


/**
 * exceptions
 */

/* start page */
div.indeximage img{
	margin: 11px 0px -3px 0px;
	padding: 0px;
}
	

/* imprint */
body.impressum h2 {
	margin-bottom: 0em;
}

/* text area covers complete width */
div.main .broad {
	padding: 20px 60px 20px 60px;
}
	
/* questionnaire */
form.fragebogen label {
	display: inline;
	float: none;
}

form.fragebogen li {
	margin-bottom: 1em;
}

/* navigation list in main text */
div.mainText ul span.left {
	display: none;
}

/* external sites in linklist */
span.sitename {
	font-weight: bold;
}

