
/******************* Ueberschriftformatierung ******************/

h1 {
	color:				#999999;
	font-size:			10px;
	padding-top:		10px;
	padding-bottom:		10px;
	font-weight:		normal;
}

h1 a {
	color:				#9f313a;
	text-decoration:	underline;
}


h2 {
	color:				#9f313a;
	font-size:			14px;
	padding-top:		30px;
	padding-bottom:		20px;
	font-weight:		bold;
}


/******************* Artikeldarstellung ******************/

div.artikelFormatBox {
	clear:				both;
	width:				470px;
	padding-bottom:		30px;
}

div.startArtikelFormatContent img {
	float:				left;
	padding-right:		10px;
	marign-top: 		15px;
}

div.artikelFormatBox h1 {
	margin-bottom:		25px;
}


div.artikelFormatContent {
}

div.artikelFormatContent img {
	xfloat:				right;
	xpadding-bottom:		50px;
	xpadding-left:		10px;
}

div.artikelFormatContent p {
	
}

div.artikelFormatBox span {
	display:			block;
	margin-top:			15px;
}

div.artikelFormatBox span img {
	xfloat:				left;
	xpadding-right:		3px;
}

div.artikelFormatBox span a {
	color:				#9f313a;
	text-decoration:	underline;
}

div.artikelImageFormat  img {
	position:			relative;
	left:				310px;
}


/******************* Kontaktformular *********************/

div.kontaktForm {	
	width:				400px;
}

div.kontaktform fieldset {
	border:				0px;	
}

div.kontaktform fieldset label {
	float:				left;
	width:				150px;
	height:				22px;	
}

div.kontaktform fieldset input {
	width:				250px;
	height:				20px;
	margin-bottom:		2px;	
}

div.kontaktform fieldset textarea {
	width:				250px;
	height:				100px;
	margin-bottom:		2px;	
}

input.kontaktSubmitButton {
	float:				right;
	width:				250px;
	height:				20px;
	margin-top:			5px;	
}


/******************* Gästebuch *********************/

div.gastForm {	
	width:				400px;
}

div.gastform fieldset {
	border:				0px;	
}

div.gastform fieldset label {
	float:				left;
	width:				150px;
	height:				22px;	
}

div.gastform fieldset input {
	width:				250px;
	height:				20px;
	margin-bottom:		2px;	
}

div.gastform fieldset textarea {
	width:				250px;
	height:				100px;
	margin-bottom:		2px;	
}

input.gastSubmitButton {
	float:				right;
	width:				250px;
	height:				20px;
	margin-top:			5px;	
}

h1.gastHeadline {
	font-size:			12px;	
}

p.gastEintrag {
	display:			block;
	margin-bottom:		20px;	
}



/******************** Fehler- Erfolgsmeldung Format ******************/

strong.fehlerMeldung {
	display:			block;
	color:				red;
	font-weight:		bold;
	margin-bottom:		10px;
}

strong.erfolgsMeldung {
	display:			block;
	color:				green;
	font-weight:		bold;
	margin-bottom:		10px;
}



/******************* Button / Links ***********************/

.allgemeinSubmitButton {
	display: 			block;
	float:				right;
	margin-bottom:		20px;
}
