@charset "UTF-8";

/*   
Theme Name: Schupferhof
Theme URI: http://www.schupferhof.eu
Description: Das Template wurde für die Webseite www.schupferhof.eu erstellt
Version: 1.0
Author: Lukas Fahrner
Author URI: http://www.fahrner.it
Tags: fixe Breite (800px) 2 Spalten

*/

/* Allgemeine Einstellungen */
body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #4d3603;
	background-image:url(img/light-bg-texture-01.jpg);
}

/* Layout Container */
#container { 
	width: 800px;
	margin: 0 auto;
	text-align: justify;
	background-color:#FFF;
} 

#header { 
	height: 312px;
	width: 800px;
}

#navigation_site {
	width: 800px;
	border-top:#FFF solid 2px;
	height:30px;
}

#mainContent { 
	width: 500px;
	background-color:#FFF;
}

#mainContent_2 { 
	width: 780px;
	background-color:#FFF;
}

#container_right { 
	width: 300px;
	background:#fff;
	float:right;
	text-align:center;
	font-size: 0.8em;
	padding-top: 34px;
}

#container_right_2 { 
	width: 20px;
	background:#fff;
	float:right;
	text-align:center;
	font-size: 0.8em;
	padding-top: 34px;
}

#footer {
	width:800px;
	background:#513a08;
	text-align:center;
	clear:both;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
}

h1 {
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
}

a, a:visited {
	color:#000000;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.page {
	padding: 10px 10px 4px 12px;
}


#navigation_site ul li {
	display:block;
	float:left;
	background:#4d3603;
	width:100px;
}

#navigation_site ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	padding: 0.4em;
}

#navigation_site ul li a:hover {
	color:#FFF;
	background-color:#cab281;
}


#navigation_site ul .current_page_item a {
	color:#FFF;
	background-color:#cab281;
}

#navigation_site ul .current_page_item a:hover {
	color:#FFF;
	cursor: default;
	background-color:#cab281;
}

#footer p {
	padding: 4px;
	font-size:12px;
	margin: 0;
}

#footer p .schwarz {
	color:#000;
	font-weight:bold;
}

#footer p .weiss {
	color:#fff;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ffffcc;
	font-size: 90%;
	font-style:italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Begin Images */

p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
a img {
	border: 0px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignnone {
    padding: 10px 10px 10px 0px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption-text {
	font-style:italic;
	color:#999;
}

.clear {
	clear:both;
}

form.wpcf7-form  input {
	padding: 4px 2px 4px 2px;
	margin-bottom:10px;
}
	
/* End Images */


