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


/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style-position:outside;
	list-style-type:circle;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

.invisible { 
position:absolute; left:-1000px; top:-1000px; width:1px; height: 1px; overflow:hidden; display:inline;}

#mitte {
	position: relative;
	width: 931px; /* max breite */
	margin: auto;
}
	
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	background-color: #FCF1DA;
	}	

/*ende standart angaben*/


#text {
	text-align: center;
	}
	
#mitte {
	position: relative;
	width: 912px; /* max breite */
	margin: auto;
}

h1 {
	font-size: 22px;
	color: #CC3300;
	}

h3 {
	font-size: 16px;
	color: #DA8306;
	}	
	
a {
	text-decoration: none;
	color: #D98106;
	}	

.impressum a:hover {
	text-decoration: none;
	color: #D98106;
	border-bottom: #D98106 dotted 1px;
	}	


#sprache, #sprache a, #privacy, #privacy a {
	color: #FCF1DA;
	text-align: center;
	}
	
img {
	border: none;
	}	

#content {
	padding: 10px 20px 30px 20px;
	}


.impressum {
	padding-left: 10px;
	}	

.subtitel {
	font-size: 17px;
    color: #CC3300;
	}
	
.iva {
	padding-left: 20px;
	}
