* {
	margin:		0;
	padding:	0;
}
a {
	color: 				#000;
	font-weight:		bold;
	text-decoration:	none;
}
a img {
	border: 0;	
}
body {	
	font-size:	15px;
	height:		100%;
}
h1 {
	margin-bottom: 10px;
}
h1 span {
	display: none;
}
html {
	height:		100%;
	min-height:	auto;
}
#loginForm button, #loginForm .button {
	background: #fff;
	border:		1px solid #ccc;
	margin:		10px;
	padding:	5px 10px;	
}
#loginForm label {
	display:	block;
	float:		left;
	width:		150px;
}
.leftFrame, #leftFrame, #loginForm {
	float:	left;
	margin: 20px 0 20px 70px;
	width:	600px;
}
#loginForm .error {
	border: 1px solid red;
	color: 	red;
	margin: 10px;	
}
#loginForm .success {
	border: 1px solid green;
	color: 	green;
	margin: 10px;			
}
.mainFrame {
	background: transparent url('./../images/BodyBg.png') repeat-y;
	width:		1000px;
}
#mainMenu {
	background: 		transparent url('./../images/NaviBg.png') no-repeat;
	float: 				left;
	list-style-type:	none;
	text-align:			center;
	width:				100%;	
}
#mainMenu li {
	float:	left;	
	margin:	10px 10px 10px 10px;
}
#mainMenu li a {	
	display: 			block;
	line-height:		40px;
	text-decoration:	none;
}
#mainMenu li a span {
	visibility: hidden;
}
#mainMenu li.C-D--DASH a {
	background: transparent url('./../images/CDDNavBg.png') no-repeat left top;
	width:      150px;
}
#mainMenu li.Community a {
	background: transparent url('./../images/CommunityNavBg.png') no-repeat left top;
	width:      150px;
}
#mainMenu li.Film a {
	background: transparent url('./../images/FilmNavBg.png') no-repeat left top;
	width:      75px;
}
#mainMenu li.first {
	margin-left: 120px;
}
#mainMenu li.Forum a {
	background: transparent url('./../images/ForumNavBg.png') no-repeat left top;
	width:      95px;
}
#mainMenu li.Home a {
	background: transparent url('./../images/HomeNavBg.png') no-repeat left top;
	width:      90px;
}
#mainMenu li.Musik a {
	background: transparent url('./../images/MusikNavBg.png') no-repeat left top;
	width:      95px;
}
#rightFrame {
	background: transparent url('./../images/ContainerRightContentBg.png') repeat-y;
	float:	right;
	margin: 0 70px 20px 0;
	width:	248px;
}
#rightFrame ul {
	margin:		0 13px 0 30px;
	font-size:	13px;
}