html, body {
	background: #dcd6cb url(../images/bg_body.jpg) repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
	font-family: helvetica, arial, sans-serif;
	color: #222;
}

a {
	color: #0d5cad;
	text-decoration: none;
}

a:hover {
	color: #0d5cad;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.widthFix {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #1367bf url(../images/bg_header.jpg) repeat-x;
	width: 100%;
	height: 325px;
}

#header .logo {
	background: url(../images/gitarrenschule.png) no-repeat;
	width: 550px;
	height: 265px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .logo a {
	display: block;
	width: 495px;
	height: 95px;
}

#header .emotion {
	background: url(../images/gitarre.png) no-repeat;
	width: 390px;
	height: 299px;
	position: absolute;
	top: 0px;
	right: 20px;
}

#main {
	width: 100%;
	padding: 10px 0px 35px 0px;
}

#main .sidebar {
	width: 257px;
	padding: 0px 0px 0px 20px;
	float: left;
}


#mainNav {
	width: 257px;
	margin: 0px 0px 30px 0px;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainNav ul li {
	display: inline;
}

#mainNav ul li a {
	display: block;
	font-size: 138%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 0px 5px 22px;
	color: #222;
}

#mainNav ul li a:hover,
#mainNav ul li.current a,
#mainNav ul li.active a {
	background: transparent url(../images/arrow.png) no-repeat 0px 6px;
	color: #0d5cad;
}

#mainNav ul ul,
#mainNav ul li.current ul {
	padding: 0 0 10px 0;	
}

#mainNav ul ul li a,
#mainNav ul li.current ul li a,
#mainNav ul li.active ul li a {
	background: none;
	display: block;
	width: 227px;
	height: 14px;
	font-size: 118%;
	color: #222;
	text-decoration: none;
	line-height: 100%;
	padding: 5px 0px 8px 50px;	
}

#mainNav ul ul li a:hover,
#mainNav ul li.current ul li a:hover,
#mainNav ul li.active ul li a:hover,
#mainNav ul li.active ul li.active a {
	background: none;
	color: #0d5cad;
}


#main .content {
	width: 663px;
	padding: 0px 0px 0px 40px;
	float: left;
	font-size: 94%;
}

#main .content h1 {
	font-size: 160%;
	margin: 0px 0px 10px 0px;
}

#main .content h2 {
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}

#main .content p {
	margin: 0px 0px 10px 0px;
}

#main .content .boxColumn {
	width: 663px;
	padding: 20px 0px 0px 0px;
}

#main .content .box {
	width: 324px;
	padding: 130px 15px 0px 0px;
	float: left;
}

#main .content .bastian {
	background: url(../images/bastian-elben.png) no-repeat;
}

#main .content .rookie {
	background: url(../images/anfaenger.png) no-repeat;
}

#main .content .pro {
	background: url(../images/fortgeschritten.png) no-repeat;
	padding: 130px 0px 0px 0px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat 20px 0px;
	width: 960px;
	height: 150px;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #fff;
}

#footer .address {
	background: url(../images/bastian-anschrift.png) no-repeat;
	width: 160px;
	padding: 40px 0px 0px 0px;
	position: absolute;
	top: 20px;
	left: 40px;
}

#footer .contact {

	width: 255px;
	padding: 40px 0px 0px 0px;
	position: absolute;
	top: 20px;
	left: 240px;
}

#footer .footerNav {
	position: absolute;
	top: 20px;
	right: 130px;
}

#footer .copyright {
	font-size: 75%;
	line-height: 125%;
	text-align: right;
	position: absolute;
	top: 71px;
	right: 130px;
}

#footer .video {
	width: 257px;
	position: absolute;
	bottom: 185px;
	left: 20px;
	text-align: center;
	font-weight: normal;
}

#footer .video a {
	color: #0d5cad;
}

#footer .moduletable {float: left;}
#footer .moduletable ul {margin: 0; padding: 0; list-style-type: none;}

.clear {
	clear: both;
}
