body      {
	background: #575081;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link    { color: #33336F;
	background: none;
	font-size: 10pt;
	text-decoration: none;  }
a:visited { color: #33336F; 
	background: none;
	font-size: 10pt;text-decoration: none; 
	 }
a:active  { color: #33336F;
	background: none;
	font-size: 10pt;
	text-decoration: none;  }
a:hover  { color: #EC1550;
	background: none;
	font-size: 10pt;
	text-decoration: none;  }

a.menu:link    { 
	color: white;
	font-weight: bold;
	background: #EC1550;
	font-size: 13pt;
	text-decoration: none; 

}
a.menu:visited  { 
	color: white;
	font-weight: bold;
	background: #EC1550;
	font-size: 13pt;
	text-decoration: none; 
	
}
a.menu:active  { 
	color: white;
	font-weight: bold;
	background: #EC1550;
	font-size: 13pt;
	text-decoration: none;
	
}
a.menu:hover   { 
	color: #33336F;
	font-weight: bold;
	background: #EC1550;
	font-size: 13pt;
	text-decoration: none;
	
}


/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 30px;
	color: #33336F;
}
	
h1#topic {
	font-size: 12pt;
	font-weight: bold;
	line-height: 30px;
	color: white;
	background: none;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 30px;
	color: #33336F;
	background: none;
	margin-bottom:0px;
	margin-top: 5px;
}
h2.name {
	font-size: 10pt;
	font-weight: bold;
	line-height: 30px;
	color: #EC1550;
	background: none;
	margin-bottom:0px;
	margin-top: 5px;
	color: black;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
	
	
	
div#topic{
	position:relative;width: 990px;border-bottom: 1px solid #33336F;text-align: left;height: 170px;
}
div#content_main{
	position:relative;width: 990px;background: url('http://www.schmidt-klesse.de/clips/background.gif');
}
div#menu{
	position:relative;width: 250px;float: left;text-align: left;
}
div#button{
	position:absolute;width: 100px;height: 45px;top: 0px; left: 148px;
}
div#menu2{
	position:relative;width: 150px;
}
div#menu2_dist{
	padding:15px;padding-top: 35px;
}
div#content{
	position:relative;width: 740px;float: right;text-align: left;
}
div#content2{
	position:relative;width: 740px;float: right;text-align: left;background: url('http://www.schmidt-klesse.de/clips/hintergrund_normal.jpg');
	background-repeat: no-repeat;
}
div#content2_dist{
	padding-top:20px;padding-left: 40px;
}

/* Startseite */
div#content_s_top{
	position: absolute;width: 600px;top: 60px;left:30px;
}
div#content_s_text{
	position: absolute;width: 260px;top: 130px;left:30px;font-size: 10pt;font-weight: normal;
}
/* ##################### */
div#headline{
	position:absolute;top:130px;left:280px;width: 300px;
}
div#head_logo{
	position:absolute;top:0px;left:647px;width:345px;height:106px;
}


select.form{
	font-size:10pt;
	border: #444444 1px solid;
	margin-bottom: 3px;
}
input.form{
	width: 220px;
	font-size:10pt;
	border: #444444 1px solid;
	margin-bottom: 3px;
	padding: 1px;
}
textarea.form{
	width: 50%;
	font-size:10pt;
	border: #444444 1px solid;
	margin-bottom: 3px;
}