html, body { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;  
}
body { 
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	line-height: 18px; 
	font-size: 14px; 
	color: #000; 
	background-color: #fff; 
}

#container { 
	width: 100%;
	
} 

#main { 
	margin: 5px 0;
	padding: 0;
	width: 800px; 
}
#main.background { 
	background: url(images/mainbg.gif) repeat-y; 
}

#logo {
	margin: 0; 
	padding: 10px 0;  
}
#logo.border {
	border-top: 1px solid #000;
}

/* Bild Intro */
#intro {
	margin: 10px 0 0 0; 
	padding: 0;
}

/* Firmenname oben links */
#company {
	margin: 0;
	padding: 3px 0;
	font-size: 13px;
	color: #444464;
	float: left;
}

/* Sprachauswahl oben mitte */
#flags {
	display: none;
}

/* Streifen blau, grün im Header */
#headtxt {
	margin: 0; 
	padding: 0;  
	border-top: 1px solid #000;
}

/* Verlaufstreifen am Ende jeder Seite */
#bottomstripe {
	display: none;
}

/* Graue Box "Überschrift" */
.headline {
	margin: 5px 0; 
	padding: 0; 
	width: 520px;
	height: 103px;
	text-align: center;
	float: right;
	background: #ced0d2;
}
.headline h1 {
	margin: 0;
	padding: 0;
	font-size: 35px;
	line-height: 100px;
}
.headline h1.small {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 100px;
}
.headline h1.small.doubleline {
	margin: 0;
	padding: 13px 0;
	font-size: 28px;
	line-height: 35px;
}

/* Aufzählung Home */
.homelist {
	margin: 0 0 6px 0; 
	padding: 15px 0; 
	width: 520px;
	text-align: center;
	float: right;
	background: #ced0d2;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.homelist h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
}
.homelist h1 a { 
	margin-left: -10px;
	padding: 0;
	display: block;
	color: #444464; 
}
.homelist h1 a:hover { 
	color: #000; 
	background: url(images/homelist.gif) left center no-repeat;
}


/* Navigation */
#navilist {
	display: none;
}

/* Navigation "Wir über uns" */
#navilistBottom {
	display: none;
}



/* Boxen */
#left {
	float: left;
}
#right {
	float: right;
}
.row {
	width: 800px;
	overflow:hidden;
}
.box520 {
	width: 520px;
}
.box520.txt {
	width: 490px;
}
.box280 {
	width: 280px;
}
.box280.txt {
	width: 250px;
}
.borderL {
	background: url(images/boxborder.gif) left repeat-y;
}
.borderR {
	background: url(images/boxborder.gif) right repeat-y;
}
.txt {
	 padding: 10px 15px;
}
.backgreen {
	background-color: #b1d8c1;
}
.green {
	color: #00a367;
}
/* "Kontakt" */
.kontaktxt {
	width: 240px;
	font-size: 13px;
}
.kontaktxt.left {
	float: left;
	text-align: right;
}
.kontaktxt.right {
	float: right;
}


/* SONSTIGES */
.clear { clear: both; width: 100%; margin: 0; padding: 0; font-size: 0px; line-height: 0px}

a { color: #444464; text-decoration: none }
a:hover {color: #000 }
p {margin-top: 0px; margin-bottom: 12px }
.small {margin: 0; font-size: 10px; line-height: 14px}
h1 { font-family: "Trebuchet MS", Helvetica, sans-serif; font-weight: normal; font-size: 20px; }
h2 { font-family: "Trebuchet MS", Helvetica, sans-serif; font-weight: normal; color: #00a367; font-size: 14px;  margin: 6px 0 10px 0;  }
ul {margin-top: 0 }
li { margin-left: -24px; }
ul {  }
ul a {  }
ul a:hover { }
/* END SONSTIGES */




