
@import "navigationMenu.css";


* {
    margin: 0;
    padding: 0;
}

HTML, BODY {
    height: 100%;
}


BODY {
		background:             #574B40;
//5A524A;
//566972;


		position: absolute;
    color:                  #000000;
    white-space:            normal;
    word-spacing:           0px;
    letter-spacing:         0px;
    font-family:            Verdana, Arial, Helvetica, sans-serif;
    font-style:             normal;
    font-variant:           normal;
    font-size:              11px;
    font-weight:            normal;
    font-stretch:           normal;
    text-decoration:        none;
    text-transform:         none;
    text-shadow:            none;
    text-indent:            0px;
    text-align:             left;
    vertical-align:         middle;
    border:									0px;
    float: 									none;
    height: 								100%;
    width:									100%;
}

.verticalSpacer {
		border:									0px;

		display:								block;

		float:									left;
}

DIV#site {
    width:									780px;
    margin:									50px auto; /* Abstand oben = 20px; */
    border:									0px;

		padding:								0px;
		
		background:							#FFFFFF;
}

DIV#site DIV.border {
	
	border:										0px;

	float:										left;

	padding:								0px;
	padding-left:						10px;
	padding-right:					10px;
	padding-bottom:					5px;

	background:							#FFFFFF;

}

/* Header + Body + Footer*/
DIV#header, DIV#body, DIV#footer {
    width:									760px;
    margin:									0px auto;
    border:									0px;
    float:									left;
    clear:									both;

		margin:									0px;

    padding:								0px;
}
DIV#header UL.navigation {

	display:									block;

	clear:										both;
	text-align:				right;

	float:										right; 
	border:										0px solid black; 
	margin:										0px; 
	padding:									0px; 


	padding-top:							10px;
	padding-bottom:						10px;
	padding-left:			10px;
	padding-right:				0px;
	list-style-type:					none;

}

DIV#header UL.navigation LI {


	border:										0px;
	border-left:							1px solid #452C17;
	
	float:										left;

	text-align:								center;
	color:										#452C17;

	margin:										0px;

	padding:									0px;
	padding-left:							10px;
	padding-right:						10px;


	list-style-type:					none;
}
A {
	text-decoration:					none;
	color:										#452C17;
}
A:HOVER {

	color:										#B49D88;
}
DIV#header UL.navigation LI A {
	text-decoration:					none;
	color:										#452C17;
}

DIV#header UL.navigation LI A:HOVER {
	text-decoration:					none;
	color:										#B49D88;
}

DIV#header UL.navigation LI.firstElement {
	border:										0px;
}


DIV#header DIV.meta {

	border:										0px;
	
	float:										left;
	clear:										both;

	/* Höhe einstellen*/
/*	height:										19px;
	min-height:								19px;
	_height:									19px;
	_minheight:								19px;
*/

	/* Breite einstellen*/
/*	width:										760px;
	min-width:								760px;
	_width:										760px;
	_minwidth:								760px;
*/

	padding:									0px;

	/* background:								#61843A url(logo.png) right top no-repeat; */
	background:								#D4BBA4;

}

DIV#header DIV.meta IMG {
	
	float:										left;
	clear:										both;

	/* Breite einstellen*/
	width:										760px;
	min-width:								760px;
	_width:										760px;
	_minwidth:								760px;

}




/*  BODY  */
DIV#body {



	background:								#D4BBA4;

}

DIV#body DIV.content {

	float: 										left;
	clear:										left;
		
	/* Breite einstellen*/
	width:										716px;
	min-width:								716px;
	_width:										716px;
	_minwidth:								716px;
	
	margin-left:	2px;
	padding:									0px;
	padding-left:							20px;
	padding-right:						20px;
	padding-top:							20px;
	padding-bottom:						30px;

	background:								#F4EBD4;

}

DIV#body DIV.content H1 {
	color:									#111111;
	font-size:							1.5em;
	display:								inline-block;

	margin-bottom:					1em;

	float:									none;
	clear:									both;
}

DIV#body DIV.magazin {

	float: 										left;
	clear:										right;
		
	/* Breite einstellen*/
	width:										280px;
	min-width:								280px;
	_width:										280px;
	_minwidth:								280px;
	
	
	padding:									0px;
	padding-left:							20px;
	padding-right:						20px;
	padding-top:							20px;
	padding-bottom:						30px;

	background:								transparent;

}




/* FOOTER */

DIV#footer {

	background:								#452C17;

	padding-top:							5px;
	padding-bottom:						5px;

}

DIV#footer SPAN {
	float:										right;
	margin-right:							20px;
	color:										#000000;
}