html, body {
	font-family: Verdana, Arial;
	background-color: #C1BFD0;
	text-align:center;
}

h1, h2, h3  { 
	font-size: 12px;
	color: #000;
}

h2, h3  { 
	font-weight: normal;
}

div#center p {
	font-size: 11px;
}

div, img {
	margin:0;
	padding:0;
	border:0;
}

div#container {
	background: url(images/containerBg.gif);
	width: 863px;
	min-height: 700px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#center {
	width: 440px;
	margin: 50px 20px 0px 310px; /*307 Breite der linken Spalte */
	text-align: justify;
}

div#menu a, div#menu1 a {
   text-decoration: none;
   color: #001463;
   font-size: 12px;
   padding-left: 30px;
   width: 175px;
}
   
div#menu1 a {
	background: url(images/slash.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

div#menu1 a:hover {
	background: url(images/slashOv.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	color: #EC7C17;
}

div#header { 
	background-color: #102144;
	height: 144px;
}

div#links {
	float: left;
	width: 197px;
	padding-left: 81px;
	background: url(images/colLeft.jpg);
	background-repeat: no-repeat;
}

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:5px;
	padding-bottom:5px;
}

div#right { 
	height:700px;
	float: right;
}

input, select {
	color: #009;
	background-color: #F5F5F5;
	border: 1px solid #CECECE;
	margin: 4px 4px 0px 0px;
}

.submit {
	padding-left:5px;
	padding-bottom: 4px;
	vertical-align: middle;
	border: none;
}

.align-right {
	text-align: right;
}

a:link {
	color: #C1BFD0;
	text-decoration: none;
}

a:visited {
	color: #ec7c17; 
	text-decoration: none;
}

a:active {
	color: #ec7c17;
	text-decoration: none;
}

a:hover {
	color: #ec7c17;
	text-decoration: none;
}

div.csc-textpic-clear { clear:left;
}
