/*	Client: Jugendheim Schenkung Dapples www.dapples.ch
	Autor: Alexander Albrecht www.alexanderalbrecht.de
	© 2008–2010

	Screen
	CSS-Version 1.1
	15.12.2009

	COLORS
	font				=	#111 (nicht ganz schwarz)
	background-color	=	#DED2AD
	menulink			=	#0A94CD
	headline			=	#78653A
*/

/* ! INITAL RESET --> */
	/* ! HTML UNDOS */
:link, :visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
acronym {cursor: help;}
address	{font-style: normal;}
table {border-spacing: 0;}

	/* ! ADDITIONAL UNDOS */
* {margin: 0; padding: 0;}
img {border: 0;}

	/* ! INITIAL SETTINGS */
html { width: 100%; margin: 0; padding: 0; }




/* ! SITE GENERAL SETTINGS */
body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #111;

		/* min-width: 783px; */
	
		/* text-align: left; */ /* to correct the centering IE bug*/
	
	background-color: #DED2AD;
	
	background-image: url(../img/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a {	color: #111; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus { text-decoration: none; outline: none; }




/* ! SITE */
div#sitewrapper {
		/* position: relative; */
		/* left: 50%; */
	margin-left: auto;
	margin-right: auto;
	width: 730px; /* 730px wegen ungerader Zahl */
		/* text-align: left; */ /* to realign your text */
	padding: 0 27px;
	
	background-color: #FFF;
}

h2 {
	display: none;
	visibility: hidden;
}




/* ! HEADER */
div#header {
	height: 136px;
	width: 729px;
}

div#headerimage {
	height: 136px;
	width: 729px;
}

div#headerimagexxl,
div#headerimagexxl ul#slideshow {
	height: 289px;
	width: 729px;
}

div#headerimagexxl ul#slideshow {
	overflow: hidden;
}

body#galerie div#headerimagexxl,
body#galerie div#headerimagexxl ul#slideshow {
	height: 136px;
}

div#headerimagemitarbeiter,
div#headerimageprodukt {
	width: 732px;
	background-image: url(../img/backgroundraster.gif);
	background-repeat: repeat;
}

div#headerimagemitarbeiter a img,
div#headerimageprodukt a img {
	height: 70px;
	width: 58px;
	float: left;
	padding: 0 3px 3px 0;
}

div#header h1 {
	position: relative;
	top: 37px;
	font-size: 24px;
}

div#header img {
	position: relative;
	top: 0;
	float: right;

	width: 66px;
	height: 66px;
}




/* ! CONTENT */
div#content {
	float: right;
	width: 351px;
	margin: 27px 1px 34px 0; /* Ausgleich 1px rechts wegen 730px Breite von div#sitewrapper */
}

body#galerie div#content {
	height: 450px;
}

div#content h3,
div#content .fontbold,
div#content strong {
	font-weight: bold;
	color: #78653A;
}

div#content .fontregular {
	font-weight: normal;
	color: #78653A;
}

div#content h4 {
	color: #888;
}

div#content h4 a:link,
div#content h4 a:visited,
div#content h4 a:hover,
div#content h4 a:active {
	text-decoration: none;
}

div#content p /*, div#content table*/ {
	margin: 0 0 18px 0;
}

div#content a:link,
div#content a:visited {
	color: #0A94CD;
	text-decoration: none;
}

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

div#content h3 a:link,
div#content h3 a:visited {
	color: #78653A;
	text-decoration: none;
}

div#content h3 a:hover,
div#content h3 a:active {
	color: #0A94CD;
	text-decoration: none;
}

div#content div#contentleft {
	float: left;
	width: 162px;
	margin: 0 0 18px 0;
}

div#content div#contentright {
	float: right;
	width: 162px;
	margin: 0 0 18px 0;
}

div#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
}

div#content ul.afterp {
	margin: -18px 0 0 20px;
}

div#content img {
	float: left;
	padding: 4px 0 18px 0; /* padding: 4px 0 0 0; */
}

div#content img.halblinks {
	padding: 4px 26px 18px 0;

}

div#content p#artikelnavigation {
	clear: left;
	width: 351px;
	padding: 18px 0 0 0;
}

div#googlemap {
	height: 287px;
	width: 727px;
	border-width: 1px;
	border-color: #bc9c55;
	border-style: solid;
}

table tr td {
	vertical-align: top;
}

table tr td.einzug {
	padding: 0 8px 0 0;
}

/* ! NEWSLETTER */
#newsletter form fieldset {
	border: none;
}

#newsletter form fieldset label {
	display: block;
	margin: 0 0 4px 0;
}

#newsletter form fieldset select {
	width: 351px;
	height: 25px;
	border: 1px solid #aaa;
	background: #fff;
	margin: 0 0 8px 0;
}

#newsletter form fieldset input {
	width: 341px;
	height: 17px;
	padding: 5px 5px;
	border: none;
	background: #f1f1f1;
	margin: 0 0 8px 0;
}

#newsletter form fieldset textarea {
	width: 341px;
	padding: 5px 5px;
	border: none;
	background: #f1f1f1;
	margin: 0 0 8px 0;
}

#newsletter form fieldset div#buttons {
	margin: 0;
}

#newsletter form fieldset div#buttons button {
	background: #fff;
	border: none;
	color: #0A94CD;
	font-size: 14px;
}

#newsletter form fieldset div#buttons button:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* ! FOOTER */
div#footer {
	font-size: 11px;
	clear: both;
	width: 730px;
	background-color: #FFF;
}

div#footer div {
	border-style: solid;
	border-color: #111;
	border-width: 1px 0 0 0;
	padding: 5px 0;
}

div#footer div#footerleft {
	float: left;
	width: 351px;
}

div#footer div#footerright {
	float: right;
	width: 351px;
		/* margin: 0 0 0 0; Ausgleich 1px rechts wegen 730px Breite von div#sitewrapper */
	text-align: right;
}

div#footer a:link,
div#footer a:visited {
}

div#footer a:hover,
div#footer a:active {
	color: #0A94CD;
}





/* ! SEVERAL CLASSES */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
