* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

body {
	background-color: #ffffff;
	background-image: url(Bilder/temp_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width: 680px;
	text-align: left;
}

#header {
	width: 680px;
	height: 57px;
	background-image: url(Bilder/temp_02.jpg);
}

#header a {
	width: 680px;
	height: 57px;
	text-indent: -9999px;
	display: block;
}

#nav_main {
	width: 680px;
	height: 30px;
	background-image: url(Bilder/temp_04.jpg);
}

#nav_main ul {
	width: 580px;
	height: 30px;
	line-height: 30px;
	margin: 0 50px 0 50px;
	list-style-position: inside;
	list-style: none;
}

#nav_main li {
	width: 96px;
	height: 30px;
	float: left;
	display: block;
	line-height: 30px;
	text-align: center;
	background-image: url(Bilder/line.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#nav_main a {
	text-decoration: none;
	display: block;
	color: #000;
}

#nav_main a:hover {
	color: #888;
}

#header_pic {
	width: 680px;
	height: 91px;
}

#main {
	width: 680px;
	padding: 20px 0 0 0;
	background-image: url(Bilder/temp_08.jpg);
}

#col1 {
	width: 120px;
	margin: 0 0 10px 50px;
	float: left;
	display: block;
}

#col1 li {
	width: 120px;
	height: 25px;
	line-height: 25px;
	list-style-image: url(Bilder/list.jpg);
}

#col1 a {
	text-decoration: none;
	color: #000;
}

#col1 a:hover {
	text-decoration: underline;
	color: #000;
}

/*#col2 {
	width: 200px;
	float: right;
	display: block;
}*/

#col3 {
	width: 400px;
	margin: 0 100px 0px 180px;
	padding: 0 0 20px 0;
}

#col3 a{
	color: #00018c;
	text-decoration: none;
}

#col3 a:hover {
	color: #000168;
	text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }

#adresse{
	margin: 15px 0 0 0;
	text-align: center;
}
#footer {
	width: 630px;
	height: 93px;
	background-image: url(Bilder/temp_10.jpg);
	padding: 17px 50px 0 0;
	text-align: right;
	font-size: 10px;
	color: #616161;
}

#footer a{
	margin: 30px;
	color: #616161;
	text-decoration: none;
}

#footer a:hover{
	color: #a6a6a6;
	text-decoration: underline;
}

/*Schrift
-----------------------------------------------------------------*/
h1 {
	font-weight: ;
	font-size: px;
	color: ;
	letter-spacing: px;
	line-height: px;
	margin-top: px;
	margin-bottom: px;
}

/*Formularelemente
-----------------------------------------------------------------*/
.textbox:focus, textarea:focus {
	border: 2px solid #ac0000;
}

.textbox{
	width:150px;
	height: 15px;
	float: left;
	margin: 10px 150px 0 0 ;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   -moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   filter:progid:DXImageTransform.Microsoft.Shadow
   (color=#e2e2e2, Direction=135, Strength=5);
   -ms-filter:"progid:DXImageTransform.Microsoft.Shadow
   (color=#e2e2e2, Direction=135, Strength=5)";
}

.formular_text {
	width: 70px;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
	float: left;
}

.textarea {
	width: 365px;
	height: 130px;
	text-indent: 5px;
	padding: 5px;
	margin: 10px 10px 0 0 ;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   -moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   filter:progid:DXImageTransform.Microsoft.Shadow
   (color=#e2e2e2, Direction=135, Strength=5);
   -ms-filter:"progid:DXImageTransform.Microsoft.Shadow
   (color=#e2e2e2, Direction=135, Strength=5)";
}

.abschicken_button {
	font-weight: bold;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   -moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
   filter:progid:DXImageTransform.Microsoft.Shadow
   (color=#e2e2e2, Direction=135, Strength=5);
   -ms-filter:"progid:DXImageTransform.Microsoft.Shadow
   (color=#e2e2e2, Direction=135, Strength=5)";
}

input {
	height: px;
	border: ;
	background-color: ;
	text-indent: ;
}

/*Table */

.plan{
	width: 400px;
	background-color: #000;
	border-spacing: 0px; 
	border-collapse: 1px;
	margin:0 0 0 -100px;
}

.plan td{
	background-color: #fff;
	margin:0 0 0 -100px;
}
/*
.tabelle_preis	{
	color: #464650;
	font: 10px verdana, arial, helvetica;
	line-height: 16px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 1px;
	}		
	
.tabelle_preis-titel	{
	color: #000000;
	background: #EBEBEE;
	font: 10px verdana, arial, helvetica;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	}
*/