<!--
body {
	margin-top: 32px;
	background-color: #000000;
	background-image: url(img/bg_page.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9a9a8f;
	text-decoration: none;
	background-attachment: fixed;
	text-align: center;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #9a9a8f;
}

.smallTxt{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9a9a8f;
}
/*
###############################################################################
DIV Definitionen
###############################################################################
*/

#pageHolder{
	width: 924px;
	margin:auto;
}

#topNav{
	width: 924px;
	height: 47px;
	margin-bottom: 30px;
}

#motionArea{
	width: 924px;
	height: 200px;
	margin-bottom: 30px;
}

#contentArea{
	width: 924px;
	margin-bottom: 15px;
}

#footerArea{
	width: 924px;
	height: 50px;
	margin-bottom: 30px;
}

#tabBox{
	margin-bottom: 30px;
}

#tabBoxItem{
	background-color: #181817;
	padding-left:7px;
	padding-right:4px;
	padding-bottom:4px;
	padding-top:4px;
	margin-bottom: 5px;
}

#tabBoxItemLink{
	background-color: #181817;
	padding-left:7px;
	padding-right:4px;
	padding-bottom:4px;
	padding-top:4px;
	margin-bottom: 5px;
	text-decoration: none;
}

#tabBoxItemLink:hover{
	background-color:#20201f;
	}

#txtLite{
	color: #8d8d82;
}

#txtLite a{
	color: #e0e0d6;
	text-decoration: none;
}

#txtLite a:hover{
	color: #8d8d82;
	text-decoration: none;
}
/*
###############################################################################
NEWS Definitionen
###############################################################################
*/

#tabBoxNewsContent a{
	font-weight: bold;
	color: #AB9377;
	text-decoration: underline;
}

#tabBoxNewsContent a:hover{
	font-weight: bold;
	color: #C0AD9A;
	text-decoration: underline;
	}

#tabBoxNewshead{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-decoration: none;
}
/*
###############################################################################
Footer Definitionen
###############################################################################
*/
#footerArea td{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3d3d38;
	/*filter: Shadow(Color=#000000, Direction=112);*/
	}

#footerArea a{
	color: #3d3d38;
	text-decoration: none;
	}

#footerArea a:hover{
	color: #9a9a8f;
	text-decoration: none;
	}


/*
###############################################################################
Headline Definitionen
###############################################################################
*/

h1{
	font-size: 16px;
	line-height:0;
	margin:4pt 0pt 0px 0px;
}


/*
###############################################################################
Link Definitionen
###############################################################################
*/

a{
	color: #9a9a8f;
	text-decoration: none;
}

a:hover{
	color: #3d3d38;
	text-decoration: none;
	}


/*
###############################################################################
OTHERS Definitionen
###############################################################################
*/
hr{
background-color:#775F49;
border:thin none #775F49;
clear:both;
color:#775F49;
height:1px;
margin:10px 0pt 10px;
width:100%;
}


	
/*
###############################################################################
FORM Definitionen
###############################################################################
*/

select{
	height:20px;
	width:100%;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
	background-color:#000000;
	border: 1px solid #3d3d38;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #adada1;
}

input{
	height:20px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
	background-color:#000000;
	border: 1px solid #3d3d38;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #adada1;
}


/*
###############################################################################
SPLITLINES Definitionen
###############################################################################
*/

.splitVert{
margin-top:10px;
margin-bottom:10px;
}

-->


