﻿/* globale Einstellungen - gelten auf allen pages */
* { 
	margin:			0; 
	padding:		0;

	font-family: 		Tahoma, Arial, "Courier New"; 
	font-size: 		99%; 
} 

html {
	height:			97%;
}

body { 
    	min-height: 		101%; 
    	position: 		relative; 

	/* bis hierher immer einfügen, anschließend variabel */

	color: 			black; 
	background-color:	white;
}
#Layer1, .inhalt{
	position:absolute;
	left:100px;
	top:80px;
	width: 60px;
	height:214px;
	z-index:1;
}
.inhalt {
	position:absolute;
	left:200px;
	top:80px;
	width:800px;
	height:214px;
	z-index:2;
	border: 1px solid #b4ffff;
	padding:0.5em;
}
#logo1{
	position:absolute;
	left:40px;
	top:55px;
	width: 60px;
	height:214px;
	z-index:1;
	background-image:url(../images/logo-club2-neu.jpg);
	background-repeat: no-repeat;
}
#logo2{
	position:absolute;
	left:40px;
	top:60px;
	width: 60px;
	height:214px;
	z-index:1;
	background-image:url(../images/logo-club2-neu.jpg);
	background-repeat: no-repeat;
}

.inhalt2 {
	position:absolute;
	left:150px;
	top:2em;
	width:auto;
	height:auto;
	z-index:2;
	border-left: 1px solid #FF0000;
	padding-left:1em;
	padding-top: 1em;
}
.bg-rechts{
	background-image: url(../images/bg-rechts.jpg);
	background-repeat: repeat-y;
	width: 20px;
}
.bg-links{
	background-image: url(../images/bg-links.jpg);
	background-repeat: repeat-y;
	width: 20px;
}
acronym, abbr {
	cursor : 		help;
}
table{
	width:100%;
	margin-left: 1em;
}
.logo {  
	float: 				left; 
	margin:				2em 1em 1em 5em;
	border:				0px;
}

h1 { 
	font-size: 			1.1em; 
	color: maroon; 
	padding: 			0.3em 0em 0.5em 0em;;
}
h2 {  
	font-size: 			100%; 
	color: 				#6666CC;
	padding: 			1em 0em 1em 0em;
}

p {
	padding-left:			0em;
	padding-bottom:                 0.5em;
}
a:link, a:visited { 
	font-size: 			100%;
	text-decoration:		underline;
} 

a:hover { 
	color:				#FFFFFF;
	background-color: 		#6666FF;
} 
a:active { 
	font-size:			100%;
	text-decoration:		underline;
}
.small {
	font-size:			90%;
}
.smallest {
	font-size:			70%;
}
.float {
	float: 				left;
	margin-right: 			1em;
}
.top{
	padding: 			20px 10px 20px 10px;
}
.200links {  
	margin-left: 			200px;
	width:				800px;
}
.center					{ text-align: center; }
.fett {
	font-weight: bold;
}
.text { width: 800px; }
