@CHARSET "UTF-8";

* {
    margin:0;
    padding:0;
}

/**
 * Die allgemeinen Einstellungen.
 */
body {
	margin: auto;
	padding: 20px;
	text-align: justify;
	font-size: 12px;
	background-color: #5a1111;
	background-image: url(Huhn.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
}

div.clear, div.Clear {
	clear: both;
	height: 0;
	width: 0;
}

/**
 * &Uuml;berschriften
 */
h1,h2,h3,h4,h5,h6 {
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 24px;
	padding: 0 0 10px 0;
}

/**
 *  Der Header
 */
div.Header {
	text-align: right;
	padding: 0 20px 0 0;
	height: 174px;
	background-color: #200000;
	background-image: url(Pferdekopf.jpg);
	background-repeat: no-repeat;
}

/**
 * Das Menue
 */
ul.Menu{
	font-size: 20px;
	margin: 7px 0 0 0;
	width: 215px;
	float: left;
	text-align: center;
	background-color: #c34f0f;
	_width: 200px;
}

#ImageNavigationBox {
	font-size: 20px;
	margin: 7px 0 0 0;
	padding: 10px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #006a35;
}

#ImageNavigationBox a{
	color: #CDFFA1;
}

#ImageNavigationBox a.inactive{
	color: #000;
}

ul.Menu li {
	list-style: none;
	padding:0;
	margin:0;
}
ul.Menu a{
	margin: 7px;
	padding: 5px 10px;
	background-color: #006A35;
	display: block;
	font-variant: small-caps;
	font-weight: bold;
	color: #CDFFA1;
	_padding: 0;
}


ul.Menu a.inactive{
	color: #000000;
	background-color: #3a6a52;
}


ul.Menu a:hover{
	background: #CDFFA1;
	color: #006A35;
}

/**
 * Inhalt
 */
div#content, div#Content{
	margin-left: 222px;
}

div.Round#Content{
  background: #f1e6b5;
}

div#contentBar{
	margin: 0 179px 0 222px;
}

/**
 * Texte
 */
p {
	padding: 5px 0;
}
p:first-letter {
	font-size: 1.3em;
}

/**
 * Links
 */
a:link {
	color: #006a35;
}

a:visited {
	color: #538a6e;
}
/**
 * Listen
 */
ul {
    margin: 10px 0;
}

li {
    margin-left: 30px;
}
/**
 * Textfeld
 */
div.Text {
	margin: 7px 0;
	padding: 25px 25px 10px 25px;
	min-width: 300px;
	text-align: justify;
	font-size: 18px;
	background-color: #f1e6b5;
}

div.Text#image{
	text-align: center;
}

div.Text#description{
	padding: 10px;
	text-align: center;
	font-size: 25px;
}

/**
 * Blogdatum
 */

div.blogdate{
	text-align: center;
	float: right;
	margin: 25px 0 0 0;
	padding: 5px 10px;
	width: 60px;
	background-color: #fff;
}

/**
 * Bilder
 */
img {
	border: none;
}

div#Image {
  background: #c34f0f;
}

div.Thumb {
	background-color: #c34f0f;
	margin: 7px 0;
	padding: 10px;
}

div#Vertical {
	float: right;
    _width: 140px;
}

div.Thumb li {
	display: block;
	background-color: #006A35;
	padding: 12px;
	margin: 4px;
	width: 120px;
	_width:148px;
	list-style: none;
}

div#Mainpage {
	text-align: center;
}

div#Mainpage li {
	float: left;
	display: block;
	font-size: 15px;
}

div.Thumb a:link {
	color: #CDFFA1;
	text-decoration: none;
}

div.Thumb a:visited {
	color: #000;
	text-decoration: none;
}

