/* ÄÖÜ     ______
__________/ Base \_____________________________________________________________________
--------------------------------------------------------------------------------------- */
textarea, tt {
	font-family			: "Courier New", Courier, monospace;
}

pre, code {
	font-family			: monospace;
	font-size			: 1.1em;
}

h1,h2,h3,h4,h5,h6 {
	margin				: 0 0 15px 0;
}

h1 { font-size			: 1.4em;}
h2 { font-size			: 1.2em;}
h3 { font-size			: 1.0em;}
h4 { font-size			: 1.0em;}

p {
	margin				: 0 0 1em 0;
}

ul, ol, dl {
	margin				: 0 0 1em 1em
}

li {
    margin-left			: 0.8em;
    line-height			: 1.5em;
}

dt {
	font-weight			: bold;
}

dd {
	margin				: 0 0 1em 2em;
}

cite, blockquote {
	font-style			: italic;
	margin				: 0 0 1em 1.5em;
}

.clearer {
	clear				: both;
}

/* the clearfix : ------------------ */
.clearfix {
	display			: inline-block;
}
.clearfix[class] {
	display			: block;
	overflow		: hidden;
}

/*         ______________
__________/     Page     \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
	width				: 820px;
	margin				: 20px auto 20px auto;
	overflow			: hidden;
	border				: transparent 2px solid;
}

#content_wrapper {

}

#content_left_wrapper {
	width				: 200px;
	border-right		: 1px solid transparent;
}

#content_left {
	padding				: 20px 8px 20px 8px;
	overflow			: hidden;
}

#content_right_wrapper {
	width				: 620px;
}

#content_right {
	padding				: 20px 20px 20px 20px;
	overflow			: hidden;
}

/*         ______________
__________/    Header    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#head_wrapper {
	width				: 820px;
	height				: 75px;
	overflow			: hidden;
}

#head_wrapper #keyvisual {
	width				: 820px;
	height				: 75px;
	position			: relative;
}

#head_wrapper #keyvisual h1 {
	position			: relative;
	left				: 20px;
	top					: 10px;
	margin				: 0;
	padding				: 0 0 10px 0;
}

#head_wrapper #keyvisual h2 {
	position			: relative;
	left				: 20px;
	top					: 10px;
	margin				: 0;
	padding				: 0 0 10px 0;
}

/*         __________________
__________/   1st level nav  \_________________________________________________________
--------------------------------------------------------------------------------------- */
#navigation_wrapper {
	width				: 820px;
	overflow			: hidden;
}

ul#cm_mainnavigation {
	overflow			: hidden;
	list-style-type		: none;
	margin				: 0;
	padding				: 5px 0 5px 0;
}

#cm_navigation ul li {
	margin				: 0;
	padding				: 0;
	float				: left;
	border-left			: 1px solid transparent;
	text-align			: center;
}

#cm_navigation ul li:first-child {
	border-left			: 0;
}

#cm_navigation ul li a {
	display				: block;
	float				: left;
	padding				: 0 10px 0 10px;
	line-height			: 20px;
	text-decoration		: none;
	white-space			: nowrap;
}

/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_subnavigation {
	z-index				: 99;
	padding-bottom		: 20px;
}

#cm_subnavigation ul.cm_subnavigation {
	list-style-type		: square;
}

#cm_subnavigation ul.cm_subnavigation li {
	color				: transparent;
}

#cm_subnavigation ul.cm_subnavigation li a {
	padding				: 0 0 0 0;
	line-height			: 25px;
	text-decoration		: none;
}

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

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation {
	list-style-type		: square;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li {
	color				: transparent;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	padding				: 0 0 0 0;
	line-height			: 25px;
	text-decoration		: none;
}

/*         ______________
__________/    Footer    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#border_wrapper {
	width				: 820px;
	margin				: 0 auto;
	height				: 15px;
	position			: relative;
}

#border_left {
	position			: absolute;
	left				: 0;
	width				: 199px;
	height				: 15px;
	background-color	: transparent;
}

#border_trenner {
	position			: absolute;
	left				: 199px;
	width				: 1px;
	height				: 15px;
	background-color	: transparent;
}

#border_right {
	position			: absolute;
	left				: 200px;
	width				: 620px;
	height				: 15px;
	background-color	: transparent;
}

#footer_wrapper {
	width				: 820px;
	margin				: 0 auto;
	border-top			: transparent 2px solid;
}

#footer {
	padding				: 8px 0 8px 0;
	text-align			: center;
}
