/**
* Projekt G&A Website-Relaunch 2009
* ==========================================================================
* 
*
* @site			www.gutes-aufbereiten.de
* @version		beta
* @date			09.02.2009 (Erstellungsdatum)
* @lastmodified 03.02.2009
* @author		Michael Strunk
* @see			http://home.gelsennet.de/~strunkm
* @copyright	G&A Industrieanlagen GmbH
*
*/

body {
	margin-top: 5px;
	background-repeat: repeat-x;
	background-position: left;
	background-color:  #d7cda9; /*beige*/
	text-align: center;
}

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #775d31; /*dunkelbraun*/
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	height: 255px;
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #775d31;
	background-color: #C9DBFF; /*babyblau*/
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d7cda9; /*beige*/
}
.fliesstext2 {
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;
	color: #775d31; /*dunkelbraun*/
	text-align: justify;
	vertical-align: top;
	height: 255px;
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #775d31;
	background-color: #C9DBFF; /*babyblau*/
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d7cda9;
}
.fliesstext3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #775d31; /*dunkelbraun*/
	text-align: center;
	vertical-align: top;
	height: 255px;
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #775d31;
	background-color: #C9DBFF; /*babyblau*/
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d7cda9;
}
.referenzen {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #775d31; /*dunkelbraun*/
	text-align: justify;
	vertical-align: top;
	height: 235px;
	overflow: auto;
	
	padding-left: 0px;
	background-color: #C9DBFF; /*babyblau*/
}		
.navizeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: none;
	color: #1b2251; /*G&A-Logo Nachtblau*/
	background-color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
		
}

.navi-links {padding-right: 14px;
	padding-left: 11px;
	}
.navi-innen {padding-right: 14px;
	padding-left: 14px;
	}
.navi-rechts {padding-right: 11px;
	padding-left: 14px;
	}
	
	
.navi-links-en {padding-right: 18px;
	padding-left: 17px;
	}
.navi-innen-en {padding-right: 18px;
	padding-left: 18px;
	}
.navi-rechts-en {padding-right: 17px;
	padding-left: 18px;
	}
	
.fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #2c2b6d; /*G&A-Logo Nachtblau*/
	text-decoration: none;
	}
.linke_zelle {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	vertical-align: center;
	text-decoration: none;
	
	}
.mitte_zelle {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	
		}
.rechte_zelle {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	text-align: right;
	vertical-align: center;
	text-decoration: none;
	
	}
	
/*
html {
scrollbar-base-color: white;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #ccccff;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
*/

a:link {
	text-decoration: none;
	color: #1b2251; /*G&A-Logo Nachtblau*/
	}
.navizeile a:link {
	text-decoration: none;
	font-weight: bold;
	}	
		

a:visited {
	text-decoration: none;
	color: #1b2251; /*G&A-Logo Nachtblau*/

	}
a:hover {
	text-decoration: none;
	color: #4a77b6; /*G&A-Logo Fernblau 100*/
	
}
.navizeile a:hover {
	background-image: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9DBFF; /*babyblau*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9DBFF; /*babyblau*/
	}
a:active {
	color: #2C2B6D;
	text-decoration: none;
}

img {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #fff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.fliesstext2 b {
	font-size: 14px;
	font-weight: bold;
	color: #775d31; /*dunkelbraun*/
	font-family: Arial, Helvetica, sans-serif;
}	
b	{
	font-size: 14px;
	font-weight: bold;
	color: #775d31; /*dunkelbraun*/
	font-family: Arial, Helvetica, sans-serif;
}
h1	{
	font-size: 14px;
	font-weight: bold;
	color: #775d31; /*dunkelbraun*/
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2C2B6D;
}

input.anzeige04 { /*zeigt die dynamische Uhrzeit an*/
	color: #2c2b6d; /*G&A-Logo Nachtblau*/
	border: none;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, sans-serif;
	width:200px;
	vertical-align: middle;

}

input {
 color: #000000;
 background: #ffffff;

}
table	{
	border-width: 0px;
	border-style: solid;
	border-color: #775d31; /*dunkelbraun*/
	
	}
.fenster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #775d31; /*dunkelbraun*/
	text-align: left;
	vertical-align: top;
	height: 350px;
	width: 900px;
}
#spalte1 { /* als Ziffer geschrieben: erste von ZWEI Spalten*/
	float:left;
	width: 44%;
	text-align: justify;
	padding-right: 20px;


}
#spalte2 { /* als Ziffer geschrieben: zweite von ZWEI Spalten*/
	float:left;
	width: 45%;
	text-align: justify;
	padding-left: 20px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
#spalteeins { /* als Wort geschrieben: erste von DREI Spalten*/
	float:left;
	width: 260px;
	text-align: justify;
	margin-right: 5px;
	padding-right: 5px;


}
#spaltezwei { /* als Wort geschrieben: zweite von DREI Spalten*/
	float:left;
	width: 300px;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-right: 5px;
	padding-right: 5px;
	margin-left: 5px;
	padding-left: 5px;

}
#spaltedrei {
	float:left;
	width: 260px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 5px;
	padding-left: 5px;

}
#spalte_ta {
	float:left;
	width: 260px;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	margin-left: 5px;
	padding-left: 5px;

}

#rund {
	margin: auto;
	}
	
.box {
	width: 910px;
	background-color: #fff;
	background-position: center;
}
.box .top, .box .bottom{
display:block;background: #d7cda9; /*beige*/
}
.box .top b, .box .bottom b {
  display:block;height: 1px; overflow: hidden; background: #fff;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}
	