@charset "ISO-8859-1";
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html {overflow-y: scroll;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	}
	a:link {
	color:#333333
}
	

#wrapper {
 margin: 30px auto;
 width: 922px;
 background-color:#FFFFFF;
}

#faux {
float:left;
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
#header {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: dotted;

}

#headerli {
	color: #333;
/*  geändert Kronsteiner 201010 */
/*  width: 560px;  */
	width: 450px;
	float: left;
/*  padding: 10px;  */
	padding: 40px 0px 0px 9px;
	height: 60px;
/*	margin: 20px 0px 5px 10px;	*/
	margin: 0px 0px 5px 10px;
	background-color:#FFFFFF;
	background-image: url(Logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#headerre {
	background-image:url(Verein.jpg);
	background-repeat:no-repeat;
/*  geändert Kronsteiner 201010 */
/*  width: 300px;  */
    width: 250px;  
	padding: 10px;
	height: 60px;
	margin: 20px 0px 5px 0px;
	float: right;
	background-color: #ffffff;
	font-size: xx-small;
	color: #FFFFFF;
}
/*NEU:  */


#navigation {
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	position:relative;
	float:left;
}
#rightcolumn {
	display: inline;
	color: #333;
	margin: 0px;
	padding: 10px;
	width: 210px;
	float: right;
	overflow: auto;	

}
#leftcolumn {
	float: left;
	color: #333;
	margin: 10px 0px 5px 0px;
	padding-left: 23px;
	padding-right: 15px;
	width: 600px;
	display: inline;
	position: relative;
	overflow: auto;
/*  geändert Kronsteiner 201010 */
/*	min-height: 450px;  */
	min-height: 550px;  
	border-right: 1px;
	border-right-color: #666666;
	border-right-style: dashed;
	font-family: tahoma;
	font-size: 12px;
	line-height: 150%;
}
#footer {
/*  geändert Kronsteiner 201010 */
	width: 902px;
	clear: both;
	color: #333;
/*	margin: 0px 0px 10px 10px;  */
	margin: 0px 0px 10px 0px;
/*	padding: 10px;  */
	padding: 10px 0px 10px 20px;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #666666;
	font-size: 11px;
	font-family: Arial;
}


.clear { clear: both; background: none; }

#navbar {
height:1.2em;
margin:0;
padding:0;
border-bottom:1px;
border-color:#FFFFFF;
font-size:12px;
}
#navbar li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#navbar li a {
background-color:#FFFFFF;
color:#333333;
display:block;
padding:2px 2px;
text-decoration:none;
}
#navbar li ul {
background-color:#FFFFFF;
display:none;
width:11em;
z-index:1;
}
#navbar li:hover ul, #navbar li.hover ul {
display:block;
margin:0;
padding:0;
position:absolute;
}
#navbar li:hover li, #navbar li.hover li {
float:none;
}
#navbar li:hover li a, #navbar li.hover li a {
background-color:#FFFFFF;
color:#333333;
}
#navbar li li a:hover {
background-color:#CCCCCC;
}
#navbar a:hover {
	background-color: #CCCCCC;
}

#table {
width: 700px;
margin-left: 15px;
padding: 10px;
position: relative;
}

#menuere {
line-height:1.5em;
}
#menuere a:link {
/*  geändert Kronsteiner 201010  */
/*  color:#333333;  */
color:#c00;
text-decoration:none;
}
#menuere a:hover  {
/*  geändert Kronsteiner 201010  */
/*  color:#333333;  */
background-color:#CCCCCC;
}

#menuere a:visited  {
/*  geändert Kronsteiner 201010 NEU */
color:#c00;
text-decoration:none;
}
