/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @change Muntean in Version 0.2
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #cccccc;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link 				{ text-decoration: none; font-size: 12px; text-transform: uppercase; color: #666666; }
a:active 			{ text-decoration: none; font-size: 12px; text-transform: uppercase; color: #66ff33; }
a:visited 			{ text-decoration: none; font-size: 12px; text-transform: uppercase; color: #666666; }
a:hover 			{ text-decoration: none; font-size: 12px; text-transform: uppercase; color: #66ff33; }



#menu li.active a 	{ text-decoration: none; font-size: 12px; text-transform: uppercase; color: #666666; background-color: #66ff33; }

a img { border: none; }

/*hier ganze Menu-Flaeche*/

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 100%;
	background-color: none; /*cccccc*/
	text-align: left;
	line-height: 18px;
}

#menu ul {
	list-style: none;
	margin: 0 15px 12px 0; /*: Opx Rpx Upx Lpx*/
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 35px 0 0 300px; /*215*/
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px; 
}

#content p { width: 650px; /*width: 400px;*/ margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 24px; font-family: Arial, sans-serif; font-weight: bold;}
h2 { font-size: 18px; font-family: Arial, sans-serif; font-weight: bold;}
h3 { font-size: 14px; font-family: Arial, sans-serif; font-weight: bold;}
h4 { font-size: 12px; font-family: Arial, sans-serif; font-weight: bold;}
h5 { position: absolute; left: 700px; top: 40px; }  /* video 2*/

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*NEW-MuAl LOGOimg head*/
.top-section {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#xhb {
	margin-top:250px;
	color:#999;
	font-size: 10px;
}
#xhb a:link 		{ text-decoration: none; font-size: 10px; text-transform: uppercase; color: #999; }
#xhb a:active 		{ text-decoration: none; font-size: 10px; text-transform: uppercase; color: #66ff33; }
#xhb a:visited 		{ text-decoration: none; font-size: 10px; text-transform: uppercase; color: #999; }
#xhb a:hover 		{ text-decoration: none; font-size: 10px; text-transform: uppercase; color: #66ff33; }
