@CHARSET "ISO-8859-1";
* {
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #92bd0d;
	line-height: 1.5em;
	margin: 0 0 28px 0;
}

a {
	outline: 0;
	text-decoration: none;
	color: #929292;
}
a:hover {
	color: #92bd0d
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}
p.msg {
	margin: 40px 0 60px 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
}


.center {
	text-align: center;
}

#content ul {
	margin: 20px 0 0 0;
	font-size: 1.1em;
	list-style-type: none;
}

ul.active_link_list li {
	font-size: 1.1em;
	list-style-type: none;
	padding-left: 18px;
	line-height: 1.8em;
	color: #92bd0d;
}
ul.active_link_list li.active {
	background: url(/files/img/icons/arrow_right.gif) no-repeat;
}
ul.active_link_list li.done {
	background: url(/files/css/admin/img/icons/accept.png) top right no-repeat;
}

/* Breite und Höhe des Viewports */
html, body {
	height: 100.1%;
	width: 100%;
}

/* Grundeinstellung für Schrift, Schriftverhältnis px/em und Hintergrund  */
body {
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	background: url(img/bg.gif) top left repeat;
}



/* Page bestimmt Breite und Position der Webseite */
div#page {
	background: url(img/top_bg.gif) top left repeat-x;

}
div#page h1#page_headline {
	color: #fff;
	text-align: center;
	line-height: 88px;
	margin: 0 auto;
	border: 0;
}

div#wrapper {
	position: relative;
}

#main_1_col #right_col {
	display: none;
}
#main_1_col #center_col {
	margin: 0 10px 0 10px;
}

#main_col {
	background: #fff;
	padding: 13px;
}
#right_col {
	float: right;
	width: 177px;
	margin-right: 20px;
}

#center_col {
	margin: 0 225px 0 20px;
}
#footer {
	height: 25px;	
	background: #fff url(img/border2.gif) top left repeat-x;
}
#footer ul {
	list-style: none;
	width: 138px;
	margin: 0 auto;
}
#footer ul li {
	float: left;
	padding: 4px 2px;
}




/*-----------------------------------------*/

/*           HORIZONTALE (Main) NAVI        */

/*-----------------------------------------*/

span#home_link {
	display:inline-block;
	height: 26px;
	width: 24px;
	background: url(img/icons/icon_home.gif) no-repeat;
	background-position: 0 10px;
}

.rkws_nav_1 {
	padding:0 0 0 20px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(img/button1.gif);
	position:relative;
	border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;
}
.rkws_nav_1 li {float:left;}

.rkws_nav_1 li a {
	display:block; 
	float:left; 
	height:35px; line-height:35px; 
	color:#aaa; 
	font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; 
	padding:0 0 0 8px; cursor:pointer;
}
.rkws_nav_1 li a b {float:left; display:block; padding:0 16px 0 8px;}

.rkws_nav_1 li.current a {
	color:#fff;
	background:url(img/button3.gif);
}
	
.rkws_nav_1 li.current a b {	background:url(img/button3.gif) no-repeat right top;}

.rkws_nav_1 li a:hover {color:#fff; background:#000 url(img/button2.gif);}

.rkws_nav_1 li a:hover b {background:url(img/button2.gif) no-repeat right top;}

.rkws_nav_1 li.current a:hover {color:#fff; background:#000 url(img/button3.gif); cursor:default;}

.rkws_nav_1 li.current a:hover b {background:url(img/button3.gif) no-repeat right top;}






/*------------------------------------------------------------------------------------------
	
	Module
	
------------------------------------------------------------------------------------------*/
#content .modul {
	float: left;
	width: 178px;
}
#content .modul ul {
	margin: 0 0 0 0;
	padding: 0;
}
.modul {
	position: relative;
	background: url(img/menu.png) top left no-repeat;
	margin: 6px 0 20px 0;
	padding: 10px;
}

.modul h1 {
	border: 0;
	font-size: 1.3em;
	margin: 0 0 8px 0;
}

.modul h2 {
	border: 0;
	font-size: 1.1em;
	margin: 0 0 4px 4px;
}

.modul ul {
	margin: 0 0 20px 4px;
	list-style-type: none;
}
.modul ul li {
	padding-left: 18px;
	line-height: 1.8em;
}

.modul a {
	line-height: 1.2em;
}





/*------------------------------------------------------------------------------------------
	
	Clearing Container zum auflösen von floatenden Bereichen
	
------------------------------------------------------------------------------------------*/

/*  CLEARING DES MAIN CONTENT */
.clearing {
	clear: both;
	overflow: hidden;
}

* html .clearing {
	height: 1%;
} /* IE HACK */