/* Stylesheet fuer Bildschirm */

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

html {
    	overflow: -moz-scrollbars-vertical;
}
#container {
	width:770px;
         text-align:left;
         margin-left:auto;
         margin-right:auto;
}

#header {
	position:relative;
         height:150px;
         width:100%;
}

#leftmenu {
	width:280px;
         float:left;
         position:relative;
         background-color:#ffffff;
/*         border-right: 1px dotted #ff0000;
         border-left: 1px dotted #ff0000;  */
         padding-top:20px;
         margin-bottom:10px;
 }

#content {
	background-color: #FFFFFF;
         float: right;
         display:inline;
         position: relative;
         width:460px;
         border-left: 1px dotted #ff0000;
         padding-left:20px;
         margin-bottom:10px;
         padding-top:20px;
 }

#footer {
	height:20px;
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 0.68em;
	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 : 0.78em;
	line-height : 150%;
	color: #ff0000;
	}

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

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

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

h5 {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 0.80em;
         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 : 0.72em;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	margin-top: 0px;
	}

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

.text {
    	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size : 0.72em;
	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 : 0.68em;
	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:-30px;  /* horizontale Position Menü */
        	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;
}
 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #content{width:100%; float:none;}
}

/* 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;
}