/*

*/

* {
	margin: 0;
	padding: 0;
}

body, html, td {
	background-color: #354B86;
	font-family: Trebuchet MS;
	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;} */


h1 {font-size:13px; color: #6E9070; margin: 0px; margin-left: -5px; margin-bottom: 12px }
h2 {font-size:12px; 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: #ccc;
	font-size: 13px;
}


a:active, a:hover { 
	text-decoration: underline;
	font-size: 13px;
}

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

#toolbar a:active, #toolbar a:hover { 
	text-decoration: underline;
	font-size: 11px;
}


b.anker {
	color: #777777;
	font-size:12px;
}


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

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

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

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

#schatten_oben {
	float: left;
	position: relative;
	height: 42px;
	width: 749px;
	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: 115px;
	width: 749px;
	background-image: url(./../visuals/header.jpg);
	background-repeat: no-repeat;
}

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

#links {
	float: left;
	position: relative;
	height: 573px;
	width: 145px;
}

#rechts {
	float: left;
	position: relative;
	height: 573px;
	width: 603px;
}

#navigation {
	float: left;
	position: relative;
	height: 36px;
	width: 600px;
}

#ifr {
	float: left;
	position: relative;
	height: 503px;
	width: 600px;
}

#toolbar {
	float: left;
	position: relative;
	width: 600px;
	color: #E8E09A;
	padding-top: 11px;
}


#frame {
	margin-top: 30px;
	
}


#goliath_logo {
	position: relative;
	float: left;
	top: 268px;
	left: 25px;
}

.menu {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	padding: 0;
}

.active a {
	color: #E8E09A;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(./../visuals/active.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

