/* global */
body {
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #630000;
}
/* links */

a:link { color:#630000; text-decoration:underline ; font-weight: normal; }
a:active { color:#630000; }
a:hover { color:#630000; background-color: #d6d6d6; }
a:visited { color:#630000; }

/* aufzaehlung, formular, textfeld, button */

ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px;
} 

form {
	margin: 0;
	padding: 0;
}
.submit {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	background-color:#630000;
	color:#ffffff;
	border:0px solid;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	text-align: left;
}

/* container */

#nav {
	position:absolute;
	top:305px;
	left:205px;
	width:231px;
	z-index: 1;
	height: 19px;

}

#pic {
	position:absolute;
	top:118px;
	left:449px;
	width:326px;
	z-index: 2;
	height: 136px;

}

#logo {
	position:absolute;
	top:380px;
	left:205px;
	width:200px;
	z-index: 3;
}

#adress {
	position:absolute;
	top:440px;
	left:205px;
	width:200px;
	z-index: 3;
}

#header {
	position:absolute;
	top:0px;
	left:0px;

	width:100%
	height:110px;
	z-index: 1;
	background-color: #630000;
	width: 100%;
}

#logo_con {
	position:absolute;
	top:41px;
	right:40px;
	width:200px;
	height:61px;
	z-index: 1;
}

#nav_con {
	position:absolute;
	top:80px;
	left:160px;
	width:450px;
	z-index: 2;
}

#content {
	position:absolute;
	top:120px;
	left:164px;
	width:400px;
	z-index: 3;
}
