/* CSS Dokument ..................................................................................................................................*/

* {
	margin:0;
	padding:0;
	border:none;
	outline:none
}
body {
	background:#000;
	height:100%;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
#brand {
	padding:20px;
}
#brand h1 {
	font-size:28px;
	color:#fff;
	text-shadow: 0px 2px 3px #555;
}
#brand h1 span {
	font-weight: 400;
	font-size:28px;
	color:#CCC;
	background-color:000;
	margin-left:10px;
}
#navi {
	width:250px;
	margin-top:40px;
	}
#navi ul li {
	list-style:none;
	display:block;
	height:40px;
	line-height:40px;
	background-image:url(../img/li_bg.png);
	background-repeat:repeat-x;
	padding-bottom:5px;
}
#navi ul li a:link, #navi ul li a:visited {
	text-decoration:none;
	color:#FFF;
	padding-left:20px;
	font-weight: 400;
	font-size:18px;
	text-shadow: 0px 2px 3px #000;
	
}

#navi ul li a:hover, #navi ul li a:active {
	text-decoration:none;
	color:#6CF;
}

#iframe h1  {
	font-family: 'Lato', sans-serif ;
	font-weight: 400;
	font-size:28px;
	color:#6CF;
	margin:0px 0px 20px 0px;
}

#iframe h2  {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:24px;
	color:#FFF;
	margin:15px 0px 10px 0px;
}

#iframe ul li  {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:18px;
	color:#FF9;
	text-transform:uppercase;
	margin-bottom:5px;
}

#iframe p  {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:16px;
	color:#FF9;
	text-transform:uppercase;
	margin-bottom:5px;
}

#iframe ul li span, #iframe p span {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color:#FFC;
	text-transform:lowercase;
}

#iframe p a:link {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color:#FFC;
	text-transform:lowercase;
}
