/* Schriften */

body, div, p, span, li, ul, a {
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:13px;
	color:#353535;
	}
	
ul {
	padding-left:12px;
	}
	
h1 {
	font-size:20px;
	font-weight:normal;
	}

body {
	background-color:#e6e5e5;
	background-image:url(pics/biglogo_body.gif);
	background-repeat:no-repeat;
	background-position:310px 103px;
	background-attachment:fixed;
	}

#left {
	float:left;
	position:fixed;
	}

#logo {
	background-image:url(pics/logo.gif);
	width:251px;
	height:152px;
	}
	
#menu {
	width:279px;
	height:5000px;
	background-image:url(pics/menu_background.gif);
	background-repeat:repeat-y;
	padding-top:80px;
	}
	
.menuitem {
	background-image:url(pics/item_background.gif);
	background-repeat:no-repeat;
	}
	
#line {
	width:242px;
	height:18px;
	top:178px;
	left:37px;
	background-image:url(pics/line_headline.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	}
	
#right {
	padding-left:251px;
	}

#header {
	position:fixed;
	width:100%;
	background-image:url(pics/top_background.png);
	background-repeat:repeat-x;
	}
	
#headimages {
	background-image:url(pics/biglogo_top.gif);
	width:600px;
	background-repeat:no-repeat;
	background-position: 356px 16px;
	height:106px;
	}
	
#headspace {
	margin-top:2px;
	height:75px;
	background-image:url(pics/biglogo_body.gif);
	background-repeat:no-repeat;
	background-position:310px 103px;
	background-attachment:fixed;
	background-color:#e6e5e5;
	}
	
#headline {
	position:fixed;
	height:100px;
	top:91px;
	left:279px;
	padding-right:20px;
	background-image:url(pics/line_background.png);
	background-repeat:repeat-x;
	background-position: 0px bottom;
	}
	
#headline h1 {
	padding-top:46px;
	}
	
#security {
	padding-left:18px;
	padding-top:37px;
	padding-right:94px;
	}

#content {
	padding-top:240px;
	padding-left:28px;
	width:500px;
	}

/* Mailform */


fieldset {
	border:0px;
	outline:0px;
	border-style:hidden;
	margin:0px;
	padding:0px;
	padding-top:20px;
	}



input, textarea {
	margin-bottom:4px;
	width:294px;
	font-family:Verdana;
	font-size:11px;
	}

select {
	margin-bottom:10px;
	}

#mailformcheck {
	text-align:left;
	width:14px;
	float:left;
	position:relative;
	left:-3px;
	}

#checker {
	clear:both;
	height:14px;
	}

#widertext {
	width:300px;
	}

label {
	width:120px;
	float:left;
	}
	
.labecss {
	float:left;
	width:90px;
	text-align:right;
	padding-right:10px;
	}
	
#mailformback, #mailformformtype_mail {
	float:left;
	width:100px;
	margin-left:118px;
	margin-top:10px;
	}
	
#mailformformtype_mail {
	margin-top:10px;
	}
	
#mailformformtype_mail {
	background-color:#00ff00;
	margin-left:102px;
	}
	
#mailformback {
	background-color:#ff0000;
	}

