/*Christian Neunaber*/

/*formatierungen*/

body {
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #99CC99;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	background-color: #f0f0f0;
	color: #333333;
}

/*schriftarten*/

body,td,p,a,b,i,ol,ul,li,h1,h2,h3,h4,div,nobr,tt,font {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
}


/*klassen*/

.weiss {
	font-size: 12px;
	color: #ffffff;
}

.einzug {
	margin-left: 5px;
}

.headings {
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	color: #ffffff;
}

.text {
		line-height: 1.5; 
}

.csc-mailform { border:none; }
.csc-mailform-field label {
  display: block;
  margin-top: 15px;
}


/*ueberschriften*/

#table {
	border-width:1px;
	border-style:solid;
	border-color:#d4d4d4;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

/*links*/

a:link {
	text-decoration: none;
	font-size: 14px;
	color: #669933;
}
a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #669933;
	}
a:aktiv {
	text-decoration: none;
	font-size: 14px;
	color: #669933;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #669933;	
}
