body {
	background-color: #F5F4F4;
	font-family: "Trebuchet MS", Verdana, Arial;
}

h1,h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px "Trebuchet MS", Verdana, Arial;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	color: #A6A6A6;
	margin: 25px 0px 15px 0px;
}

h3 {
	color: #A6A6A6;
	margin: 25px 0px 15px 0px;
}

img.block {
	display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  background-color: #FFF;
  width:958px;
  margin-left:auto;
  margin-right:auto;
  margin-top:70px;
}

div#top {
  clear:both;
  text-align:left;
  height: 20px;
}

div#header a {
   text-decoration: none;
   color: #A6A6A6;
}

div#header a:hover {
   color: #800080;
}

div#header { 
	background-color: #FFF;
}
/*-----------------------------------*/

div#links { 
	float:left;
	width:179px; 
	padding-top:37px;
	padding-bottom:10px;
	background-color:#FFF;
}

div#head {
	background-color: #FFF;
	padding-top:5px;
	padding-bottom:5px;
}


div#center {
	background-color: #FFF;
	margin-left:190px; 
	width:550px; 
}

div#right {
	background-color: #FFF;
	background-image:url(images/rechtsturm.jpg);
	background-position:85px 0px;
	background-repeat: repeat-y;
	width:215px; 
	height:auto;
	min-height:950px;
	float:right; 
	text-align:left; 
	padding-top:0px;	
}

.csc-header h1 {
	font-size:20px;
	color:#800080;
}


.float-left { 
	float:left; 
}

div#footer {
  clear:both;
  background-color:#FFF;
  padding:10px;
}

#vctagid {
	float: right;
}

.lila {
	color:#800080;
}

.grau {
	color: #A6A6A6;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

a:link {
	text-decoration: none;
	color:#800080;;
	font-style: italic;
}

a:visited {
	text-decoration: none;
	color:#A6A6A6; 
	font-style: italic;
}

a:active {
	text-decoration: none;
	color:#800080;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
	color:#800080;
	font-style: italic;
}