/** BASIC */

body 
	{
		margin: 0px;
		padding: 0px;
		background: #000000 url(images/bg01a.jpg) repeat-y center top;
	}

/** FORMS */

form 
	{
		margin: 0px;
		padding: 0px;
	}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 
	{
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}

/** TEXTS */

body, th, td, input, textarea, select 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #B8BFC6;
	}

p, blockquote, ul, ol, dl 
	{
		margin-top: 0px;
		margin-bottom: 1em;
	}

.ul1 
	{
		margin-left: 0px;
		padding-left: 0px;
		list-style: none;
	}

.ul1 li 
	{
		line-height: 22px;
	}

.ul1 a
	{
		padding-left: 10px;
		background: url(images/homepage12.gif) no-repeat left center;
	}	

.text1 
	{
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	}

.text2 
	{
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	}

/** LINKS */

a 	
	{
		color: #FFFFFF;
	}

a:hover 
	{
		text-decoration: none;
	}

a.link1 
	{
		font-size: 10px;
		color: #B8BFC6;
	}

/** STYLES */

.style1 
	{
		text-align:center;
		font-size: 10px;
		color: #474E59;
	}

.style1 a 
	{
	}

.style1 a:hover 
	{
	}

/** BACKGROUNDS */

.bg1 	
	{
		background: url(images/bg04a.jpg) repeat-y left top;
	}

.bg2
	{
		background: url(images/bg05a.jpg) no-repeat left top;
	}

.bg3 
	{
		background: url(images/bg06a.jpg) no-repeat left bottom;
	}

.bg4 
	{
		background: url(images/subpage2_04.jpg) repeat-y left top;
	}

.bg5 
	{
		background: url(images/subpage2_02.jpg) no-repeat left top;
	}

.bg6 
	{
		background: url(images/subpage2_03.jpg) no-repeat left bottom;
	}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1
	{
		float: left;
		margin: 5px 5px 0px 0px;
	}

.img2 
	{
		float: right;
		margin: 5px 10px 5px 5px;
	}
	
.img3 
	{
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
.img3 
	{
		margin:5px 0px 0px 50px;
	}
		
.img4 
	{
		margin:10px 0px 0px 70px;
	}	

hr { display: none; }

.hr1
	{
		height: 1px;
		margin: 15px 0px;
		background: url(images/homepage13.gif) repeat-x left top;
	}

.hr2 
	{
		height: 1px;
		margin: 15px 0px;
		background: url(images/homepage16.gif) repeat-x left top;
	}

.startseite
	{
		display:block;
		width: 102px;
		height: 65px;
		background: url(images/homepage03.jpg);
	}
	
.startseite:hover
	{
		display:block;
		width: 102px;
		height: 65px;
		background: url(images/homepage03a.jpg);
	}
	
.geschichte
	{
		display:block;
		width: 99px;
		height: 65px;
		background: url(images/homepage04b.jpg);
	}
	
.geschichte:hover
	{
		display:block;
		width: 99px;
		height: 65px;
		background: url(images/homepage04c.jpg);
	}	
	
.profil
	{
		display:block;
		width: 99px;
		height: 65px;
		background: url(images/homepage05b.jpg);
	}
	
.profil:hover
	{
		display:block;
		width: 99px;
		height: 65px;
		background: url(images/homepage05c.jpg);
	}	
	
.wertung
	{
		display:block;
		width: 101px;
		height: 65px;
		background: url(images/homepage06b.jpg);
	}
	
.wertung:hover
	{
		display:block;
		width: 101px;
		height: 65px;
		background: url(images/homepage06c.jpg);
	}	
	
.regeln
	{
		display:block;
		width: 99px;
		height: 65px;
		background: url(images/homepage07.jpg);
	}
	
.regeln:hover
	{
		display:block;
		width: 99px;
		height: 65px;
		background: url(images/homepage07a.jpg);
	}	
	
.links
	{
		margin-left:200px;
	}	
	
#test
	{
		position:absolute;
		top:500px;
		right:250px;
		width:100px;	
		z-index:1;
	}		
	
