/* redefine margins */

* {
	padding: 0;
	margin: 0;
}

p, a {
	margin-bottom: .2em;
}

html {
	height: 101%;
}

body {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #922224;
}

#wrapper {
	width: 860px;
	color:#000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
	padding: 10px;
	position: relative;
	float: none;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#menu li {
	padding: 2px;
	background-image: url(images/c_icon20.png);
	background-repeat: no-repeat;
	text-indent: 26px;
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 2px;
	background-position: 3px 3px;
	height: auto;
	white-space: nowrap;
	margin-right: 20px;
	font-size: large;
}
#menu ul {
	float: left;
	width: 180px;
	position: absolute;
}
#inhalt {
	margin-left: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#header {
	margin-bottom: 20px;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: x-large;
	color: #922224;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
}

p {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}

#inhalt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #922224;
	margin-bottom: 20px;
	font-weight: lighter;
	margin-top: 20px;
	clear: both;
}

#inhalt h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #922224;
	margin-bottom: 20px;
	font-weight: lighter;
	margin-top: 20px;
	clear: both;
	text-transform: uppercase;
}


#inhalt h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #922224;
	font-weight: bold;
	margin-top: 20px;
	clear: both;
	margin-bottom: 4px;
}



#menu li a:link,
#menu li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #922224;
	text-decoration: none;
}
#inhalt em {
	font-size: medium;
	margin-left: 8px;
	display: block;
	margin-top: -2px;
	margin-bottom: 8px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a:hover,
#menu li a:active,
#menu li a:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #922224;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #922224;
}

/*.img_right {
	float: right;
	margin-left: 10px;
}*/

.img_right {
	float: right;
	margin-right: -50px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}


.clear_both {
	clear: both;
}


#inhalt a:link,
#inhalt a:visited,
#footer a:link,
#footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #922224;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #922224;
}
#inhalt a:hover,
#inhalt a:active,
#inhalt a:focus,
#footer a:hover, 
#footer a:active, 
#footer a:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #922224;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #922224;
	text-decoration: none;
}
#footer {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #922224;
	border-right-color: #922224;
	border-bottom-color: #922224;
	border-left-color: #922224;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
}
