@charset "utf-8";
/* $Revision: 2732 $ */
body {
	background			: transparent url('../img/bgnd_gradient2.png') top left repeat-x;
	font-family			: Arial, Helvetica, Geneva, sans-serif;
	font-size			: 0.9em;
}

h1,h2,h3,h4,h5,h6 {
	margin			: 0 0 1.3em 0;
}


h2 { font-size		: 1.5em; }
h3 { font-size		: 1.4em; }
h4 { font-size		: 1.0em; }
h1, .cm-h1 { font-size		: 1.8em;}

p {
	margin			: 0 0 1em 0;
}
ul, ol, dl { margin: 0 0 1em 1em } /* LTR */
li {
    margin-left: 0.8em; /* LTR */
    line-height: 1.5em;
}
.clearer {
	clear			: both;
}

/* the clearfix : ------------------ */
.clearfix {
	display			: inline-block;
}
.clearfix[class] {
	display			: block;
	overflow		: hidden;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#border_top {
	position			: relative;
	width				: 950px;
	height				: 25px;
	margin				: 0 auto;
	background			: transparent url('../img/schatten_oben.png') top left no-repeat;
}

#page {
	width				: 950px;
	height				: auto;
	margin				: 0 auto;
	background			: url('../img/schatten_mitte.png') top left repeat-y;
}

#page_inner {
	margin				: 0 25px;
	border				: 1px solid transparent;
}

#border_bottom {
	width				: 950px;
	height				: 25px;
	margin				: 0 auto;
	background			: transparent url('../img/schatten_unten.png') top left no-repeat;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
    width               : 898px;
}

#content_left_wrapper {
	width				: 190px;
}

#content_left {
	padding				: 0;
}

#content_main_wrapper {
	width				: 508px;
}

.content_main {
	padding				: 20px 10px 20px 10px;
	width               : 488px;
	overflow            : hidden;
}

#content_right_wrapper {
	width				: 200px;
}

.content_sidebar {
	padding				: 20px 10px 20px 10px;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#header {
	position			: relative;
	height				: 291px;
	padding				: 0 0;
	text-align			: left;
	margin				: 0 0;
	overflow			: hidden;
	border-bottom		: 1px solid transparent;
}

#header #logo {
	position			: absolute;
	left				: 0px;
	bottom				: 0px;
    width               : 190px;
    height              : 90px;
}

#header #textfield {
	position			: absolute;
	left				: 190px;
	bottom				: 0px;
	width				: 710px;
	height				: 90px;
	background			: transparent url('../img/weiss_75transparent.png');
	overflow            : hidden;
}

#textfield h1 {
	padding-left		: 20px;
	padding-top         : 20px;
	margin              : 0;
    max-height          : 33px;
}

#textfield h2 {
	padding-left		: 20px;
	padding-top         : 5px;
	margin              : 0;
    max-height          : 33px;
}

.cm-kv-0 {
	background-position	: top left;
	background-repeat	: no-repeat;
	background-color	: transparent;
	height				: 291px;
}

/*         __________
__________/ sidebars \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#widgetbar_page_1,
#widgetbar_page_2 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_site_1,
#widgetbar_site_2 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_page_1 div.cm_widget,
#widgetbar_page_2 div.cm_widget,
#widgetbar_site_1 div.cm_widget,
#widgetbar_site_2 div.cm_widget {
	margin: 5px 0;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	float				: left;
	margin				: 0 0 0 0;
	width				: 190px;
	overflow			: hidden;
}

#cm_navigation ul {
	margin				: 0;
	list-style-type		: none;
}
#cm_navigation ul li {
	margin				: 1px 0 0 0;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	line-height			: 30px;
	padding-left		: 20px;
	text-decoration		: none;
	font-weight			: normal;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current a {
	font-weight			: bold;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation {
	margin				: 0;
	list-style-type		: none;
}

#cm_navigation ul li ul.cm_subnavigation li {
	margin				: 1px 0 0 0;
}

/* SUBNAV NORMAL */
#cm_navigation ul li ul.cm_subnavigation li a {
	display				: block;
	line-height			: 25px;
	padding-left		: 30px;
	text-decoration		: none;
	font-weight			: normal;
}

/* SUBNAV HIGH */
#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

/*         ___________________
__________/ SUB Subnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation {
	margin				: 0;
	list-style-type		: none;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li {
	margin				: 1px 0 0 0;
}

/* SUBNAV NORMAL */
#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	display				: block;
	line-height			: 25px;
	padding-left		: 40px;
	text-decoration		: none;
	font-weight			: normal;
}

/* SUBNAV HIGH */
#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
	clear			: both;
	font-size		: 0.9em;
	color			: transparent;
	text-align		: center;
	margin			: 0 0;
	overflow		: hidden;
	padding			: 10px;
}
