@charset "UTF-8";
/* CSS Document */
* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
	
	font-size: 11px;
	font-weight: 100;
	color: #999;
	background-image: url(img/pixel-red.gif);
	background-repeat: x/y;
	margin-top: 0px;
}
p {
	font-size: 12px;
	font-weight: 100;
	color: #999;
	padding-right: 20px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #c1272d;
	text-align: right;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	color: #c1272d;
	margin-top: 5px;
}

.weiss {
	background-color: #ffffff;
}

a:link {
	text-decoration: none;
	color: #c1272d;
}

a:visited {
	text-decoration: none;
	color: #c1272d;
}

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

a:active {
	text-decoration: none;
	color: #f5726f;
}

.a {
	border: none;
	text-decoration: none;
	padding-left:9px;
}

.abild {
	border: 0px;
	text-decoration: none;
}

.table { 
	background-image: url(img/layout_2.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
	width: 813px;
}

.aindex {
	border: 0;
	text-decoration: none; 
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.hinweis {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: oblique;
	font-size: 12px;
	color: #c1272d;
}


.head_menue_top {
	font-family: Arial, sans-serif;
	width: 200px;
	height: 250px;
	margin-top: 150px;
}

.content {
	margin-top: 70px;
	padding-left:20px;
}

.content_2 {
	margin-top: 70px;
	padding-left:20px;
}


.menutd {padding:10px;}

#nav {
	float: left;
  	margin-right: 30px;
}
#nav ul {
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	margin-top: 180px;
	margin-left: -10px;
	width: 140px;
}
#nav ul li {
	height: 40px;
  	line-height: 40px;
}
#nav ul li a{
	font-size: 12px;
	color: #360;
  	display: block;
	}
	
.footer {
	margin:0px 20px 10px 0px;
	padding:0;
}

.clear {clear:both;}

.banner {
	padding: 20px 5px 30px 0px;
	float: right;
}

