body { 
	background: #223D4C url(../images/layout/bgtxt.jpg) top center repeat;
	color: white; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 75%;
}

.mainmenu {
	position: absolute; 
	left: 50px; 
	top: 134px; 
	z-index: 99;
}

.menu_werde{
	display:block;
	line-height:16px;
	height:16px;
	font-weight:bold;
	background-color:#2E3023;
	text-align:center;
	width:200px;
	border:1px solid black;
	padding:5px;
}

.menu_werde:hover {
	background-color:#3B3E2C;
}

.gal {
	background: #1D1D13 url(../images/layout/gal_bg.png) top center repeat-x;
}

.dl {
	background: #082312 url(../images/layout/dl_bg.png) top center repeat-x;
}

.dl_btn{
	background-color:#2E3023;
	font-weight:bold;
	display:block;
	height:20px;
	text-align:center;
	padding: 10px 0 5px 0;
	width:200px;
	border:1px solid white;
}

.dl_btn:hover{
	border:1px solid yellow;
}
.box {
	background: url(../images/layout/box_bg.png) top center repeat-y;
}
.box_t {
	background: url(../images/layout/box_t.png) top center repeat-y;
}
.box_b {
	background: url(../images/layout/box_b.png) top center repeat-y;
}

p {
	padding: 0;
	margin: 0;
}

#header {
	height: 258px;
	position: absolute;
	top: -95px;
	
}

.header_img {
	background: url(../images/layout/header.jpg) bottom center no-repeat;
	z-index: 10;
}

.container{
	width: 800px;
	position: relative;
	overflow: hidden;
	padding: 0 60px 0 60px;
	top: 200px;
	
}

.tmp{
	padding: 5px 0 5px 0;
	background-color: white;
	border: 1px solid black;
	background-color: #F2FAFD;
	font-weight: bold;
	font-size: 12px;
	width: 140px;
	height: 70px;
	list-style-type: none;
}

.tmp:hover{
	background-color: #dddddd;
}

#footer {
	background: url(../images/layout/footer.jpg) bottom center no-repeat; 
	margin-top: 300px;
	text-align: center;
	clear: both;
	color: #616161;
	padding-bottom: 20px;
}





#wrapper {
	width: 920px; 
	margin: 0 auto; 
	background: url(../images/layout/wrapper.jpg) top center repeat-y; 
	position: relative; 
	top: 88px; 
	min-height: 400px;
	}


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

input, textarea {
		background-color: white; 
		color: black;
		border: none;
		border-left: 1px solid black;
		border-top: 1px solid black;
	}


/* Headings
-------------------------------------------------------------- */

/* Text elements
-------------------------------------------------------------- */

/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 0px solid #ccc; }
td      { border-bottom: 0px solid #ddd; 	color: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;}
th,td   { padding: 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.klein	{
	color:  #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

	

