html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


#head {
	background-image: url(../gfx/head.png);
	width: 980px;
	height: 80px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: -15px;
	position: relative;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Verdana;
	font-size: 9pt;
	height: 100%;
	width: 100%;
	background-color: #DDDDDD;
}

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

a:hover, a:active {
	color: #111111;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #111111;
}

h1 {
	font-size: 10pt;
}

h1.articlehead {
	font-size: 9pt;
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	height:20px;
	padding-top:5px;
	margin:-5px;
	margin-top: -6px;
	background-image: url(../images/tabl_head.jpg);	
	border-radius: 5px 5px 0 0;	
}

#menu a {
	padding-left: 5px;
	padding-right: 5px;
}

#menu a:hover {
	background-color: #D04E4E;
}

#menu .activelink {
	color: #D04E4E;
}

#menu .activelink a:hover{
	color: #FFFFFF;
}

#contenttop {
	background-image: url(../gfx/contenttop.gif);
	width: 980px;
	height: 8px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
}

#contentbottom {
	background-image: url(../gfx/contentbottom.gif);
	width: 980px;
	height: 8px;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: relative;
	margin-left: 10px;
}

#content {
	background-color: #FFF;
	background-image: url(../images/volleyball_bk.jpg); 
	width: 957px;
	margin-left:11px;
	border-left:1px solid #C7C7C7;
	border-right:1px solid #C7C7C7;
	border-radius: 5px;
	padding:10px;
	min-height:800px;
	height:auto
}

a.comment{
	font-size: 0.8em;
	color: #FF0000; 		
}

.ticker {
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	background-color: #F0F0F0;
	height:20px;
	border: 1px solid #C7C7C7;
	border-radius: 5px;
	padding-top:5px;
}

.ticker a{
	color: red;
} 
	
#menu {
	margin-top: 42px;
	margin-left: 10px;
	float: left;
}

#login {
	margin-top: 50px;
	margin-left: 35px;
	float: left;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}

#login input{
	border: 1px solid #DDD;
	border-radius: 5px;
	width: 120px;
	font-size: 0.9em;
	font-style: normal;
}

#login .loginbutton {
	margin-top: 2px;
	width:91px;
	height: 19px;
	border: 0px;
	background-image: url(../gfx/login.gif);
}
.topmenu2 {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	padding-top: 1px;
}

.topmenu {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

#aktuelles {
	text-align: center;
	width:170px;   
	float:right;
	padding:5px;
	border:1px solid #C7C7C7;
	border-radius: 5px;
 
	background-color: #F0F0F0;
}

#aktuelles td {  
	text-align: left;
}

#aktuelles a {
	font-size: 0.8em;
	color: red;
}

.class2 {
	display: none;
}

input.class1 {
	border:1px solid #000000; 	
	border-radius: 5px;
	width:205px;
}

textarea.class1 {
	border:1px solid #000000; 	
	border-radius: 5px;
}

#gbook {
	width:750px;
	padding:0px;
	border:1px solid #C7C7C7;
	border-radius: 5px;	
	border-top:0px;
}

div.article {
	width:750px;
	padding:5px;
	border:1px solid #C7C7C7;
	border-radius: 5px;
	
	//background-color: #FCF0F0;
	background-color: #F0F0F0;
	//FAF3E9;
}

div.article img {
	padding:5px;
}

// Kalender CSS
#calendar {
	font-size: 8pt;
	border:1px solid #000000;
	border-radius: 5px;
}

#calendar th{
	font-size: 8pt;
	background-color: #E8322F;
	text-align: center;
}
	
#calendar td{
	font-size: 8pt;
	background-color: #B75353;
	text-align: center;
}

#calendar a {
	font-size: 1em;
	
	color: #000;
}

#calendar .empty{
	background-color: #A4A4A4;	
}	

#calendar .event{
	background-color: #E22929;	
}	

#calendar input{
	width: 20px;
	text-align: center;	
}

#calendar input,select{
	font-size: 8pt;
	border:1px solid #000000;
	border-radius: 5px;
}

