/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: verdana, helvetican, arial, tahoma, sans-serif; 
	font-size: 12px;
	color: #666666;
	height: auto;
	width: 100%;
	background-color: #E7E7E7;
}

p {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	padding: 0 30px 10px 30px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 30px 10px 30px;
	color: #666666;
}

h2 {
	font-size: 12px;
	padding: 0 30px 10px 30px;
	font-weight: bold;
	line-height: 1.3em;
	color: #666666;
}

ul, ol {
	font-size: 12px;
}

span.spacer {
	padding-top: 10px;
	display: block;
}

hr {
	border: none;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 10px 30px;
}

/* Einstellungen fuer Links */

#mainmenu a, #submenu a {
	font-family: arial, verdana, helvetican, tahoma, sans-serif; 
	font-weight: normal; 
	font-size: 13px;
	text-decoration:none;
	color: #666666;
}

#mainmenu a:hover, #mainmenu a.active, #submenu a:hover, #submenu a.active { color: #000000; }

#content a {
	font-weight: normal; 
	font-size: 12px;
	text-decoration:underline;
	color: #666666;
}

a:hover, a.active { color: #000000; }


/* Einstellungen für die Position */

#container {
	width: 980px;
	margin: 0 auto;
	background: white;
	background: url("../img/wmaier.jpg") no-repeat 35px 35px;
}

#mainmenu {
	position: relative;
	top: 30px;
	left: 120px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	clear: both;
}

#submenu {
	position: relative;
	top: 130px;
	left: 210px;
	height: 20px;
	clear: both;
}

#mainmenu ul li, #submenu ul li {
	float: left;
	margin-right: 15px;
}

#content {
	position: relative;
	top: 140px;
	left: 180px;
	width: 600px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: white;
	border-bottom: 50px solid #E7E7E7;
	clear: both;
}

#content ol, #content ul {
	margin: 0 30px 10px 35px;
	list-style-position: outside;
	padding-left: 1em;
}

#content ul {
	list-style-type: square;
}

#content li {
	margin-bottom: 7px;
}

#content table {
	margin: 10px 30px 30px 30px;
	border-collapse: collapse;
}

#content table td {
	padding: 0 30px 10px 10px;
	vertical-align: top;
}

#content table td.first {
	padding: 0 30px 10px 0;
	width: 100px;
	vertical-align: top;
	border-right: 1px solid gray;
}

#content table td.firstWide {
	padding: 0 30px 10px 0;
	width: 160px;
	vertical-align: top;
	border-right: 1px solid gray;
}