body {
	background-color:#0A2B15;/*#0C361A;*/
	text-align:center;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-image:url('../images/background.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	
	padding:0px;
	margin:0px;
}

.bothclear {
	clear:both;
}

#body {
	background-image:url('../images/body_background.jpg');
	background-repeat:no-repeat;
	width:900px;
	margin:auto;
	text-align:justify
}

#menu {
	width:180px;
	float:left;
	margin-right:20px;
}

#left {
	text-align:left;
	padding:10px;
}

#content {
	overflow:hidden;
	float:left;
	width:650px;
	margin-right:20px;
}

#right {
	float:left;
	width:425px;
	margin-right:20px;
	
}

#border {
	overflow:hidden;
	float:left;
	width:250px;
}

p	{

	padding:0px;
	margin:0px;
	margin-bottom:10px;
	
	}
	
h1	{

	padding:0px;
	margin:0px;
	margin-bottom:10px;
	
	}
	
/* LINKS */
	
a:link {
	color:#00CC00;
	text-decoration:none;
}

a:visited {
	color:#00CC00;
	text-decoration:none;
}

a:hover {
	color:#009900;	
}

/* LINKS */



/* Formulare */

.csc-mailform-submit { 

	width:150px;
	
	}

	
.csc-mailform select {

	 margin-bottom:5px;
	 width:248px; 
	 
}
	 
.csc-mailform input {
	
	margin-bottom:5px;
}


.csc-mailform textarea {
	
	margin-bottom:5px;
	width:245px; 
	
}
	
.csc-mailform {

	border:0px; 
	
}



label {
	display: block;
   	width: 200px;
   	float: left;
	font-family : Arial;
	font-size : 12px;
}

.csc-form-label-req {
	font-family : Arial;
	font-size : 11px;
	line-height : 120%;
	color: black;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
	font-weight : normal;
	text-align: justify;
}

.csc-form-label {
	font-family : Arial;
	font-size : 11px;
	line-height : 120%;
	color: black;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
	font-weight : normal;
	text-align: justify;
}

/* Formulare */

input.button {
	border:0px;
	background-color:#008800;
		
	background-image:url('../images/buttonarrow.gif');
	background-repeat:no-repeat;
	
	padding-left:15px;
	height:20px;
	
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;

	font-size:11px;
	color:white;
}

*html input.button {
	border:0px;
	background-color:#008800;
		
	background-image:url('../images/buttonarrow.gif');
	background-repeat:no-repeat;
	
	padding-left:15px;
	height:20px;
	
	padding-right:5px;
	padding-top:3px;
	padding-bottom:2px;

	font-size:11px;
	color:white;
}

a:link.button {
	border:0px;
	background-color:#008800;
				
	background-image:url('../images/buttonarrow.gif');
	background-repeat:no-repeat;
	
	padding-left:20px;
	
	height:20px;
	
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;

	font-size:11px;
	color:white;
	
	text-decoration:none;
}

a:visited.button {
	border:0px;
	background-color:#008800;
				
	background-image:url('../images/buttonarrow.gif');
	background-repeat:no-repeat;
	
	height:20px;
	
	padding-left:20px;
	
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;

	font-size:11px;
	color:white;
	
	text-decoration:none;
}

.contenttable-0 .tr-even {
	background-color:#0A2B15;
}

.contenttable-0 .tr-odd {
	background-color:#0F4521;
}

.contenttable-0 .tr-0 {
	font-weight:bold;
	background-color:#041209;
	color:white;
}

.contenttable-0 td {
	padding:5px;
} 

