body {
margin:auto 0:
padding: 0 auto;
    background-color: #460023;
    color: #FFF;
    font: normal 9pt "Lucida Sans Unicode", sans-serif;
    text-align: center;
	margin-top: 5px;
}

h1 {
    font: normal 11pt "Lucida Sans Unicode", sans-serif;
}
a img {
	border: none;
}
div {
    text-align: left;
}
fieldset {
	border: none;
}
a:link, a:visited, a:focus, a:hover, a:active {
    color: #CCC;
    text-decoration: none;
}

#container {
    width: 900px;
    margin: auto;
	margin-bottom:0px;
	padding: 0 auto;
    background-color: #000;
    height: auto;
	display:block;
	border: 2px solid #727B6A;
	
	
}

#wappen {
float:left;
    position: relative;
    left: 50px;
    top: 10px;
	width:60px;
	border: 0px dotted yellow;
	clear:both;
}

#weiny {
float:left;
    position: relative;
    left: 15px;
    top: 20px;
	width:100px;
	border: 0px dotted yellow;
	clear:both;
}

#slogan {
float:left;
    position: relative;
    left: 15px;
    top: 20px;
	width:180px;
	height:50px;
	border: 0px dotted yellow;
	z-index:1;
	clear:both;
}

#banner {
	position:relative;
	padding-top:0px;
	margin-top: 20px;
	margin-left: 255px;
	width:500px;
	height:100px;
	border: 0px dotted yellow;
	
}
/*
#navigation {
    position: relative;
    left: 200px;
    top: 20px;
	width: 660px;
	height: 40px;
    z-index: 1000;
	border: 1px dotted silver;
	padding: 0px 0px 0 0px;
	
}
*/

/*####ANFANG--MENU#####################*/

#hauptmenue {
        float:left;
        width:700px;
		height:60px;
		margin-top:-40px;
		margin-left:70px;
        padding-top: 8px;
		padding-left:200px;
        border:0px solid #6529FF;
		background: url(../../images/bg-navigation.gif) no-repeat 140px 0px;
}
#hauptmenue ul {
	list-style-type : none;
	padding : 0;
	text-align:right;
	display:inline;
	width:700px;
	margin: 0 0 0 0px;

}
#hauptmenue li {
	display: inline;
	margin: 0;
	padding-right: 20px;
	/*background-color: #FF9933;*/
	
}

#hauptmenue a{
	float:left; /* Abstand zur n?chsten Box rechts */
	text-decoration:none;
	height:23px;
	color:#ccc;
	font-size:0.90em;
	margin: 7px 5px 2px 0px;
	padding: 5px 20px 0px 0px;
	border-left:0px solid #80a1ca;
	/*border:1px solid #CF7235;ersatz bis fertig ist dann wieder entfernen*/
}


#hauptmenue a span{
	float:left;
	display:block;
	font-weight:bold;
	height:20px;
	padding: 0px 0px 0px 5px;
}
#hauptmenue a:hover, #hauptmenue a.level1-act{ /*onMouseover style*/
	
	color: #fff;
	background: url('../image/images/link-bg.png') #C3C7AE repeat-x 0px top;
}
#hauptmenue a:hover span, #hauptmenue a.level1-act span{ /*onMouseover style*/
	
	color: #fff;
	/*background: url('../image/images/link-bg.png') #FF9933 repeat-x 0px bottom;*/
}



/*##############ENDE--MENU###################*/
#innerBox
{
   border:0px solid #ccc;
    float:left;
    width:900px;
    margin:0 auto;
    background-color:#000000;
}

#content {

  float:left;
    width:650px;
    background-color:#000;
    height:100%;
	border-top: 2px solid #727B6A;
	border-right: 2px solid #727B6A;
	padding:0 15px 15px 15px;
}

#right {

	margin-left:680px;
    height:100%;
	border-top: 2px solid #727B6A;
	border-left:2px solid #727B6A;
	width:186px;
	padding:0 15px 15px 15px;
}

#clear{
	clear:both;
	}

#copyright {
	float:left;
	width:100%;
    text-align: center;
    margin: 10px 0 0 0 0;
	border: 0px solid silver;
}



#start1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
}

#start2 {
    position: absolute;
    left: 320px;
    top: -80px;
    width: 300px;
}
body#galery #wrapper {
	width: 630px;
	text-align: left;
	border: none;
}
#header_galery {
	height: 150px; 
	background-color: #000;
	padding-left: 10px;
}
body#galery #content {
    border: 5px solid white;
	position: relative;
    left: 0;
    top: 0;
	padding: 10px;
	margin: 40px 0 0 0;
    width: 95%;
	height: auto;
	overflow: visible;
}


.align-center {text-align:center;}
.align-right {text-align:right;}
