* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
body{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image: url("../images/body_background.gif");
	background-repeat: repeat-y;
	color: #1A305D;
}
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
strong {
	font-weight:bold;
}
img{
	border:none;
}
ul,ol{
	padding-left: 20px;
}
ul{
	list-style-type: square;
}
a{
	color: #1A305D;
}
div#page-wrap{
	width: 1000px;
}
.clear{
	clear: both;
}
/* **************** HEADER ************************************ */
div#header{
	height: 85px;
}
div#content-search{
	text-align: right;
	height: 20px;
	padding-top:9px;
	color:#006699;
	float: right;
}
div#content-search form{

}
div#content-search input{
/*	width: 120px; */
	width: 97px;
	border: 1px solid #3F4042;
	margin-bottom: 6px;
}
div#content-search input.search-button{
	border: none;
	vertical-align: bottom;
	width:auto;
}
div#switch{
	width: 180px;
	float:right;
	text-align: right;
	position:absolute;
	top:0px;
	left:820px;
}
/* **************** META NAV ************************************ */
div#nav-meta{
	text-align: right;
	height: 20px;
	padding-top:9px;
	color:#006699;
	float: right;
}
div#nav-meta a{
	color:#006699;
	text-decoration: none;
}
/* **************** CHAT SEARCH  ************************************ */
div#left{
	width: 183px;
	float:left;
}
div#chat-search{
	width: 183px;
	height: 55px;
	color:#1B2F64;
}
div#chat-search form{
	padding-top: 5px;
	padding-left: 11px;
}
div#chat-search input.search{
	width: 120px;
	border: 1px solid #3F4042;
	margin-bottom: 6px;
}
div#chat-search input.submit{
	vertical-align: bottom;
}
/* **************** CONTENT  ************************************ */
div#content{
	float:left;
	width: 650px;
	margin-left: 20px;
	margin-right: 0px;


}
div#content-main{
	padding-bottom:20px;
}
div#content h1{
	padding-top:3px;
	padding-left:5px;

}
div#content div.content{
	padding:10px;
	margin-top:10px;

}
.csc-header{
	margin-bottom:5px;
}
.bodytext{
	padding: 2px 10px 10px 10px;
}
div#content h2{
	padding:5px;
	font-weight:bold;

}
div.h1-bottom{
	height: 5px;
}


/* **************** NAV  ************************************ */
div#nav{
	padding-top: 1px;
}
div#nav img{
	margin-bottom:8px;
}

div#nav div.nav{
	background-position: right;
	background-repeat: no-repeat;
}
div#nav2 ul{
	padding: 0;
}
div#nav2 li {
	list-style-type: none;
	margin-bottom: 1px;
	padding:4px;
}
div#nav2 li.active {
	background-color: #F8F8F8;
}
div#nav2 a {
	color: #1A305D;
	text-decoration: none;
	font-weight: bold;
}
/* **************** MARGIN  ************************************ */
div#margin{
	width: 125px;
	float:right;
}
div#margin h2{
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
}
div#margin div.content{
	padding: 10px;
}


/* **************** HOMEPAGE BOX  ************************************ */
div#homepage-box{
	background-color: #ECF3FB;
	margin-bottom: 10px;
	clear: both;
	background-image: url("../images/maenecken.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#homepage-box-left{
	width:460px;
	float: left;
}
div#homepage-box-right{
	float: right;
	width: 161px;
	padding: 5px;
}
div#homepage-box-right-top h3{
	background-color: #E1E5E8;
	height: 36px;
	text-align: center;
}
div#homepage-box-right-top p{
	background-color: #D8D8DA;
	text-align: center;
	height: 124px;
	margin-bottom: 10px;
}

div#homepage-box-right-bottom h3{
	background-color: #EEF1E0;
	height: 36px;
	text-align: center;
}
div#homepage-box-right-bottom p{
	background-color: #F1E899;
	text-align: center;
	height: 124px;
	margin-bottom: 10px;
}
/* **************** lEFT / RIGHT BOX  ************************************ */
div#left-box{
	width: 315px;
	float: left;
}
div#right-box{
	width: 315px;
	float: right;
}
/****************** Search *******************************/
.tx-indexedsearch{
	padding:10px;
}
.info{
	background-color:green;
}
.tx-indexedsearch input,select{
	border: 1px solid #3F4042;
	margin-right:10px;
	padding:2px;
	background-color:white;
}
p.tx-indexedsearch-other-search{
	padding-top:10px;
}
.tx-indexedsearch-browsebox{
	padding-bottom:10px;
}
.tx-indexedsearch-title, .tx-indexedsearch-title a, .tx-indexedsearch-percent, .tx-indexedsearch-icon {
	padding:5px;
	background-color: #C4DAF1;
	font-weight: bold;
}
.tx-indexedsearch-descr{
	padding-top:5px;
	padding-bottom: 5px;
}
.tx-indexedsearch-result-number{
	display:none;
}
/****************** FORMS **********************************************/
fieldset.csc-mailform{
	border:none;
	padding:10px;
}
div.csc-mailform-field{
	margin-bottom:10px;
}
div.csc-mailform-field label{
	width:150px;
	display:block;
	float:left;
}
div.csc-mailform-field input, textarea{
	border: 1px solid #3F4042;
	padding:2px;
	width:300px;
}
div.csc-mailform-field input.csc-mailform-check{
	border:none;
	padding:0px;
	margin:0px;
	width:auto;
}
div.csc-mailform-field input.csc-mailform-submit{
	margin-left:150px;
	width:auto;
	background-color:white;
}

