@charset "UTF-8";
/**
  * css-document containing style specifications of static (layout) elements
  * last update: 2010-04-21
  * by Sascha Schulz, http://www.g8media.de
  **/
body	{
	background: #F9F4F6 url(../images/rw_repeat_x.jpg) repeat-x top;
	margin: 0;
}

#wrap{
	width: 987px;
	margin: auto;
	margin-top: 40px;
	background: url(../images/gwg_repeat_y.jpg) repeat-y 21px ;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrap .inside{ 
	width: 987px;
	background: url(../images/sidebar_bg.jpg) no-repeat 21px 1px;
	z-index: 2;
}
#header	{ 
	height: 312px;
	background: url(../images/header_bg.jpg) no-repeat 21px top;
	margin: 0px 0px 20px 0px;
	position: relative;
}
#left { 
	width: 205px;
	float: left;
	overflow: hidden;
}
#content{
	width: 525px;
	overflow: hidden;
	min-height: 700px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 30px 40px 30px;
	float: left;
}
#note {
	float: left;
	width: 162px;
	height: 199px;
	padding: 45px 10px 0 25px;
	background: url(../images/calendar_bg.jpg) no-repeat 17px top;
	font-size: 10px;
	font-weight: bold;	
	position: relative;
}
#right {
	float: left;
	width: 152px;
	padding: 0 28px 20px 17px;
	font-size: 10px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
#footer {
	color:#901338;
	font-size: 11px;
	padding: 0px 197px 3px 205px;
	text-align: center;
}
#dropped_shadow {
	width: 987px;
	margin: 0px auto 20px auto;
	background: url(../images/footer_shadow.png) no-repeat 21px top;
	height: 67px;
}



/* tag specified to avoid redundancy with content.css */
div.clear{
	clear: both;
	margin: 0;
	padding: 0;
}



/**********************************************************************************************
	Head elements
 *********************************************************************************************/
/* position logo, part of header background but overlay 
   for SEO and logo alt-tag if images can't be load*/
#header #logo{
	position: absolute;
	padding:0;
	margin: 0;
	top: 0px;
	left: 21px;
}
/* position of flags providing language switching, not used yet */
#header div.language	{ 
	order: solid 1px red;
	height: 28px;
	position: absolute;
	left: 40px;
	bottom: 20px;
}



/**********************************************************************************************
	MENU elements
 *********************************************************************************************/

ul.menu {
	border: none;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	position: relative;
	list-style-type: none;
	background: url(../images/border_bottom.gif) no-repeat right top;
	width: 205px;
}
ul.menu li{
	color: #901338;
	width: 205px;
}
ul.menu li.cat{
	background: url(../images/border_bottom.gif) no-repeat right bottom;
	padding-bottom: 1px;
	/padding-bottom: 0px;
}

ul.menu ul {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 21px;
	margin: 0px;	
	width: 184px;
}
ul.menu ul li{
	padding: 0px;
	width: 184px;
}
ul.menu	a {
	display: block;
	padding: 10px 15px 12px 40px;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
	background-repeat: repeat-y;
	background-position: left;
	/margin-bottom:1px;
}
ul.menu ul a {
	display: block;
	width: 145px;
	padding: 13px 10px 13px 29px;
	font-size: 11px;
	font-weight: normal;
	background: #b3b5b8;
	border-bottom: 1px solid #fff;
	/margin-bottom: 0px;
}
ul.menu a.active{
	color: #901338;
	background-color: #b3b5b8;
}
ul.menu a.rootline{
	background-color: #b3b5b8;
}
ul.menu a:hover	{
	background-color: #6a6c73;
}
ul.menu a.active:hover,
ul.menu a.rootline:hover,
ul.menu ul a:hover{
	background-color:  #a1a3a6;
}



#note a {
	display: block;
}
#note img {
	padding: 0;
	margin: 0;
}
#note p{
	padding: 0 0 0 10px;
	margin: 10px 0;
}
#note #clip{
	position: absolute;
	right: -2px;
	top: 0px;
}



/*div.csc-mailform-field label{ display: block; float: left; clear: left; width: 150px; }*/
/*fieldset.csc-mailform { border: none; margin-left:0; margin-right:0; padding-left:0; padding-right:0;}*/