/* CSS Document */

body {
margin: 0;
padding: 0;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.rahmen_i    { 
	color				: #5e605f;
 	text-decoration		: none; 
	border-top			: 1px solid #5e605f;
	border-left			: 1px solid #5e605f; 
	border-right		: 1px solid #5e605f; 
	border-bottom		: 1px solid #5e605f;
	padding-left		: 10px;
	padding-right		: 10px;
}

.linie {
background: #ffffcc url(../images/linie.gif) repeat-x top;
}

/* CORE CSS */
tr,p,div
{
	font-size			: 12px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	line-height			: 150%;
}

a:link {
	color				: #5e605f;
	font-size			: 11px;
	text-decoration		: none;

}


a:visited,
a:active
{
	color				: #5e605f;
	text-decoration		: none;

}

a:hover
{
	color				: #454545;
	text-decoration		: none;

}

h1 {
					color				: #5e605f;
					font-family			: Verdana, Arial, Helvetica, sans-serif;
					font-size			: 16px;
					font-weight			: bold;
					text-decoration		: none;
	}

h2 {
					color				: #5e605f;
					font-family			: Verdana, Arial, Helvetica, sans-serif; 
					font-size			: 12px;
					font-weight			: bold;
					font-style			: italic;
					text-decoration		: none;
	}

h3 {
					color				: #272727;
					font-family			: Verdana, Arial, Helvetica, sans-serif; 
					font-size			: 12px;
					font-weight			: normal;
					text-decoration		: none;
	}

.impressum {
					font-size			: 9px;
					padding-right       : 25px;
					vertical-align		: top;
	}
	
.impressum1 {
					font-size			: 10px;
					padding-right       : 25px;
					vertical-align		: top;
	}
	
ul {
					margin           	: 2px;
					padding-left     	: 10px;
					list-style       	: none;
	}

li {				line-height      	: 15px;
					padding-left     	: 15px;
					padding-top      	: 0px;
					background-image 	: url(../images/arrow_s.gif) ;
					background-repeat	: no-repeat;
					background-position	: 0px 3px;
	}

.footer {
					font-size			: 9px;
					text-align			: center;
					color				: #5e605f;
					font-family			: Verdana, Arial, Helvetica, sans-serif;
	}	

.footer a {
					font-size			: 9px;
					text-align			: center;
					color				: #5e605f;
					font-family			: Verdana, Arial, Helvetica, sans-serif;
	}	

