@charset "UTF-8";
/* CSS Document */

/* Schriftarten */
h1 {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#dfdfdf;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;}
	
h2 {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#dfdfdf;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	margin-top:0px; 
	margin-bottom:0px;
	}
	
h3 {
	font-family:Verdana,Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#dfdfdf;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	margin-top:0px; 
	margin-bottom:0px;
	}
a.menu:link,a.menu:active,a.menu:visited,a.menu:hover{
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	}
p,font, span,td,li,div {
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#dfdfdf;
	}
	
.smalltext {
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#dfdfdf;
	}

a:link, a:visited, a:active {
	color:#dfdfdf;
	text-decoration:none;
	}
a:hover {
	color:#dfdfdf;
	text-decoration:underline;
	}
	

a.bottom:link, a.bottom:visited, a.bottom:active {
	color:#dfdfdf;
	text-decoration:none;
	}
a.bottom:hover {
	color:#dfdfdf;
	text-decoration:underline;
	}
	




.text_unten {
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:right;
	}
.datum {
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#797979;
	margin-top:0px;
	}


/* Formulare */
input, select {
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#dfdfdf;
	background-color: #191919;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
textarea {
font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#dfdfdf;
	background-color: #191919;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



body { margin: 0; padding: 0; margin-top:0px;
background-image:url(../img/background.jpg); }

table#layout {
	width:1000px;
	border:none;
	background-image:url(../img/background.jpg);
}
td#top {
	width:1000px;
	height:322px;
}
td#left1 {
	width:261px;
	height:381px;
	background-image:url(../img/02_left_bg.jpg);
}
td#left2 {
	width:261px;
	height:93px;
	background-image:url(../img/02_left_bg.jpg);
}
td#center {
	width:492px;
	height:474px;
	background:#000;
	background-image:url(../img/02_center.jpg);
	background-repeat:repeat-y;
}
td#right1 {
	width:248px;
	height:381px;
	background:#000;
	background-image:url(../img/02_right_bg.jpg);
}
td#right2 {
	width:248px;
	height:93px;
	background:#000;
	background-image:url(../img/02_right_bg.jpg);
}
td#foot_left {
	width:261px;
	height:159px;
	background-image:url(../img/03_left.jpg);
	background-repeat:no-repeat;
}
td#foot_center {
	width:491px;
	height:159px;
	background-image:url(../img/03_center.jpg);
	background-repeat:no-repeat;
}
td#foot_right {
	width:248px;
	height:159px;
	background-image:url(../img/03_right.jpg);
	background-repeat:no-repeat;
}

div#menu {
	width:260px;
	height: 381px;
	background-image:url(../img/02_left.jpg);
	background-repeat:no-repeat;
	z-index:1;
	
}

div#slideshow {
	width:248px;
	height: 381px;
	background-image:url(../img/02_right.jpg);
	background-repeat:no-repeat;
}
div#slideshow_border {
	width:210px;
	height: 317px;
	background-color:#000;
	border-style:solid;
	border-width:1px;
	border-color:#666;
}
