/*   aufbau der HTML CSS Regeln


	 HTML Element       {         Deklaration       }
	   Selektor         {   Eigenschaft    Wert     }
	   h1               {   color:         red       
	                        font-size:     large    }         */


/*body definitionen*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	border: 0px none #FFFFCC;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #669999;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
}

/*Kopfbereich*/
#kopf {												/*allgemeine definition*/
	height: 200px;
	background-color: #669999;
	position: absolute;
	top: 0px;
	width: 100%;
	
}

	
#punctum_puncti {
	height: 185px;
	width: 552px;
	z-index: 5;
	left: 5%;
	position: absolute;
	top: 118px;
	background-image: url(Bilder/punctum.gif);
	background-repeat: no-repeat;
									
}
.slogan {
	position: absolute;
	top: 30px;
	right: 5%;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	height: 35px;
	width: 90%;
}

.slogan_2 {
	position: absolute;
	top: 60px;
	font-size: 18px;
	right: 5%;
	text-align: right;
	color: #CCCCCC;
	overflow: hidden;
	height: 70px;
	width: 90%;
}

/*Inhaltsfeld*/
#mitte {
	height: 450px;
	background-color: #000000;
	top: 200px;
	width: 100%;
	position: absolute;
	z-index: 1;
}

#mitte a:visited {
	color: #CC2200;
	}
	
	
#mitte a:hover {
	color: #CC2200;
	}



.mitte_katja_thiel {
	width: 700px;
	left: 30%;
	position: absolute;
	top: 0px;
	height: 450px;
	overflow: hidden;
}


.titel_leistung {
	width: 250px;
	left: 8%;
	position: absolute;
	top: 410px;
	height: 300px;
	color: #CCCCCC;
}
.mitte_linkes_fenster {
	left: 10%;
	top: 130px;
	position: absolute;
	height: 270px;
	width: 450px;
	overflow: hidden;
	background-color: #000000;
}

.mitte_linkes_fenster2 {
	left: 10%;
	top: 130px;
	position: absolute;
	height: 270px;
	width: 450px;
	overflow: auto;
	background-color: #000000;
	padding-right: 20px;
}

.mitte_flowfenster {
	z-index: 3;
	text-align: center;
	overflow: hidden;
	left: 150px;
	top: 0px;
	position: absolute;
	bottom: 0px;
	width: 930px;
	background-color: #000000;
	padding-top: 30px;
}

.mitte_mittleres_fenster {
	width: 630px;
	left: 50%;
	position: absolute;
	height: 400px;
	overflow: hidden;
	top: 25px;
	background-color: #000000;
}

.mitte_flowtext {
	position: absolute;
	height: 390px;
	overflow: hidden;
	top: 0px;
	bottom: 0px;
	background-color: #00ff00;
	font-size: 12px;
	width: 200px;
	z-index: 4;
	left: 1050px;
	right: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}

a.scrollover em:first-line {
	color: #FFFFFF;
}

a.scrollover {
	color: #CC3300;
}



.div_geschaeftsformulare {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	height: auto;
	top: 60px;
	left: 30px;
	color: #FF9900;
	position: absolute;
}

.div_briefpapier{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 40px;
	left: 218px;
}
.div_visitenkarten {
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 93px;
	left: 70px;
}
.div_flyer {
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 95px;
	left: 222px;
}
.div_postkarten {
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 116px;
	left: 34px;
}
.div_recallkarten {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 122px;
	left: 136px;
}
.div_anzeigen{
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 144px;
	left: 75px;
}.div_plakate {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 159px;
	left: 189px;
}
.div_logo {
	font-size: 26px;
	font-weight: bolder;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 20px;
	left: 419px;
}
.div_signum{
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 48px;
	left: 481px;
}
.div_newsletter {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 124px;
	left: 394px;
}
.div_als_zeitschrift{
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 106px;
	left: 459px;
}
.div_per_mail {
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 157px;
	left: 484px;
}.div_fahrzeugbeschriftung {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 226px;
	left: 295px;
}
.div_aussenwerbung {
	font-size: 30px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 246px;
	left: 362px;
}
.div_beschilderung {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 281px;
	left: 413px;
}.div_leitsysteme {
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 305px;
	left: 355px;
}
.div_neonschrift{
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 325px;
	left: 422px;
}

.div_webdesign{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 244px;
	left: 27px;
}
.div_firmenvorstellung {
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 272px;
	left: 96px;
}
.div_praesentation{
	font-size: 28px;
	font-weight: bolder;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 298px;
	left: 71px;
}
.div_produktvorstellung{
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 334px;
	left: 35px;
}
.div_frei{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 60px;
	left: 30px;
}
.div_frei2{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	width: auto;
	overflow: visible;
	position: absolute;
	height: auto;
	top: 60px;
	left: 30px;
}

/*fussbereich*/

#fussbereich {
	background-color: #669999;
	height: 60px;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	top: 650px;
	font-size: 24px;
	text-transform: lowercase;
}
.nav_fussbereich {
	top: 5px;
	left: 5%;
	text-align: left;
	margin-top: 8px;
	position: relative;
	width: 620px;
}


.impressum {
	top: 5px;
	right: 5%;
	text-align: right;
	margin-top: 8px;
	position: absolute;
	width: 200px
	
	}
	
.impressum_h1 {
	color: #FFFFFF;
	top: 5px;
	text-align: left;
	font-size: 18px;
	}		
	
.impressum_text {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	}
		
.daten_text {
	color: #999999;
	text-align: justify;
	font-size: 10px;
	}	
	
.sitemap {
	left: 440px;
	position: absolute;
	top: 0px;
	height: 13px;
	padding-top: 3px;
}
.counter {
	left: 80px;
	position: absolute;
	top: 0px;
	height: 13px;
	padding-top: 3px;
	width: 150px;
	text-align: left;
}

