/* pfadi maurena - september 2007 - seliin */

/********** Fixes, Workarounds, etc.
*********************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {	
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix {display: inline-block;} /* IE 7*/

/********** Grundlayout
*********************************************/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.12em;
	}
body {
	font-size: 0.7em;
	height: 100%;
	text-align: center;
	background: #000;
	}
#wrapper {
	width: 930px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	margin: 0 auto;
	background: url(../images/wrapper_bg.gif) no-repeat bottom;
	text-align: left;
	}
#header {
	width: 960px;
	margin: 20px auto 0;
	padding: 0 20px 0 0;
	height: 102px;
	background:url(../images/header.gif) no-repeat;
	}
#main {
	position: relative;
	min-height: 500px;
	height: auto !important;  /* für moderne Browser */
	height: 500px;  /* für den IE */
	width: 817px;
	padding: 90px 0 0 100px;
	background: url(../images/main_bg.gif) no-repeat;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	}
#menu {
	margin: 200px 0 0 0;
	float: left;
	width: 300px;
	min-height: 10px;
	height: auto !important;  /* für moderne Browser */
	height: 10px;  /* für den IE */
	}
#hnav {
	float: left;
	width: 120px;
	padding: 0 48px 0 0;
	}
	
#snav {
	float: left;
	width: 120px;
	}
#content {
	float: left;
	width: 320px;
	margin: 0 0 0 100px;
	padding: 0 0 70px 0;
	}
	
#footer {
	font-size: .9em;
	color: #676;
	position: absolute;
	right: 10px;
	bottom: 0px;
	clear: both;
	}

/********** Style-Elemente
*********************************************/
img {
	border: none;
	}
hr {
	clear: both;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #666;
	}
/********** Navigation
*********************************************/
/* allgemein */
#menu ul {
	list-style-type: none;
	}
#menu ul li a {
	list-style-type: none;
	display: block;
	height: 25px;
	}
#menu ul li.active a {
	color: #777;
	}
/* hauptnavigation */
#hnav ul {
	text-align: right;
	}
/* sekundaernavigation */
#snav ul {
	list-style-type: none;
	}
	
#snav ul li a {
	display: block;
	height: 25px;
	}
/********** Content-Absatzformate
*********************************************/

/* Ueberschriften */
h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif
	}
h1 {
	font-size: 1.3em;
	padding: 5px 0;
	}
h2 {
	font-size: 1.1em;
	padding: 5px 0;
	}
h3 {
	font-size: 1em;
	padding: 5px 0;
	}
	
/* Paragraph */
#content p {
	margin: 5px 0 10px 0;
	}
	
/* Links */
#content p a,
#content p a:link,
#content p a:visited {
	text-decoration: underline;
	}
#content a:hover,
#content a:active {
	}
	
/* Listen */
#content ul {
	list-style-type: none;
	}
#content ul li {
	min-height: 20px;
	padding: 0 0 0 10px;
	background: url(../images/list.gif) 0 7px no-repeat;
	}
#content dl {
	float: left;
	}
#content dt {
	font-weight: bold;
	float: left;
	}
#content dd {
	}
/* Tabellen */
#content table {
	/*border-collapse: collapse;*/
	}
#content table th, 
#content table td {
	vertical-align: top;
	}
#content table th {
	padding: 0 10px 0 0;
	}
#content table h3 {
	padding: 0;
	margin: 0;
	}
#content table p {
	padding: 0;
	margin: 0;
	}
#content table.portrait {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	}
/********** Formular
*********************************************/
fieldset {
	border: none;
	}
legend {
	font-weight: bold;
	color: #000;
	}
label {
	display: block;
	width: 200px;
	}
input, textarea {
	font-family: Verdana, Arial, sans-serif;
	float: left;
	background: #E1EDF5;
	border: 1px solid #5492B9;
	}
input {
	width: 200px;
	}
input:hover, textarea:hover {
	border: 1px solid #fff;
	}
textarea {
	width: 200px;
	font-size: 1em;
	}
textarea:focus, input:focus{
  border-left-width: 2px;
  border-bottom-width: 2px;
}
input.csc-mailform-submit, input.reset {
	}
input.csc-mailform-submit{
	margin: 10px 0 0 0;
	}
input.reset {
	}

/********** Footer
*********************************************/
#footer img {
	padding-top: 5px;
	}
#footer p a, .footer p a:hover, .footer p a:active, .footer p a:visited {
	}
