/*********************
* global definitions *
*********************/
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #000000;
	background-color: #A86133;
	background-image: url('../images/mbg.jpg');
	height: 101%
	
}


a {
	text-decoration: underline;
	color: #E3001B;
}

a:hover {
	text-decoration: underline;
	color: #E3001B;
}

.clear {
	clear: both;
}

.input_text {
	margin-bottom: 4px;
}

.input_submit {
	background-color: #F6F6F6;
	padding-right: 0;
	padding-left: 0;
	height: 16px;
	color: #E3001B;
	border-bottom: 1px solid #E3001B;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
}

.login {
	background-image: url('../images/anmelden.jpg');
	background-repeat: no-repeat;
	padding-left: 18px
}

.layout1 {
	font-size: 16px;
	color: #79868E;
	text-transform: uppercase;
}

.layout2 {
	color: #FF0000;
	font-weight: bold;
}

/***************
* div template *
***************/
#main {
	position:absolute;
	left: 50%;
	margin-left: -470px;
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../images/main_bg.jpg');
}



#header {
	height: 220px;
	width: 900px;
	background-image: url('../images/header.jpg');
}

#main_navi {
	float: right;
	width: 900px;
	margin-top: 220px;
	height: 40px;
	background-color: #2E1C10;
}

/* Sprachmenü  */
#sprachauswahl {
  	float: right;
	width: 130px;
	margin-top: 5px;
	height: 20px;
	/*background-color: #FFCC66;   gelb*/
	background-color: #FFFFFF;

}

#content {
	width: 900px;
}

#content_left {
	float: left;
	width: 240px;
}

#content_right {
	float: right;
	width: 650px;
	
}

#sub_navi_bg {

	height: 270px;
	width: 240px;
	
}

#news {
	width: 190px;
	padding-left: 35px;
	padding-right: 15px;
}

#news_bottom_clear {
	width: 240px;
	border: 1px solid #FFFFFF;
	margin-top: -11px;
}
#content1_1 {
	width: 635px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 35px;
}

#content1_2 {
	float: left;
	width: 610px;
	padding-left: 10px;
	padding-top: 35px;
}

#content2_2 {
	float: left;
	width: 0px;
	padding-left: 10px;
	padding-top: 35px;
}

#footer {
	margin-top: 10px;
	width: 900px;
}
#footer_left {
	float: left;
	width: 240px;
}


#footer_right {
	float: right;
	width: 660px;	
}

#top {
	float: right; 
	padding-left: 18px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat
}

#back {
	float: left;
	padding-left: 18px;
	background-image: url('../images/back.jpg');
	background-repeat: no-repeat
}

#copyright {
	width: 660px;
	border-top: 1px solid #CBCFD0;
	color: #CBCFD0;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#copyright a {
	color: #CBCFD0;
}

#copyright a:hover {
	color: #CBCFD0;
}

#sub {
	position: absolute;
	width: 213px;
	height: 333px;
	padding-top: 5px;
	top: 290px;
	left: 50%;
	margin-left: -433px;
}


/**********
* TT_NEWS *
**********/
#news_latest_item {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CBCFD2;
	color: #7B858E;
}