﻿@font-face {
    font-family: 'belwelt';
    src: url('font/belwelt_-webfont.eot');
    src: url('font/belwelt_-webfont.woff') format('woff'),
         url('font/belwelt_-webfont.ttf') format('truetype'),
         url('font/belwelt_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.backround{
	width:1024px;
	height:768px;
	margin:0 auto;
	background-image:url('../Bilder/backround.jpg');
	background-repeat:no-repeat;
}

.stripe{
	width:1024px;
	height:5px;
	background-color:#922224;
	position:absolute;
}

#logo{
	width:1024px;
	height:134px;
}

.slider{
	z-index:1;
	position:absolute;
}

.content {
	background-color:white;
	width:844px;
	height:500px;
	position:absolute;
	margin:13px 90px;
}

.textfeld {
	width:430px;
	height:460px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:0.8em;
	line-height:1.2em;
	color:gray;
	margin-top:17px;
	float:left;
	overflow:auto;
}

#h1 {
	font-family:belwelt; 
	font-size:1.5em;
	color:#922224;
}

.menuboxen{
	width:854px;
	height:230px;
	margin-left:85px;
	margin-top:308px;
	background-image:url('../Bilder/startmenu-hg.png');
	background-repeat:no-repeat;
	z-index:2;
	position:absolute;
}

#boxenbilder{
	width:256px;
	height:187px;
	z-index:3;
}

#buttonbox{
	background-image:url('../Bilder/button.png');
	background-repeat:no-repeat;
	width:170px;
	height:28px;
	font-family:belwelt;
	font-size:0.8em;
	text-decoration:none;
	line-height:2.2em;
	padding-left:42px;
	margin:-14px 43px;
	position:absolute;
	z-index:4;
	color:white;
}


#imprint{
	font-family:belwelt;
	font-size:0.7em;
	text-decoration:none;
	color:gray;
	text-align:right;
	padding-top:22px;
	padding-right:10px;
}