@import "reset.css";

body, html { margin:0px; padding:0px; height:100%; }

body {
	font-size:101%;
	font-family:verdana;
	background:white url('../grafik/bg.gif') repeat;
	color:#333;
}

div#wrap {
	margin:0 auto;
	width:822px;
}

div.menuWrap { background-color:#242424; width:818px; margin-left:2px; } 

ul#menu { }
ul#menu li { padding:5px; float:left; margin:3px 5px 3px 5px; }

a.main_no:link, a.main_no:visited, a.main_no:active {
	color:white;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px;
	background-color:#242424;
}

a.main_no:hover {
	color:#242424;
	background-color:white;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
}

a.main_act:link, a.main_act:visited, a.main_act:active {
	color:#242424;
	background-color:#f6c52b;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px;
	border:2px solid #f6c52b;
}

a:link, a:visited { color:#242424; text-decoration:none; background-color:#f6c52b; }
a:hover { color:#242424;	background-color:white; }

p#header { 
	margin:0px; 
	padding:0px; 
	width:822px; 
	height:323px;
	background:transparent url('../grafik/header.png') no-repeat;
}

div.contentWrap { background:transparent url('../grafik/content.gif') repeat-y; }

div#content { width:800px; margin:10px 0px 0px 10px; font-size:0.8em; }

div#footer { 
	margin:0px 0px 0px 20px; 
	padding:0px 0px 10px 20px;
	width:700px; 
	font-size:0.9em;
	border-top:1px dotted #666;
}

div#element { float:left; position:relative; right:192px; }

h1 { 
	font-family:georgia;
	font-size:1.8em;
	font-weight:normal;
	border-bottom:1px dotted #666;
}

h2 { 
	font-family:georgia;
	font-size:1.5em;
	font-weight:normal;
	color:#333;
}

h3 { 
	font-weight:bold;
	color:#333;
	padding:5px;
}

ol { margin-left:15px; list-style-type:square; }
ol li { margin:10px;} 

p {
	line-height: 1.25em;
	margin: 1.25em 0;
}