﻿body
{
	font-size: 12px;
	font-family: "Courier New", Courier, Monospace;
	background-image:url('Pictures/background.gif');
	background-repeat: repeat;
	background-position:left top;
	position: relative;
	line-height: 1.5;
}

#backgroundthings
{
	background-image:url('Pictures/backgroundthings.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 1024px;
	height: 1417px;
	z-index: 1;
}

#center
{
	position:absolute;
	left: 50%;
	width: 100px;
	margin-left: -500px;
}

#logo
{
	background-image:url('Pictures/gemeinsamallein.png');
	background-repeat:no-repeat;
	position: absolute;
	left: 200px;
	top:0px;
	width: 706px;
	height: 398px;
	z-index:2;
}

#zelluloid
{
	background-image:url('Pictures/zelluloid.png');
	background-repeat: no-repeat;
	position: absolute;		
	z-index: 3;
	height: 1064px;
	width: 264px;
	left: 50px;
	top: 40px;

}

#menu
{
	background-image: url('Pictures/navlines.png');
	background-repeat: no-repeat;
	width: 574px;
	height: 40px;	
	z-index: 3;
	left: 316px;
	top: 240px;
	position: absolute;
	
}

#contentBox
{
	background-image: url('Pictures/contentlines.png'); 
	background-repeat: repeat-y;
	width: 574px;
	left: 316px;
	top: 290px;
	z-index: 3;	
	position: absolute;
}

#contentlinestop
{
	background-image: url('Pictures/contentlinestop.png');
	background-repeat: no-repeat;
	width:570px;
	height:16px;
}

#contentlinesbottom
{
	background-image: url('Pictures/contentlinesbottom.png');
	background-repeat:  no-repeat;
	width:570px;
	height:16px;

}



#contextBoxText
{
	margin: 20px;
	
}

.nav
{
	color:black;
	text-decoration:none;
	font-weight: bold;
}

.navSelected
{
	color: #00adef;
	text-decoration:none;	
	font-weight: bold;
}

.navDiv
{
	float: left;
	padding-left: 15px;	
	margin-right: 15px;
	margin-top: 12px;
}


h1
{
	color: #00adef;
	text-transform: uppercase;	
	font-size: 12px;	
	font-weight: bold;
}

a:hover
{
	color:#00adef;
}

a:active	
{
	color:#00adef;
}

a:visited
{
	color:#00adef;
}