/*
Theme Name: Scholderhof
Author: Carola Berhofer
Author URI: http://www.allgaeu-d-sein.de
dunkelblau: 00172F
hellblau: 005D9E
gr�n: A6CA84
gelb: FFCC33
rot: D10019
*/

body {
    padding: 0 0 2em 0;
    margin: 0;
    text-align: center;
    font: 70% verdana, sans-serif;
    background: url(images/urlaub_auf_dem_bauernhof.jpg) no-repeat #00172F;
	color: #00172F;
    line-height: 150%;
		}
	
/*Container in der Reihenfolge*/	
#aussen {
	width:1024px;
	position: absolute;
    left: 50%;
	margin-left: -512px; /* Breite des Elements geteilt durch zwei! */
}

#container {
    text-align: left;
    margin:0;
    width: 1024px;
    padding: 0;
    position: relative;
	background-color: #A6CA84;
}

#kopf {
	background-color: #A6CA84;
    text-align: right;
    width: 1024px;
	height: 150px;
    background: url(images/kopf.jpg) no-repeat;
   }
	
#navi {
	float: left;
    width: 190px;
	padding: 0 0 0 0;
	text-align: left;
    font-size: 1.1em;
	line-height: 50px;
	background: url(images/loewenzahn.jpg) #A6CA84;
	
}

			#navi a {
			font-weight: bold;
			color: #00172F;
			text-decoration: none;

			
			}
			
			#navi a:hover {
			color: #0000cd;
			}
    
#inhalt {
    margin-left: 190px;
	margin-right: 5px;
	border-left: #A6CA84; solid 5px;
	font-size: 1.1em;
	background: url(images/inhalt.jpg) no-repeat;
	}

#footer {
	width: 1020px;
    clear: both;
    padding: 2px;
    text-align: center;
    background: #A6CA84;
    }

h2 {
    color: #FFCC33;
    border-bottom: 1px solid #FFCC33;
    text-align: left;
    padding:12px;
    font-size: 1.4em;
    background: url(images/sterne.jpg) no-repeat right;
	}

h2 a {
	color: #FFCC33;
    text-decoration: none;
}

h2 a:hover {
    color: #D10019;
    text-decoration: none;
}

h3 {
	padding:10px 0 0 0;
   	COLOR: #0000cd;
	FONT-SIZE: 16px;
	text-align : center;
	}
	
h4 {
	COLOR: #0000cd;
	}
	
h4 a {
	COLOR: #0000cd;
	text-decoration: none;
}

h4 a:hover {
    color: #D10019;
    text-decoration: none;
}
	
ul {
    list-style: none;
	}
	
	
/*********WICHTIG************
Diese Anweisungen sorgen f�r die richtige Bildausrichtung!!!*/
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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;
	}
	
/******Ende Bilderausrichtung********/*








