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

/* Begin Basic Geometry */
* {
	margin: 0;
	padding: 0;
}

.clear { clear:both; }
.right { float: right; }
.left { float: left; }


body {
	color: #3c3c3c;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 50px;
	visibility: visible;
	font: 12px Helvetica, Verdana, Arial,, sans-serif; 
	min-width: 815px;
}
 h1 {
	font-size: 17px;
	font-style: normal;
	margin-bottom: 10px;
} 
h2 {
	font-size: 15px;
}

#wrapper {
	text-align: left;
	width: 815px;
	clear: both;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0;
}

#header {
	width: 100%;
	height: 144px;
	background: url(images/header.gif) no-repeat center top;
}
#header span {
	visibility: hidden;
}

#content {
	background: url(images/body.gif) repeat-y center top;
	width: 815px;
	min-height: 320px;
	margin: 0;
	padding: 0;
}

#sidebar {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
	color: #ccc;
	text-align: right;
	padding: 15px 20px 15px 15px;
	background: #4d4d4d url(images/corner.gif) no-repeat right top;
	font-size: 12px;
}

#text {
	margin-left: 280px;
	margin-right: 20px;
	# text-align: justify;
	text-align: left;
	padding-top: 10px;
}

#footer {
	width: 815px;
	height: 40px;
	background: url(images/footer.gif) no-repeat center top;
	text-align: center;
	font-size: 10px;
	color: #3c3c3c;
	padding-top: 11px;
}
/* End Basic Geometry */

/* Begin Text Styles */
#sidebar a {
	color: #ccc;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .active {
	font-style: italic;
}
#sidebar ul {
	list-style-type: none;
	font-size: 9px;
}
#footer a {
	text-decoration: none;
	color: #3c3c3c;
}
#footer a:hover {
	text-decoration: underline;
}

#text a {
	color: #888;
	text-decoration: underline;
}
/* End Text Styles */

/* Begin Sonstiges */

label {
	display: block;
}

.reqtxt, .emailreqtxt {
	font-size: 9px;
	color: #777;
}
#usermessage {
	font-style: italic;
	margin: 10px;
}
#text table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

#text table tr td {
  	text-align: left;
	font-weight: normal;
	border: 1px solid #999;
	padding: 2px;	
}
#text table th {
	padding: 2px;
	font-weight: bold;
	background: #999;
}

/* End Sonstiges */

