@charset "utf-8";
body {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	color			: #573328;
	background-color: #B26C6C;
}

h1,h2,h3 {
	color			: #b05a3a;
}

h1 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
}

a {
	color			: #573328;
}

a:hover {
	color			: #b05a3a;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#inner_page {
	border-left-color	: #b05a3a;
	border-right-color	: #b05a3a;
	background-color	: #DFD7D3;
}

#border_bottom_inner {
	background-color	: #DFD7D3;
	border-left-color	: #b05a3a;
	border-right-color	: #b05a3a;
	border-bottom-color	: #b05a3a;
}

#keyvisual {
	border-bottom-color : #b05a3a;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#header {
	background-color	: #DFD7D3;
}

#header_pixellinie {
	background-color	: #C4AAA1;
}

#header h1 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #573328;
}

#header h2 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #b05a3a;
}

/*         _______________
__________/ 1st level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #7D443F;
	border-top-color	: #573328;
	border-bottom-color	: #573328;
}

#cm_navigation ul li a {
	background-color	: #7D443F;
	color				: #C8B8B6;
}

#cm_navigation ul li a:hover {
	background-color	: #A27D71;
	color				: #DFD7D3;
}

#cm_navigation ul li.cm_current a {
	font-weight			: bold;
	background-color	: #A27D71;
	color				: #DFD7D3;
}

/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation {
	border-top-color	: #573328;
}

#cm_subnavigation ul.cm_subnavigation li {
	border-color		: #573328;
}

#cm_subnavigation ul.cm_subnavigation li a {
	font-size			: 95%;
	background-color	: #C4AAA1;
	color				: #573328;
}

#cm_subnavigation ul.cm_subnavigation li a:hover {
	background-color	: #A27D71;
	color				: #DFD7D3;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current a {
	font-weight			: normal;
	background-color	: #A27D71;
	color				: #DFD7D3;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation {
	border-top-color	: #573328;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li {
	border-color		: #573328;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-size			: 95%;
	background-color	: #C4AAA1;
	color				: #573328;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #A27D71;
	color				: #DFD7D3;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: normal;
	background-color	: #A27D71;
	color				: #DFD7D3;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	background-color	: #DFD7D3;
	color				: #573328;
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #b05a3a;
}

.content_main h1 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #573328;
}
.content_main a:hover {
	color				: #b05a3a;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
    color               : #29332e;
}

#footer a {
    color               : #29332e;
}

#footer a:hover {
    color               : #573328;
}

