@charset "utf-8";
/* CSS Document */

*
{
margin: 0px;
padding: 0px;

}


body{
	text-align:center;
	background-image:url(images/Hintergrund_Verlauf2.gif);
	background-repeat:repeat-x;
	font: normal 12px Verdana, Arial;
}

h1 {
	font: normal 16px Arial;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 22px;
	text-transform:uppercase;
}


h2 { 
	font: bold 14px Verdana, Arial;
	padding-left: 15px;
	padding-top: 30px;
}


p {
	font: normal Verdana, Arial;
	padding-left: 15px;
	font-size:12px;
	padding-right: 30px;
	display:block;
	line-height:150%;
	padding-bottom: 8px;
}


ul  {
	padding-left: 60px;
	list-style-position: outside;
	line-height:130%;

	}

li  {
	padding-left: 0px;
	margin:0;
	}


td {
	padding-left: 17px;
	line-height:200%;
}

td.rechts {
text-align:left;
padding-left: 20px;
padding-right: 0px;
float: left;
display:inline;
}


div,img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:1003px;
  text-align:left;
  border:1px solid silver;
  background: url(images/background_rot_gelb.gif) left repeat-y;
  margin-top:7px;
  margin-bottom:20px;
  margin:0px auto;
}


div#logo { 
/*background-image: url(images/LogoLeiste9.gif);
height: 145px;
width: 280px;*/
float: left;
display:inline;
}

div#flash { 
background-color: #990000;
height: 141px;
width: 723px;
margin-left:0px;
text-align:right;
float: right;
display:inline;
}

/* html div#logo { 
background-image: url(images/LogoLeiste6.gif);
height: 145px;
width: 280px;
float:left;
display:inline;
}

* html div#flash { 
background-color: #990000;
height: 141px;
width: 720px;
text-align:right;
float:right;
display:inline;
}*/

.clear {
clear:left;
}


a:active, a:focus { 
outline: none;
}

div#menu { 
	float:left;
	width:170px; 
	padding-top:40px;
	background-color:#990000;
	display:inline;
}

div#anschrift {
	float:left;
	padding-top:40px;
	color: #FFFFFF;
	font-size: 10px;	
	display:inline;
}


div#center { 
	margin-left:170px; 
	width:830px;
	background-color: #FFFFD9;
}



div#footer {
  clear:both;
  background-color: #CCCCCC;
  text-align:right;
  height: 13px;
}


label {
float:left;
display:block;
padding-left: 15px;
width:150px;
}

input {
margin-top: 10px;
}

textarea {  
margin-top: 10px;
}

select {
margin-top: 20px;
margin-bottom: 10px;
}

.csc-mailform-submit  {
margin-left: 300px;
margin-bottom: 10px;
}

fieldset {
 border: 0px;
}

