html {
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
body {
	background-image: url(images/design-1-bg.jpg);
	background-repeat: repeat-x;
	background-color: #586FB5;
	margin:0 auto;
	padding:0;
	height:100%;
}
* html #wrap {
	height:100%
}
/*
#footer {
	position:relative;
	bottom:0;
	height:50px;
	background-color: #FCB408;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	padding-top: 3px;
	color: #151515;
} */
#headcontainer {
	width: 900px;
	text-align: left;
	position:relative;
}
#menucontainer {
	width: 900px;
	text-align: left;
}
#start_maincontainer {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#start_subcontainer {
	width: 900px;
	text-align: left;
	float: left;
}
#content_maincontainer {
	width: 876px;
	text-align: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ueschrift {
	font-size: 1.6em;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
}
td {
	/*text-align: left; */
	vertical-align: top;
}
.subcl {
	width: 330px;
	padding-left: 70px;
}


#container {
	position:relative;
	width: 900px;
	margin:0 auto;
}
#footer {
	width: 900px;
	background-color: #FCB408;
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #151515;
	vertical-align: middle;
	line-height: 1.2em;
}
#footer a {
	text-decoration: none;
	color: #151515;
	}
#footer a:visited {
	text-decoration: none;
	color: #151515;
	}	
#footer a:active {
	text-decoration: underline;
	color: blue;
	}
#footer a:hover {
	text-decoration: underline;
	color: blue;
	}

/* ########################################### */
/*** Nav bar styles ***/

ul.nav, .nav ul {
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}
ul.nav {
	display: table;
}
ul.nav>li {
	/* float: none;  file:///f:/gogl.at/neu/index.html*/
	display: table-cell;
	position: relative;
	text-align: center;
	width:126px;
	height: 45px;
	vertical-align: middle;
	line-height: 45px;
	font-weight: bold;
	text-decoration:none;
}
ul.nav li>ul {
	/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}
ul.nav li:hover>ul {
	/*When hovered, make them appear*/
	display : block;
}
.nav ul li a {
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px; 
}
/*** Menu colors (customizable) ***/

ul.nav, .nav ul, .nav ul li a {
	background-image: url(images/button-off.jpg);
}
ul.nav li:hover, .nav ul li a:hover, .nav #aktiv  {
	background-image: url(images/button-on.jpg);
	color: #fff;
}
ul.nav li:active, .nav ul li a:active {
	background-color: #036;
	color: #fff;
}
.nav a {
	display: block;
	text-decoration: none;
	width:125px;
	height: 45px;
	color: #fff;	
}
.nav a:visited {
	color: #fff;
}
.nav a:hover {
	color: #000;
}
.nav a:active,
.nav #aktiv {
	color: #000;
}
/*NAVCONTAINER von http://css.maxdesign.com.au/listutorial/horizontal08.htm */

#navcontainer {
	background-color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
	}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #36C;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}
.bolGal {
	padding: 3px;
}
