/*
style.css by Christoph Baur alias bumuckl
*/

	#fullscreen {
		background-color: #ffffff;
	}
	
	a, a:visited, a:active, a:link {
		/* font-family is inherited */
		font-weight: normal;
		color: #666666;
		text-decoration: none;
		
		/*anything else is inherited*/
	}
		
	a:hover {
		color: #999999;
		
		/*anything else is inherited*/
	}
	
	p {
		margin-left: 0px;
		margin-right: 0px;
	}

	/* DIV BOXES */
	
	.logocolumn {
		width: 200px;
	}
	
	.pagetitlecolumn {
		margin: 0px; /*automatically fills up to 100% page width*/
	}
	
	.menucolumn {
		width: 200px;
	}
	
	.contentcolumn {
		margin: 0px; /*automatically fills up to 100% page width*/
	}
	
	.thisismyleftcolumn {
		width:30%;
	}
	.thisismyrightcolumn {
		width: 70%;
	}
	
	/*MENU */
	
	.menu_vertical ul li {
		height: 40px;
		line-height: 40px;
	}
	
	.menu_vertical a, .menu_vertical a:link, .menu_vertical a:active, .menu_vertical a:visited {
		height: 40px;
		line-height: 40px;
		
		text-indent: 10px;
		
		background-color: #ffffff;
		border-top: 1px dotted #999999;
	}
	
	.menu_vertical a:hover {
		background-color: #ffffff;
	}
	
	/* TITLE */
	.title {
		height:100px;
		line-height:100px;
		
		font-size: 48px;
	}
	
	/* LANG */
	
	a, a:visited, a:active, a:link {
		/* font-family is inherited */
		font-weight: normal;
		color: #666666;
		text-decoration: none;
		
		/*anything else is inherited*/
	}
		
	a:hover {
		color: #999999;
		
		/*anything else is inherited*/
	}
