/* DATEI: kms.css */

body { 
	margin			:	0 0 0 0;
}
.bg {
	background-color:	#EDE1D5;
}

 #zentrum {
	width			:	980px;
	margin			:	0 auto;	
} 

#logo {	
	width			:	980px;
	margin			:	5px 0 0 0;	
}
#text {
	width			:	980px; 
	position		:	relative; 
	top				:	20px;			

}

a, p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, form { 
	font-family		: 	Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
p, ul, ol, li, div, td, th, address, nobr, form { 
	font-size		:	12pt; 
	font-weight		:	bold;
	font-style		:	normal;
	color			:	#99042E;
	letter-spacing	:	0.1em;
	line-height		:	1.2em;
	text-align		:	center;
	margin-bottom	:	1.2em;
}
.unterstrichen { 
	text-decoration	:	underline;
	margin-bottom	:	-15px;	
}

.textfett { 
	font-weight	:	bold;
	font-size	:	14pt;	
}

.textnormal { 
	font-weight	:	bold;
		
}


a:link { 
	color			:	#99042E; 
	font-weight		:	bold;	
	text-decoration	:	none; 
	font-size		:	12pt; 
	font-style		:	normal;
	line-height		:	1.2em;
}
a:visited { 
	color			:	#99042E; 
	font-weight		:	bold;	
	text-decoration	:	none; 
	font-size		:	12pt; 
	font-style		:	normal;
	line-height		:	1.2em;	
}
a:active { 
	color			:	#99042E; 
	font-weight		:	bold;	
	text-decoration	:	none; 
	font-size		:	12pt; 
	font-style		:	normal;
	line-height		:	1.2em;
}

