/*  
Theme Name: ProServer1 Production 2009
Theme URI: http://proserver1.at/
Description: ProServer1 Production 2009
Version: 2.0
Author: Dominik Aumayr + Peter Vratny
Author URI: http://www.proserver1.at
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.clear {
	clear: both;
}

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

h2 {
	font-size: 17px;
	margin-bottom: 8px;
}


h3 {
	font-size: 15px;
	margin-bottom: 6px;
}


#wrapper {
	width: 874px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/main_bg.gif') repeat-y center center;
	text-align: left;
}

#header {
	height: 132px;
	background: url('images/header.jpg') no-repeat center center;
}

#header span {
	visibility: hidden;
}

#main {
	min-height: 268px;
	background: url('images/footer.gif') no-repeat center bottom;
}

#menu {
	float: left;
	width: 233px;
	margin-left: 16px;
	text-align: right;
	color: #f0f0f0;
	background: url('images/menu_bg.gif') repeat-y center center;
}

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

#menu a:hover {
	text-decoration: underline;
}

#menu_header {
	height: 30px;
	background: url('images/menu_header.gif') no-repeat center center;
}

#menu_header span {
	visibility: hidden;
}

#menu_footer {
	margin-top: 30px;
	height: 15px;
	background: url('images/menu_footer.gif') no-repeat center bottom;
}

#menu strong {
	margin-right: 25px;
}

#menu strong a {
	font-weight: normal;
}

#menu strong span {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#menu ul {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 20px;
	display: block;
}

#menu .active {
	font-style: italic;
	text-decoration: underline;
}

#menu ul li {
	display: block;
	list-style-type: none;
}

#content {
	width: 580px;
	margin-top: 25px;
	margin-left: 15px;
	float: left;
}

#content ul li, #content ol li {
	margin-left: 15px;
	margin-bottom: 3px;
	list-style-position: outside;
}

#content a {
	color: #555;
}

#content label {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

#content form input, #content form textarea {
	margin-bottom: 10px;
}

#content form .reqtxt, #content form .emailreqtxt {
	font-size: 10px;
	font-style: italic;
}

#content table, #content td, #content tr {
	border: none;
}

#content td {
	padding: 5px;
}

#footer {
	font-size: 11px;
	text-align: center;
	background: white;
	padding-bottom: 30px;
}

#footer a {
	color: #333;
}

