html 
{
/*
background-image: url('./kirche-seiffen.png'), url('./seiffener-kirche.png'), url('./erzgebirge.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: 25px 305px, right 50px, 0 50px;
*/
}


h1.logoh1 {color: #12404f; font-size: 38px; transform:rotate(-90deg); width: 300px; float: left; margin: 127px 0 0 -118px; text-align: center;}
h1.h1logo {color: #12404f; font-size: 18px; transform:rotate(-90deg); width: 272px; float: left; margin: -161px 0 0 -85px; text-align: right; padding: 0 28px 0 0;}

a:link {
color: #686868;
text-decoration: none;
}
a:visited {
color: #686868;
text-decoration: none;
}
a:hover {
color: #124050;
text-decoration: underline;
}

a.topmenu:link {
color: #124050;
text-decoration: none;
font-weight: bold;
font-size: 16px;
margin: 13px 11px 0 11px;
float: right;
}
a.topmenu:visited {
color: #124050;
text-decoration: none;
font-weight: bold;
font-size: 16px;
margin: 13px 11px 0 11px;
float: right;
}
a.topmenu:hover {
color: #3a7789;
text-decoration: none;
}

a.topmenusel {
color: #3a7789;
text-decoration: none;
font-weight: bold;
font-size: 16px;
margin: 13px 11px 0 11px;
float: right;
}
	
#mainhead {
	width: 100%;
	min-height: 367px;
	position: realtive;
	z-index: 5;
	top: 50px;
	}
	
#header {
	width: 1000px;
	min-height: 367px;
	margin: 0 auto;
	position: realtive;
	z-index: 10;
	top: 50px;
	}
	
#vektor {
	width: 277px;
	height: 167px;
	background-image: url('./kirche-in-seiffen.png');
	position: absolute;
	margin: 367px 0 0 0;
	z-index: -10;
	}	
	
	
#content {
	width: 920px;
	height: auto;
	background-color: #fff;
	border: 1px solid #c9c2b1;
	padding: 30px 40px;
	line-height: 1.5;
	}
	
#mainfoot {
	width: 100%;
	height: 80px;
background: rgb(58,119,138); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(58,119,138,1) 0%, rgba(18,64,79,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,119,138,1)), color-stop(100%,rgba(18,64,79,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(58,119,138,1) 0%,rgba(18,64,79,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(58,119,138,1) 0%,rgba(18,64,79,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(58,119,138,1) 0%,rgba(18,64,79,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(58,119,138,1) 0%,rgba(18,64,79,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a778a', endColorstr='#12404f',GradientType=0 ); /* IE6-9 */
	}

