body, form, table, textarea, div, span, input, textarea, select, p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color:#000000;
}

body {
	background: url(images/images/bg.png) repeat-y #1E217A ;
	height:100%;
}

ul {
	list-style:square; 
}
li {
  margin-bottom: 0px;
}
td {
	vertical-align:top;
}

/******* styles-content *******/
.csc-textpic-caption {
	font-size: 9px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-bottom:15px;
}
.csc-uploads {
	margin-bottom: 20px;
}


/******* headers *******/

h1{
	margin: 3px 0px 14px 0px;
	padding:0;
	font-size:13px;
	font-weight: bold;
}

h2{
	margin: 3px 0px 12px 0px;
	padding:0;
	font-size:14px;
	font-weight: normal;
}

/******* hyperlink and anchor tag styles *******/

a{
	color:#4C3AF5;
	text-decoration:none;
}

a:link, a:visited{
	color:#4C3AF5;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

a img{
	border:0;
}

/**********  MAIN MENU Level 1 **********/

#menu1 ul, #menu1 li{
	padding: 0;
	margin: 0;
}

#menu1 li{
	display:inline;
	list-style:none;
}

#menu1 a{
	float:left;
	padding: 0px 5px 0px 5px;
	margin: 0;
	font-size:10px;
	line-height: 22px;
	color:#FFFFFF;
}

#menu1 li#actmenu a{
	background: #7578DD;
	color: #333366;
	font-weight:bold;
}

/**********  MAIN MENU Level 2 **********/

#menu2 ul, #menu2 li{
	padding: 0;
	margin: 0;
}

#menu2 li{
	float:left;
	display:inline;
	list-style:none;
	line-height:20px;
}

#menu2 a{
	float:left;
	padding: 0px 4px 0px 4px;
	margin: 0;
	font-size:10px;
	line-height: 22px;
	color:#FFFFFF;
}


#menu2 li#actmenu a{
	background: #9FA1E8;
	color: #333366;
	font-weight:bold;
}

/**********  MAIN MENU Level 3 **********/

#menu3 ul, #menu3 li{
	padding: 0;
	margin: 0;
}

#menu3 li{
	float:left;
	display:inline;
	list-style:none;
	line-height:20px;
}

#menu3 a{
	float:left;
	padding: 0px 4px 0px 4px;
	margin: 0;
	font-size:10px;
	line-height: 20px;
	color:#FFFFFF;
}


#menu3 li#actmenu a{
	color: #000000;
	font-weight:bold;
}

/******* classes *******/



/******* ids *******/

#container{
	position: relative;
	width:765px; 
	left: 15px;
	height:100%;
}

#topspacer{
	position:relative;
	height: 10px;
	width:765px;
}

#top{
	position:relative;
	width:765px;
	height:129px;
	background: url(images/header.gif) no-repeat #333366;
}

#menu1{
	position: absolute;
	top: 66px;
	width:765px;
	height:22px;
	background: #4C3AF5;
	
}

#menu1_right{
	float: right;
}

#menu2{
	position: absolute;
	top: 88px;
	width:765px;
	height:22px;
	background: #7578DD;
	color:#000000;
}

#menu3{
	position: absolute;
	top: 110px;
	width:765px;
	height:22px;
	background: #9FA1E8;
	color:#FFFFFF;
}

#main{
	position:relative;
	width: 765px;
	background: url(images/lines_main.gif) no-repeat #FFFFFF;
}

#mainimage{
	position: absolute;
	left: 599px;
	top: 29px;
	z-index:0;
}

#background{
  background: #AAACEA none repeat scroll 0% 50%;
  left: 0px;
  position: absolute;
  top: 29px;
  width: 555px;
  z-index: 0;	
}

#content{
	position: relative;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 70px;
	padding-left: 10px;
	left: 40px;
	top: 29px;
	width: 539px;
	height: 100%;
	background: #F3F3FE;
	background-image: url(index_files/lines_main.gif);
}

* html div#content{
width: 538px;
}


#contentspacer{
	position: relative;
	height: 80px;
}


#footer{
	position: fixed;
	bottom: 0px;
	width:765px;
	height:53px;
	background: url(images/footer.png) no-repeat;
	z-index:100;
}

#mitte {
	margin-left: auto;
	margin-right: auto;
}

/* hack for IE6.0 */
* html div#footer{
	position: absolute;
}
