html, body 
{ 
	height: 100%;
	background: #cedce7; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZhNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(top,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-8 */
}



#container 
{
	margin: 0 auto;
	width: 1300px;
	height: 90%;
	background-color: #fff;
	left: 50%;
	box-shadow: #596a72 5px 5px 5px; 
	min-height:900px;
}

div#header
{
	background-color: #fff;
	margin: 0;
	padding: 10px;
}

ul#menu 
{
	margin: 0;
	padding: 8px 0 8px 0;
	margin:10px;
	background-color: #e6332c; 
	font-family: arial;
	font-size: 13px;
}
ul#menu li 
{
	list-style: none;
	display: inline;
	margin: 0; 
	padding: 0;
}
ul#menu a, ul#menu span 
{
	padding: 8px 10px;
	text-decoration: none; 
	font-weight: bold;
	border-right: 1px solid #fff;
	color: black; 
	background-color: #e6332c;
}
ul#menu a:hover, ul#menu span 
{
	color: #fff; 
	background-color: black;
}

div#links
{
	float: left;
	margin-top: 40px;
	margin-left:10px;
	width: 200px;
	background-color: #fff;
}

ul#Navigation 
{
	width: 220px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
}
ul#Navigation li 
{
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
ul#Navigation a 
{
	display: block;
	padding: 8px 10px;
	text-decoration: none; 
	font-family: arial;
	font-size: 13px;
	color: black; 
	background-color: #e6332c;
	font-weight: bold;
}
ul#Navigation a:hover, ul#Navigation span 
{
	color: #fff; 
	background-color: black;
	display: block;
	padding: 8px 10px;
	text-decoration: none; 
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

div#textfenster
{
	float: left;
	width: 1000px;
	background-color: #fff;
	margin-left: 50px;
	margin-top: 30px;
	font-family: arial;
	font-size: 15px;
	color: black;
}

div#leistungenlinks
{
	float: left;
	width: 600px;
	background-color: #fff;
	margin-left: 50px;
	margin-top: 30px;
	font-family: arial;
	font-size: 17px;
	color: black;
}

div#leistungenrechts
{
	float: left;
	width: 430px;
	background-color: #fff;
	padding-top: 50px;
	font-family: arial;
	font-size: 12px;
	color: black;
	cursor: pointer;
}

div#unten
{
	clear: all;
	margin: 0 auto;
	width: 1300px;
	text-align: right;
}

h1
{	
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #e6332c;
}

h2
{	
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

h3
{
	font-family: arial;
	font-size: 13px;
	color: #fff;
}

/*Formular Anfrage*/
td, input, select, textarea 
{ 
	font-size: 15px; 
	font-family: arial;
	color: black;
}
input, select, textarea 
{ 
	color: black; 
}

a:link
{ 
	color: black; 
}

a:visited  
{ 
	color: black; 
}

a.footer:link
{ 
	text-decoration: none; 
	color: #fff; 
}

a.footer:visited
{ 
	text-decoration: none; 
	color: #fff; 
}
