@CHARSET "ISO-8859-1";

body
{
	background-color: #553E29;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	cursor: default;
}

h2
{
	font-size: 	18px;	
	color: 		#FFDC00;
	padding-top: 0px;
	margin-top: 0px;				
}

img
{
	border: none;		
}

p
{
	color: #fff;
}

a
{
	color: #FFDC00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#site 
{
	width: 		1000px; 
	/*min-height: 	725px;*/
	margin: 	0 auto;
	position:	relative;
	top: 75px;
	
	background-image: url("../img/logo_background.png");
	background-repeat: no-repeat;
}


/********/
/* Head */
/********/

#headNavigation
{
	background-image: url('/website/static/source/img/menu_background.png');
	background-repeat: no-repeat;
	height: 69px;
	width: 78%;
	float: left;
	margin-top: 50px;
}

#headLogo
{
	background-image: url('/website/static/source/img/logo.png');
	background-repeat: no-repeat; 
	height: 150px; 
	width: 22%; 
	float: left;
}

.navigation
{
	list-style-type: none;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 35px;
}

.navigation li, #navigationRoot
{
	float: left;
	/*margin-left: 10px;*/
	width: 80px;
	text-align: center;
	height: 35px;
}

#navigationRoot a:active
{
	/*border: 1px solid #ff0000;*/		
}


.navigation li a, #navigationRoot a
{
	color: #FFDC00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	
	position: relative;
	top: 10px
}


/* gelber Hover-Effekt f�r Men�-Links*/
.navigation li:hover, #navigationRoot:hover,
.navigation li.active, #navigationRoot:active 
{
	background-image: url('/website/static/source/img/menuLink_background.png');
	background-repeat: no-repeat;
}

/* Men�-Linkfarbe bei Hover oder .active */
.navigation li a:hover, #navigationRoot a:hover,
.navigation li:hover a, #navigationRoot:hover a,
.navigation li.active a, #navigationRoot a:active
{
	color: #553E29;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}





/***********/
/* Content */
/***********/
#content
{
	min-height: 450px;
	height: 100%;	
	overflow: hidden;
	
	/*border: 1px solid #fff;*/
}

.content2Columns
{
	width: 1000px;
	height: 100%;
}

.content2Columns .content2ColumnsLeft 
{
	width: 200px; 
	height: 50px;
	float: left;	
}

.content2Columns .content2ColumnsRight
{
	width: 800px;
	float: left;	
} 


.content3Columns
{
	width: 1000px;
	height: 100%;
}

.content3Columns .content3ColumnsLeft 
{
	width: 200px; 
	height: 50px;
	float: left;	
}

.content2Columns .content2ColumnsLeft p,
.content3Columns .content3ColumnsLeft p
{
	margin: 0;
	padding: 0;		
}

.content3Columns .content3ColumnsMiddle 
{
	width: 		600px;
	float: 		left;	
}

.content3Columns .content3ColumnsRight
{
	width: 200px;
	float: left;	
}

.content3Columns .content3ColumnsMiddle .content3ColumnsMiddleContent
{
	padding-bottom: 10px;		
}



/* galerie */
.imagePreview
{
	width: 188px; 
	margin-right: 15px; 
	float: left;
}

.imagePreview img
{
	width: 188px; 
	height: auto;
}



/**********/
/* Footer */
/**********/

#footer
{
	background-color: #715945;
	height: 60px;
	position: relative;
	top: 60px;
	
	/*
	position: absolute;
	bottom: 0;
	*/			
}

#footerContent
{
	color: #333;
	text-align: left;	
	height: 35px;	
	width: 1000px; 
	height: 35px;
	margin: 0 auto;
	position:relative;
	top:15px;
}

#addThis
{
	float: left;
	margin-right: 25px;
}

#facebookLink 
{
	background-image:url('/website/static/source/img/facebook_icon.png');
	background-repeat:no-repeat;
	
	height: 24px;
	
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 30px;
	padding-left: 25px;
	color: #333;
}

#facebookLink a
{
	color: #fff;
	text-decoration: none;
	font-size:11px;

	position: relative;
	
	left: 10px;
	top: 5px;
}

#facebookLikeButton
{
	float: left;
	margin-top: 7px;
	margin-left: 30px;
}


