@charset "UTF-8";
body {
	font:12px/1.4 Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #000;
}
html { font:12px/1.4 Arial, Helvetica, sans-serif; }
ul, ol, dl { 
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
a img { 
	border: none;
}

a:link {
	color: #C75D18;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 960px;
	background: url(/_images/Seitenhintergrund/ATR_Fill.jpg) repeat-y;
	margin: 40px auto 0px; 
}
.container_start {
	width: 960px;
	background-color: #000000;
	margin: 40px auto 0px; 
}

.header {
	background: url(/_images/Seitenhintergrund/ATR_Header.jpg) no-repeat;
	width: 960px;
	height: 174px;
	padding: 0;
	margin: 0;
	position: relative;
	}
	
.header ul {
	position:absolute;
	bottom: 10px;
	right: 30px;
	list-style-type:none;
	
}

.header ul li {
	float: left;
}

.sidebar1 {
	z-index: 5;
	float: left;
	width: 214px;
}
.content {
	z-index: 2;
	background: url(/_images/Seitenhintergrund/ATR_Middle.jpg) no-repeat top right;
	padding: 0 35px 0 15px;
	width: 696px;
        min-height: 200px;
	float: left;
}
.lineone {
	width: 696px;
}
.linetwo {
	width: 696px;

}
.linetwosmall {
	width: 338px;
	padding: 0;

}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	margin: 0; 
}
ul.nav li {
}
ul.nav a, ul.nav a:visited { 
	display: block; 
	width: 204px;  
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
}

ul.nav img.menutxt {
	margin-left: 18px;
}


.footer {
	background: url(/_images/Seitenhintergrund/ATR_Bottom.jpg) bottom no-repeat;
	width: 960px;
	height: 68px;
	position: relative;
	clear: both; 
}



.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.pddnglft {
	padding-left: 20px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}