/* Reset ___________________________________________ */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, label, legend,
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers ___________________________________________ */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-image:url(../Bilder/bg_repeatxy.jpg);
	background-attachment:fixed;
	background-position:center;
	color: #E3B49C;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1;
	background-color: #6D2C2C;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

@font-face {
font-family: Cuprum; src: url('../font/Cuprum.otf');
font-style: normal;
}

/* LOGO ___________________________________________ */

#logo {
	margin-top:15px;
}

#logo h1 {
	font-size: 5em;
	font-style:italic;
	text-align:right;
	text-shadow: 3px 3px 3px #000000;
}

#logo p {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    font-style: italic;
    margin-top: -25px;
	margin-right:52px;
    text-align: right;
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: none; }



h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E1F8DD;
}

h1 {
	font-size: 24px;
	margin-bottom:20px;
}

h2 {
	border-bottom:1px solid #E1F8DD;
	font-size: 20px;
	margin-bottom:20px;
	padding-bottom:5px;
}

h3 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:15px;
	}

p, ul, ol {
	line-height: 1.2em;
	margin-bottom: 20px;
	text-align: left;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#inhalt li {
	margin-top:15px;
}

a { 
	color: #FF0444;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#inhalt a:hover {
	color:#FFF;
	text-shadow: 1px 1px 1px #ca0000;
}

#fuss a { 
	color: #E3B49C;
}

#wrapper {
	width: 950px;
}

/* Menu ___________________________________________*/

#menu {
}

#menu ul {
	list-style: none;
	line-height: normal;
	margin-left:23px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	float: left;
	padding: 4px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	color: #E1F8DD;
}

#menu a:hover {
	text-decoration: none;
	color:#FFF;
}

#menu .current_page_item {
	display: block;
	margin: 0px;
	background: none;
	color: #FFFFFF;
}

/* die Suchfunktion ___________________________________________ */

#seite table td {
	color:#FFF;
	font-size:10px;
}

#seite input {
    background-color: #5E2222;
}

#search {
	float: right;
	height: 44px;
}

#search form {
	float: right;
	margin: 0;
	padding: 10px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	padding: 0;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 14px;
	margin: 0px 6px 0px 0px;
	padding: 3px 0 0 5px;
	color: #658453;
}

#search-submit {
	padding: 0px;
	margin: 0px;
	height: 21px;
	margin-left: 4px;
	color: #39561D;
}

/* die Seitenleiste ___________________________________________*/

#seite {
	float: left;
    width: 195px;
	padding:40px 0px 25px 25px;
}
#seitenleiste {
	position: absolute;
    top: 240px;
    left: 10px;
    float: left;
	width: 150px;
	border-right: #A5131A  dashed 1px;
}

#seitenleiste ul {
	margin: 0;
	padding: 0px 40px 0px 0px;
	list-style: none;
	line-height: normal;
	border: none;
}

#seitenleiste li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}

#seitenleiste li ul {
	line-height: 200%;
	background: none;
}

#seitenleiste li li {
	margin: 0;
	padding: 3px 20px;
	background: none;
}

#seitenleiste h2 {
	height: 42px;
	margin: 0 0 20px 0px;
	padding: 18px 0px 0px 45px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


#seite p {
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.95em;
	line-height:1.2em;
	margin-bottom:15px;
}

.icon {
	float:left;
	height:40px;
	width:40px;
	margin-right:7px;
	margin-bottom:15px;
	}

/* der Inhalt ___________________________________________*/

#inhalt {
	width: 600px;
	min-height: 500px;
	padding:40px 0px 25px 25px;
    float: right;
    color: #E1F8DD;
}

#inhalt h1 {
    font: italic 24px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E1F8DD;
	}
	
#inhalt table td {
	padding:10px;
}

#inhalt table td a {
	color:#6d2c2c;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0px 0px 6px #6d2c2c;
}

#inhalt table td a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0px 0px 6px #000;
}

#inhalt input {
	margin-bottom:10px;
}

/* der fußbereich ___________________________________________*/

#fuss {
		float: left;
	position: absolute;
	
}

#fuss p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 10px;
	color: #FFFFFF;
}
#fuss ul {
     margin: 0;
	padding-top: 50px;

	list-style: none;
	line-height: normal;
}
 #fuss li {
	display: block;
	float: left;
}

#fuss a {
	display: block;
	float: left;
	padding: 10px 10px;
	background: url(Bilder/img05.jpg) no-repeat left 5px;
	text-decoration: none;
	font: 1.2em Arial, Helvetica, sans-serif;
}