/*
Colorpalette:
	#445577 - #566B4F :: content text, content shadow color, footer text, left menu text, main logo (25%)
	#5C73A3 - #75926C :: main menu active item, main menu back background
	        - #86A275 :: page background
	#8BA6C7 - #A4B998 :: logo caption, main menu background, left menu active item border, footer impressum
	#9FB6D0 - #B4C4AA :: main menu separator
	#C7D5E4 - #D4DDCD :: box title gradient from, box border, left menu active item, left menu item border, input border, input info text, footer logo (40%)
			- #E4EBE0 :: left menu hover item
	#F2F5F9 - #F4F7F3 :: box title gradient till, left menu item background, footer background
	#FFFFFF - #FFFFFF :: content background, main menu text
	#E0E8F0 -         :: page background

			- #668800 :: link


Font style:
	Arial, Helvetica, sans-serif;
	'Trebuchet MS', Helvetica, sans-serif;
*/

html {
	background: #86A275 url(background.jpg) no-repeat center top fixed;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #566B4F;
	overflow-y: scroll;
}

body {
	line-height: 1.25;
}

ul {
	padding: 5px 25px;
	margin: 0;
}

li {
	list-style: disc;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #668800;
	text-decoration: none;
}

a:active, a:focus, select {
	outline: none;
}

blockquote {
	background-color: #F4F7F3;
	border: 1px solid #D4DDCD;
	padding: 10px;
	margin: 10px 0;
}

hr {
	color: inherit;
	background-color: inherit;
	border: 1px dotted #D4DDCD;
	border-style: none none dotted;
}

#content_main p {
	margin: 6px 0;
}


/*==========================================================================*/
/*=                                                                        =*/
/*==========================================================================*/

#container_top_message {
	width: 970px;
	height: 26px;
	margin: 0 auto;
    margin-bottom: -25px;
	padding: 10px 10px 5px 10px;
	background: transparent url(container_top_message_background.png) no-repeat center top;
}

#container_header {
	width: 968px;
	height: 91px;
	margin: 20px auto 0;
	padding: 11px 11px 0 11px;
	background: transparent url(container_header_background.png) no-repeat center top;
}

#container_menu {
	width: 990px;
	height: 26px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: transparent url(container_menu_background.png) no-repeat center top;
}

#container_main {
	width: 970px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background: transparent url(container_main_background.png) repeat-y center top;
}

#container_footer {
	width: 970px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	background: transparent url(container_footer_background.png) no-repeat center top;
}





/* container_header */
#content_header {
	width: 968px;
	height: 91px;
	background: #D4DDCD url(content_header_background.png) no-repeat center top;
}
#header_logo {
	width: 240px;
	height: 90px;
	float: left;
}
#header_logo img {
	margin: 10px 10px 0 10px;
}
#header_logo h1 {
	color: #A4B998;
	text-align: center;
	font: 14px/20px 'Trebuchet MS', Helvetica, sans-serif;
}
#header_banner {
	width: 728px;
	height: 90px;
	float: left;
	overflow: hidden;
}







/* container_menu */
#content_menu {
	background: #A4B998;
}

/* top menu */
#content_menu ul {
	padding: 0 0 0 4px;
	margin: 0;
}
#content_menu li {
	padding: 0;
	margin: 0 1px 0 -4px;
	display: inline;
	list-style: none;
	font: 13px/26px 'Trebuchet MS', Helvetica, sans-serif;
	text-transform: uppercase;
}
#content_menu a {
	padding: 4px 8px 4px 8px;
	border-right: 1px solid #D4DDCD;
	color: #FFFFFF;
	text-decoration: none;
}
#content_menu li.selected a {
	background: #75926C;
}
#content_menu a:hover {
	background: #86A275;
}








/* container_main */
#content_main {
	background: #FFFFFF;
	min-height: 500px;
}
#main_left_column {
	float: left;
	width: 200px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
#main_right_column {
	float: left;
	width: 745px;
	padding: 5px 10px 5px 5px;
	overflow: hidden;
}


/* left menu */
#main_left_column ul li {
	list-style-type: none;
	margin: 1px 0;
}
#main_left_column ul li a {
	width: 190px;
	display: block;
	padding: 6px 4px 6px 4px;
	border: 1px solid #D4DDCD;
	text-decoration: none;
	color: #566B4F;
	background-color: #F4F7F3;
	line-height: 15px;
}
#main_left_column ul li.selected a, #main_left_column ul li.selected a:hover  {
	color: #3F4F39;
	background-color: #D4DDCD;
	border: 1px solid #B4C4AA;
}
#main_left_column ul li a:hover {
	background-color: #E4EBE0;
}






/* container_footer */
#content_footer {
	width: 620px;
	height: 80px;
	padding: 10px 10px 10px 340px;
	text-align: center;
	background: #F4F7F3 url(content_footer_background.png) no-repeat left top;
}

#footer_menu {
	height: 23px;
    margin-top: 5px;
/*	height: 40px;*/
	color: #566B4F;
	font: 12px/20px 'Trebuchet MS', Helvetica, sans-serif;
}
#footer_menu a {
	text-decoration: none;
	color: #566B4F;
}
#footer_menu a:hover {
	color: #3F4F39;
}

#footer_impressum {
	height: 30px;
/*	height: 25px;*/
	color: #A4B998;
	font: 12px/30px 'Trebuchet MS', Helvetica, sans-serif;
	overflow: hidden;
}

#footer_development {
	height: 20px;
/*	height: 15px;*/
	color: #A4B998;
	font: 11px/20px 'Trebuchet MS', Helvetica, sans-serif;
}
#footer_development a {
	text-decoration: none;
	color: #A4B998;
}

#social{
	float: right;
	margin:4px 7px 0px 0;
}
#social #social_facebook {
    background-position: 0 0;
    width: 22px;
}
#social .social_button{
	display:block;
    background: url("social_buttons.png") no-repeat center center transparent;
	border:none;
	height:20px;
	padding:0;
}
#social .social_button:hover{
    background: url("social_buttons2.png") no-repeat center center transparent;
	border:none;
	height:20px;
	padding:0;
}
