/*

*/

* {
	margin: 0;
	padding: 0;
}

body, html, td {
	background-color: #458299;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

body {
	text-align: center;
	background-image: url(./../visuals/bg1.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}


/* div, iframe	{border: 1px dashed #000000;} */

div {outline: none;}

h1 {font-size:14px; color: #6E9070; margin: 0px; margin-left: -5px; margin-bottom: 12px }
h2 {font-size:13px; color: #000000; margin: 0px; margin-left: -5px;}
h3 {font-size:12px; color: #999999; margin: 0px; margin-left: -5px;}

td {
	vertical-align: top;
}

a:link, a:visited, a:active, a:hover { 
	text-decoration: none;
	color: #1D5757;
	font-size: 12px;
}


#navigation a:active, #navigation a:hover { 
	background-image: url(./../visuals/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#toolbar a:link, #toolbar a:visited, #toolbar a:active, #toolbar a:hover { 
	text-decoration: none;
	color: #1D5757;
	font-size: 11px;
}

#toolbar a:active, #toolbar a:hover { 
	background-image: url(./../visuals/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
}

#alles {
	width: 820px;
	height: 750px;
	margin: 20px auto;
	margin-top: 0;
	text-align: left;
}

#mitte {
	float:left;
	position: relative;
	height: 744px;
	width: 750px;
}

#schatten_links {
	float: left;
	position: relative;
	height: 759px;
	width: 20px;
	background-image: url(./../visuals/schatten_links.jpg);
	background-repeat: no-repeat;
}

#schatten_rechts {
	float: left;
	position: relative;
	height: 759px;
	width: 20px;
	background-image: url(./../visuals/schatten_rechts.jpg);
	background-repeat: no-repeat;
}

#schatten_oben {
	float: left;
	position: relative;
	height: 86px;
	width: 750px;
	background-image: url(./../visuals/schatten_oben.jpg);
	background-repeat: no-repeat;
}

#schatten_unten {
	float: left;
	position: relative;
	height: 42px;
	width: 749px;
	background-image: url(./../visuals/schatten_unten.jpg);
	background-repeat: no-repeat;
}

#header {
	float: left;
	position: relative;
	height: 105px;
	width: 750px;
	background-image: url(./../visuals/header.jpg);
	background-repeat: no-repeat;
}

#inhalt {
	float: left;
	position: relative;
	height: 531px;
	width: 750px;
	background-image: url(./../visuals/bg3.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	position: relative;
	height: 105px;
	width: 235px;
}

#links {
	float: left;
	position: relative;
	height: 531px;
	width: 235px;
}

#rechts {
	float: left;
	position: relative;
	height: 531px;
	width: 515px;
}

#navigation {
	float: left;
	position: relative;
	height: 56px;
	width: 500px;
}

#ifr {
	float: left;
	position: relative;
	height: 503px;
	width: 515px;
	z-index: 2;
}

#toolbar {
	float: left;
	position: relative;
	width: 475px;
	color: #1D5757;
	padding-top: 6px;
}


#frame {
		background-color: transparent;
}

.menu {
	list-style-type: none;
	float: left;
	margin-top: 25px;
	margin-right: 19px;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a.hier {
	color: #C83A1C;
	background-image: url(./../visuals/underline_red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


