/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






body, html {
	background-color: whitesmoke;
	font-family: Times New Roman, Times, Georgia,  serif;
	color: #602117;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 1.5em;
	text-align: center;
}

div#wrapper {
	float: left;
	margin: 25px;
	width: 90%;
	border: 1px solid silver;
	background: url(../_Pics/Verzierung_links_oben.gif) no-repeat left top;
}

div#innerwrapper {
	float: left;
	width:  100%;
	background: url(../_Pics/Verzierung_rechts_unten.gif) no-repeat right bottom;
}


h1{
	text-transform: uppercase;
	
}

h2{
	color: #9cb6d5;
	padding: 35px 0 0 0;
	font-size: 1.5em;
	
}


h3{
	padding-top: 1.5em;
}

ul{
	list-style: none;
	margin: 25px 0;
	padding: 0;
	float: left;
	width: 100%;
}

ul li{
	margin:  0;
	padding: 0 0 25px 0;
	background: url(../_Pics/Trenner.gif) no-repeat center bottom;
}

ul li a{
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	font-variant: small-caps;
	color: #602117;
}

ul li a:hover{
	background: url(../_Pics/blattklein.gif) no-repeat left 30%;
	text-decoration: underline;
}

ul#menu li span{
	padding-right: 25px;
}

ul#menu li a:hover span {
	background: url(../_Pics/blattkleinre.gif) no-repeat right 30%;
	text-decoration: none;
}

div#leftsection ul li a:hover{
	color: #46515e;
}