/* Stylesheet fuer Druckausgabe */
#leftmenu, #header {
    display: none;
}

html, body {
	margin:0;
        	padding:0;
         text-align:center;
}

#container {
	width:100%;
         text-align:left;
         margin-left:auto;
         margin-right:auto;
}

#content {
	background-color: #FFFFFF;
         float: right;
         display:inline;
         position: relative;
         width:90%;
         margin-bottom:10px;
         padding-top:20px;
 }

#footer {
	border-top: 1px solid #000000;
         margin-top: 10px;
	height:20px;
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height : 180%;
         clear:both;
 }

.clearix:after {
	content: ".";
         display: block;
         height: 0;
 	clear: both;
 	visibility: hidden;
 }

.clearix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearix {
	height: 1%;
}
.clearix {
	display: block;
}
/* End hide from IE-mac */

h1 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	line-height : 150%;
	color: #ff0000;
	}

h2 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	line-height : 150%;
	color: #000000;
	}

h3 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 150%;
	font-weight: bold;
	color: #ff0000;
	}

h4 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 150%;
	font-weight: bold;
	color: #000000;
   	margin-bottom: 0px;
	}

h5 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 12pt;
         font-style: italic;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	margin-bottom: 0px;
	}

h6 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	margin-top: 0px;
	}

p {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-top: 0px;
	line-height : 150%;
	}
li {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-top: 0px;
	line-height : 150%;
         }

.text {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 150%;
	}

.error-text {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 0.72em;
	line-height : 150%;
	color: #cc0000;
	}

.roter-text {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 0.72em;
	line-height : 150%;
	color: #ff0000;
	}

.textright {
	margin-right:10px;
	text-align: right;
	}

.small-text {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height : 180%;
	}

a {
	cursor: pointer;
	}

a:link, a:visited {
	text-decoration: none;
	color: #ff0000;
	}

a:active, a:hover {
	color: #ff0000;
	text-decoration: none;
	}

/* fuer Navigation-Liste: */
#leftmenu ul li {
	list-style: none;
	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	color: rgb(51,51,51);
	font-size:0.76em;
	font-weight: normal;
	line-height : 150%;
	margin-bottom:20px;
	margin-left:-20px;
        	padding-left:20px;
}
#leftmenu ul li a, #leftmenu ul li a:link, #leftmenu ul li a:visited, #leftmenu ul li a:hover, #leftmenu ul li a:active {
         list-style: none;
	background-image: url(spel-smile-off.gif);
         background-repeat: no-repeat;
	vertical-align: bottom;
	color: rgb(51,51,51);
	font-weight: normal;
	margin-left:0px;
        	padding-left:20px;
        	padding-top:1px;
}
#leftmenu ul li a:hover {
	list-style: none;
	background-image: url(spel-smile-on.gif);
         background-repeat: no-repeat;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	color: rgb(255,0,0);
	font-weight: normal;
	margin-left:0px;
        	padding-left:20px;
}

/* FORM definitions */

.formArea {
	width: 450px;
	margin-left: 0px;
	border: 0px solid #eeeeee;
	padding: 5px;
	background-color: #ffffff;
	}

.mailform {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #333333;
	font-weight : normal;
}

.mailformrequired {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #cc0000;
	font-weight : normal;
}
.mailformcomment {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #333333;
	font-weight : normal;
}
.mailformradio {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #333333;
	font-weight : normal;
}
INPUT {
    width: 250px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #333333;
	font-weight : normal;
	padding: 2px;
	border: 1px solid #787878;
}
TEXTAREA {
    width: 250px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #333333;
	font-weight : normal;
	padding: 2px;
	border: 1px solid #787878;
}
.mailform-checkbox {
    width: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #ffffff;
	border: 0px;
}
.mailform-submit {
    width: 100px;
	height: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.72em;
	color : #333333;
	font-weight : normal;
	background-color: #eeeeee;
	padding: 2px;
	border: 1px solid #787878;
}