﻿@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	}

/* Body-Deklaration  ########################################################*/

body {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	background-color:rgb(255,255,255);
	background-image:url(/images/Web_Logo_Reprowings.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:30px 20px;
	font-size:82%;          	/*										BODY							FONT-SIZE 82%	*/
	line-height:1.4;					/*										BODY						LINE HEIGHT 1.4 */
	color:rgb(90,90,90);
	}
	
	
h1 {font-size:14px;margin-bottom:0px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
p  {margin-top:0px;}



a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:rgb(130,130,130);
  font-size:11px;
}

a:active, a:hover
{ 
 text-decoration:underline;
}

.textlinks {
	border:1px dotted rgb(90,90,90);
	background-color:yellow;
}

.text {
	margin-top:100px;
	width:380px;
	margin-left:500px;
	}

.grossbuchstaben {
	text-transform:uppercase;
	font-size:17px;
}


.rot {
	color:red;
}

.untertitel {
	font-size:14px;
}

#link-kalendervorschau {			/* Vorwärts-Button auf Homesite nach rechts im Text verschieben  */
	text-align:right;
}

#mainlinks ul {								/* kontakt und impressum oben  */
	text-align:right;
	margin-right:25px;										
	padding-top:40px;
	
	}

#mainlinks ul li {					  /* Listenpunkte in Linie bringen - Abstand herstellen  */
	display:inline;
	margin-right:10px;
	}



#hr {														/* clear float, sonst Anzeigefehler im Firefox  */
	clear:both;
	visibility:hidden;
}


/* #####################  Kalender-Galerie  ######################*/


#kalender-angebot {
	margin-top:30px;
	margin-bottom:30px;
	list-style:none;
	text-decoration:none;
  font-weight:bold;
  }

#kalender-angebot li {
	padding-top:5px;
	padding-bottom:5px;
}

	#kalender-galerie {
		width:450px;
		height:auto;
		margin-left:500px;
		margin-top:90px;
	}															/* Die Bilder der Galerie */
	
	
	img {
		border:0;
	}
	

.greydummy {
	float:left;
	width:92px;
	height:92px;
	border:8px solid rgb(130,130,130);
}
																
#eins,
#zwei,
#drei,
#vier,
#fuenf,
#sechs,
#sieben,
#acht,
#neun,
#zehn,
#elf,
#zwoelf,
#dreizehn

{
	float:left;
	width:92px;
	height:92px;
	border:8px solid rgb(130,130,130);
}

#Kalender-2009 {
	width : 450px;
	height : 637px;
}

/* ###############################  Originalformular ######################################### */
label {
margin-top :2px;
margin-left : 0px;
float : left;
width : 100px;
clear:left;
}
#senden {
	margin-left : 100px;
}
input, textarea {
width : 380px;
margin-top : 5px;
margin-bottom : 10px;
border : 1px dotted black;
}
.radio {
width:20px;
margin-left:75px;
}
#kontaktformular {
margin-left : 500px;
margin-top : 70px;
}
#OK {
font-weight : bold;
color : rgb(87, 167, 77);
}
#fehler {
color : rgb(223, 12, 12);
margin-top : -20px;
}
.Meldung {
font-weight : bold;
color : rgb(223, 12, 12);
margin-bottom : 30px;
margin-top : -20px;
}
#formularstyle {
width : 600px;
height : auto;
font-size : 12px;
font-weight : bold;
border : none;
}
/* ########################################################################################## */

#senden:hover {
	background-color : rgb(128,128,128);
	color:white;
	font-weight:bold;
}

textarea:focus, input:focus {
background-color : rgb(255, 220, 100);
}


/* #####################  Kontaktformular - ENDE  ######################*/




#footer {
clear:both;
position:fixed;
bottom:0px;
background-color:rgb(255,255,255);
color:rgb(150,150,150);
width:auto;
height:20px;
font-size:10px;
}

#footer p {
	padding-left:5px;
}
