@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#fff;
	color:#666;
	margin:0px;
	padding:0px;
	background-image:url(img/bg_linien.jpg);
	background-repeat:repeat;
	/*overflow-y: scroll !important; overflow-y:hidden;*/
	height:100%;
	}
	
a {
	text-decoration:none;
	color:#666;
	}

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

img {
	margin:0px;
	padding:0px;
	border:0;
	}

h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	text-transform:uppercase;
	}

h3 {
	font-size:10px;
	font-weight:normal;
	margin:0px;
	text-transform:uppercase;
	}

input {
	border:1px solid #ccc;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:180px;
	height:12px;
	padding:2px;
	}

.input_na {
	border:1px solid #ff6600;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:180px;
	height:12px;
	padding:2px;
	}

input.radio {
	width:15px;
	border:0px;
	background-color:#fff;
	}

input.button {
	width:120px;
	height:22px;
	font-weight:bold;
	}

textarea {
	border:1px solid #ccc;
	background-color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width:375px;
	height:150px;
	padding:2px;
	}

.textarea_na {
	border:1px solid #ff6600;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:375px;
	height:150px;
	padding:2px;
	}

.img_border {
	border:1px solid #ddd;
	border-spacing:3px;
	padding:3px;
	}

#newsletter td {
	width:170px;
	}

.orange {
	color:#ff6600;
	}

.pfeil {
	margin-top:3px;
	margin-right:5px;
	}

#pfad {
	font-size:10px;
	color:#666;
	margin:30px;
	margin-top:10px;
	margin-bottom:0px;
	}

	#pfad a {
		color:#666;
        text-transform:uppercase;
		}
		
		#pfad a:hover {
			color:#999;
		}
		
	#pfad img {
		float:none;
		margin-left:3px;
		margin-right:3px;
		}

#footer {
	margin-top:5px;
  	width:735px;
  	height:21px;
  	background-color:#fff;
  	border:1px solid #ccc;
	}

	#footer a {
		color: #666;
		}

		#footer a:hover {
			color: #666;
			}

#main {
	background-color:#fff;
	border:1px solid #ccc;
	width:735px;
	}

.akutell {
	width:300px;
	height:55px;
	float:left;
	}

#header {
	height:60px;
	background-color:#fff;
	}

#unternavi {
	margin-left:2px;
	width:733px;
	height:50px;
	background-color:#fff;
	}

#navi {
	margin-left:3px;
	height:20px;
	background-color:#fff;
	}

	#navi img {
		float:left;
		}

#content {
	background-color:#fff;
	color:#666;
	margin-left:30px;
	margin-right:30px;
	height:100%;
	min-height:240px;
	line-height:14px;
	}

	#content a {
		text-decoration:none;
		font-weight:bold;
		color:#666;
		}

		#content a:hover {
			text-decoration:none;
			font-weight:bold;
			color:#999;
			}

.navi_link {
	width:78px;
	float:left;
	height:17px;
	text-align:left;
	}
	
	.navi_link_active {
		width:78px;
        float:left;
        height:17px;
        text-align:left;
		}
		
	.navi_link a {
		text-align:center;
        line-height:17px;
        display:block;
		}
		
		.navi_link a:hover{
        	background-color:#f1f1f1;
         	color:#000;
			}
			
		.navi_link_active a{
        	text-align:center;
        	line-height:17px;
        	display:block;
        	background-color:#FFE9D2;
        	color:#000;
			}

.unternavi_link {
	width:85px;
	float:left;
	}

	.unternavi_link_active {
		width:86px;
		float:left;
		color:#ff6600;
		}
		
	.unternavi_link_active a {
		color: #ff6600;
		}
		
	#unternavi td {
		margin:0px;
        padding:0px;
        width:86px;
        text-align:center;
		}
		
	#unternavi img {
		float: left;
		}
		
.unter {
	margin:0px;
	padding:0px;
	width:84px;
	float:left;
	}
	
	.unter a {
		color:#999;
        display:block;
		}
		
		.unter a:hover {
        	color:#ff6600;
        	}

		.unter_aktiv a {
			margin:0px;
			padding:0px;
			width:84px;
			float:left;
			color:#ff6600;
			display:block;
			}

#kunden {
	height:300px;
	}

	#kunden img {
		float:none;
		border:none;
  		margin-top:10px;
		}

	#kunden a {
		color:#666666;
		}

		#kunden a:hover {
			color:#999999;
			}

#fadeinbox {
	position:absolute;
	width:357px;
	top:-400px;
	z-index:100;
	visibility:hidden;
	}

#popup_close {
	position:absolute;
	width:30px;
	height:30px;
	top:0px;
	right:0px;
	}