html {
	overflow-y: scroll;
}

body  
{
	text-align: center;
	background-color: #272D32;
	font-family:Georgia;
	color:#FFFFFF;
}

a:link, a:active, a:visited  
{
	text-decoration: none;
	color:#FFFFFF;
}

a:hover  
{
	text-decoration: underline;
}

.page  
{
	text-align: left;
	margin:20px auto 10px;
	border:1px solid #AFAFAF;
	padding:10px;
	width:1040px;
	background-color:#2C1714;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;     
	-moz-box-shadow: 6px 6px 20px #000000;
    -webkit-box-shadow: 6px 6px 20px #000000;
    box-shadow: 6px 6px 20px #000000;
	clear:both;	
}
			
.logo  {
	margin:0px;
	border:0px;
	padding:0px;
	width:250px;
	height:220px;
	background-color:#2C1714;
	float:left;
	display:inline;
}
			
.title  
{
	margin:0px;
	border:0px;
	padding:0px;
	width:750px;
	height:220px;
	background-color:#2C1714;
	float:left;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	display:inline;
	text-shadow: 6px 6px 10px #000000;
}
			
.empty  
{
	margin:0px;
	border:0px;
	padding:0px;
	width:200px;
	height:30px;
	background-color: #2C1714;
	float:left;
	display:inline;
}
			
.tab_passive  
{
	margin:0px 0px 0px 2px;
	border:0px;
	padding:7px 10px;
	width:178px;
	height:16px;
	background-color: #272D32;
	background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#161616), color-stop(0.5, #1C1C1C), color-stop(0.5, #1C1C1C));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#252525, endColorstr=#161616);	
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;				
	-webkit-border-top-right-radius:10px;				
	float:left;
	display:inline;
	text-align: center;
}
			
.tab_active  
{
	margin:0px 0px 0px 2px;
	border:0px;
	padding:7px 10px;
	width:178px;
	height:16px;
	background-color: #252525;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;				
	-webkit-border-top-right-radius:10px;	
	float:left;
	text-align: center;
	display:inline;
}
			

.menucontainer  
{
	margin:0px;
	border:0px;
	padding:0px;
	width:200px;
	float:left;
	display:inline;
}

.menu  
{
	margin:0px;
	border:0px;
	padding:10px;
	width:180px;
	background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#1F1F1F), color-stop(0.5, #1C1C1C), color-stop(0.5, #1C1C1C));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#252525, endColorstr=#1F1F1F);	
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;				
	-webkit-border-bottom-left-radius:10px;
	background-color: #252525;	
}

.info  
{
	margin:0px;
	border:0px;
	padding:10px;
	width:180px;
}
								
.content  
{
	margin:0px;
	border:0px;
	padding:20px;
	width:800px;
	min-height: 500px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;				
	-webkit-border-bottom-right-radius:10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#161616), color-stop(0.5, #1C1C1C), color-stop(0.5, #1C1C1C));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#252525, endColorstr=#161616);	
	float:left;
	display:inline;
	background-color: #252525;
}
			
.copyright  
{
	margin:15px auto 20px;
	border:0px;
	padding:0px;
	width:1000px;
	font-size:small;
}
			

.copyright_left
{
	text-align:left; 
	width:50%; 
	float:left;
	display:inline;
}

.copyright_right
{
	text-align:right;
	width:50%;
	float:left;
	display:inline;
}
			
a.menulink:link, a.menulink:active, a.menulink:visited  
{
	display:block;
	font-weight: bold;
	font-size:medium;
}
		
font.menutext  
{
	color:#0088CC;
	font-weight: bold;
	font-size:medium;
}	

a.contentlink:link, a.contentlink:active, a.contentlink:visited  
{
	color:#0088CC;
	font-weight: bold;
	font-size:small;
}


.titleBlock  {
		margin-top:0px;
		margin-bottom:20px;
		width:680px; 
		background-color:#1E1E1E;
		height:40px; 
		border:1px solid #666666; 
		padding: 0px 10px; 
      	background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#161616), color-stop(0.5, #1C1C1C), color-stop(0.5, #1C1C1C));
      	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#252525, endColorstr=#161616);				
      	-moz-border-radius:5px;
		-webkit-border-radius:5px;				
	} 		  
 	
.titleText {
 		position:relative;
 		top:30%;
		float:left;
		width:100%;
		text-align:center;
		font-size:medium;
 	}
 	
.vorstandPicture {
		padding:10px;
		background-color:white;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
		width:200px;
		display:inline;
		float:left;
	}
.vorstandText {
		padding:40px 0px 0px 0px;;
		width:460px;
		float:left;
		display:inline;
		font-size:medium;
		text-align: left;
	}
	
.vorstandMember  {
		clear:both;
		width:700px;
		padding:20px 0px;
	}
	
.vorstandStrongFont  {
		color:#165871;
		font-weight:bold;
	}


.homeEntry  {
	margin-top:20px;
	margin-bottom:20px;
}
	
.homeEntryHeader { 
	width:680px; 
	background-color:#1E1E1E;
	height:40px; 
	border:1px solid #666666; 
	padding: 0px 10px; 
    background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#161616), color-stop(0.5, #1C1C1C), color-stop(0.5, #1C1C1C));
    -moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;				
	-webkit-border-top-right-radius:5px;	 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#252525, endColorstr=#161616);
	font-size:16px;
}

      		  
.homeEntryBody { 
	background-color:#242E4A;
  	width:680px; 
  	padding:10px;
	border-top:0px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#343F5E), to(#1D2640), color-stop(0.5, #2E3956), color-stop(0.5, #2E3956));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#343F5E, endColorstr=#1D2640);
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;				
	-webkit-border-bottom-right-radius:5px;
	text-align: left;
	font-size:16px;
	font-family:Georgia;
}

 	
.homeEntryHeaderTitle {
 	position:relative;
 	top:30%;
	float:left;
	width:50%;
	text-align:left;
}
 	
.homeEntryHeaderText  {
	position:relative;
	top:30%;
	float:left;
	width:50%;
	text-align:right;
}

.private  {
	display:none;
	float:right;
}

.emailLink:link, .emailLink:active, .emailLink:visited {
	color:#0088CC;
}	
			
			
#homeEntries { list-style-type: none;}
.handle{width:18px; height:15px; float:right;cursor:pointer;}
.homeEntriesPlaceholder{background-color:#888888;width:700px; -moz-border-radius:5px;-webkit-border-radius:5px;}

.linkEntry {
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}	

.linkEntry:hover {
	background-color:#165871;;
	cursor:pointer;
}	

.linkEntryImage  {
	height:50px;
	width:220px;
	float:left;
}
.linkEntryLink  {
	width:240px;
	float:left;
	text-align:left;
	padding-top:17px;
}




		
