* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../bilder/kachel.gif)
}


#hg_hauptnav  {
	display: none;
}

#hg_subnav {
	display: none;
}

#hg_kopfbild {
	display: none;
}

#pos_titel_senkrecht {
	display: none;
}


/* ++++++++++++++++++++++++++++++++++ Textformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

form {
	margin: 0px;
	padding: 0px;
}

p, .bodytext {	
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 14px;
	color: #525038;		
}

p.csc-form-label-req, p.csc-form-label {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #525038;		
}

h1 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 400;
	color: #660000;
}



/* +++++++++++++ Linkformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #660000;	
}

a:hover {
	color: #660000;	
}



/* ++++++++++++++ Aufzählungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul {
/*	margin: 0px;*/
	*margin-left:4px;
	padding-left: 12px;
	list-style-type: circle;	
}

ol {
	*margin-left:6px;
	padding-left: 20px;
}

li {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 14px;
	color: #525038;

}



/* Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.label { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin: 0px;
    color: #525038;
}

.inputfeld, .inputfeld_textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	border:1px solid #660000;
}

.button { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#525038; 
	border:1px solid #660000; 
	background-color:#F1E9C9;
}


/* Tabellen ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

td.td-0 p, td.td-last p {
	font-size: 13px;
	color: #966C41;		
	font-weight: bold;
}

