table, tr, td, ul, li, p, h1, h2, h3, h4, h5, h6, div, span, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}img {
	border: 0;
}

body {
	text-align: center;
	background: #676767;
}
#pagecontainer {
	width: 900px;
	margin: auto;
	background: #FFFFFF;
}


/*** service ***/
#service {
	float: right;
}.serviceitem {
	float: left;
	margin: 1px 8px;
}.serviceitem a {
	color: #000000;
	text-decoration: none;
}.serviceitem a:hover {
	text-decoration: underline;
}

/*** topspan ***/
#topspan {
}
#logo {
	float: left;
	/*width: 350px;*/
}
#toppic {
	float: right;
	/*width: 550px;*/
}

/*** topnavspan ***/
#topnavspan {
	float: left;
	clear: both;
	width: 100%;
	background: #00AFEF;
}
#topnav {
	float: left;
	/*height: 18px;*/
	padding-left: 200px;
}
#topnav ul {
	margin: 0;
	padding: 3px 0px 3px 0px;
	white-space: nowrap;
}
#topnav li {
  display: inline;
  list-style-type: none;
}

#topnav a {
	padding: 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover {
	color: #00AFEF;
	background: #FFFFFF;
}
#topnav .topmenuaktiv a {
	text-decoration: underline;
}



/*** contenttable ***/
#contenttable {
	float: left;
	clear: both;
	min-height: 380px;
	width: 100%;
	border-top: solid 2px #ED1C24;
	border-bottom: solid 2px #ED1C24;
	background: #FFFFFF url(../images/borderpic.gif) repeat-y;
}

/** leftspan **/
#leftspan {
	float: left;
	width: 200px;
}
#left {
	
}
#left ul {
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}#left ul li {
	padding: 4px 0px 4px 0px;
}
#left a {
	text-decoration: none;
}

#left .leftniveau1 a {
	color: #000000;
	font-weight: bold;
	padding: 3px 10px;
}
#left .leftniveau1no {
	
}
#left .leftniveau1cur a {
	background: url(../images/leftbullet_act.gif) left center no-repeat;
}#left .leftniveau1cur li a {
	background: none;
}

#left ul ul {
	margin: 0;
	padding: 3px 20px;
}#left ul ul li {
	padding: 2px 0px 2px 0px;
}
#left .leftniveau2 a {
	font-weight: normal;
}
#left .leftniveau2no {
	background: none;
}
#left .leftniveau2cur a {
	background: url(../images/leftbullet_act.gif) left center no-repeat;
}


/** mainspan **/
#mainspan {
	float: right;
	width: 700px;
	
}
#maincontent {
	margin: 10px 20px 0px 20px;
}

/*** bottomspan ***/
#bottomspan {
	clear: both;
	background: #D7D7D7;
	padding: 3px 0px;
}
#bottom {
	text-align: center;
	clear: both;
}
#bottom a {
	color: #000000;
	text-decoration: none;
}#bottom a:hover {
	text-decoration: underline;
}



/*******************************************************************************
* Sub templates
*******************************************************************************/
.columns2 {
	clear: both;
}

.contentnormalspan {
	float: left;
	width: 480px;
}
.contentnormal {
	margin: 0px 10px 0px 0px;
}

.contentrightspan {
	float: right;
	width: 180px;
}
.contentright {
	margin: 0px 0px 0px 10px;
}


/***************************************************************
* Mailform
***************************************************************/
.csc-mailform label {
	width: 100%;
	float: left;
}.csc-mailform textarea {
	width: 80%;
}.csc-mailform .csc-mailform-check {
	float: left;
}.csc-mailform .csc-mailform-submit {
	width: 20%;
	float: right;
	clear: both;
}
