@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
}
/* Überschriften */
h1,h2,h3,h4,h5,h6 { 
	color: #007dc2;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	margin: 0;
}
h1 { 	font-size: 24px; }
h2 {	font-size: 18px; }
h3 {	font-size: 16px; }
h4 {	font-size: 14px; }
h5 {	font-size: 12px; }
h6 { 	font-size: 10px; }

/* Verlinkungen */
a {
	color: #007dc2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
/*Boxen*/
.box_warn {
	padding: 7px;
	color:#A30C22;
	background-color:#FFDFDF;
	border: 3px dashed #A30C22;
}
.box_ok {
	padding: 7px;
	color: #006633;
	background-color: #DDFFDD;
	border: 3px dashed #006633;
}
.box_hinweis {
	padding: 7px;
	color: #FF9933;
	background-color: #FFFFD2;
	border: 3px dashed #FF9933;
}
/* Index */
#header{
	margin-left: auto; 
	margin-right:auto; 
	border-bottom: 1px solid #FFFFFF; 
	width:745px; 
	height:75px; 
	line-height:75px; 
	background:#ea3107 url(img/header_bg.gif) repeat-x;
	color:#FFFFFF;
	font-size:18px;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-left: 15px;
}
#header a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	color: #FFFFFF;
}
#header a:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #E5E5E5;
	/*background-color: #ff2e00;*/
}
#headerpic{
	margin-left: auto;
	margin-right:auto;
	width:760px;
	height:180px;
	border-bottom: 1px solid #007dc2;
	background:url(img/header/standard.jpg) no-repeat;
}
.content{
	margin-left: auto;
	margin-right:auto;
	width:760px;
}
.cstartfooter{
	height:50px;
	background-color:#565555;
	background-image:url(img/technik_in_perfektion.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#footer{
	margin-left: auto;
	margin-right:auto;
	width:760px;
	line-height:50px;
	height:50px;
	background:#4a4949 url(img/footer_bg.gif) repeat-x; 
	border-top: #6b6a6a 1px solid;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color: #666666;
	text-decoration:none;
	background-color:#FFFFFF;
}
#footer #left{
	float:left;
	margin-left:5px;
}
#footer #right{
	float:right;
	margin-right:5px;
}

