/*
 * main.css *
 * CSS-Style-Sheet for http://guitar-and-bass-academy-nrw.de
 *
 * Computer+Service Sven Putze
 * Giesenkirchener Str. 85
 * 41238 Mönchengladbach
 * info at cs-putze.de
 *
 */

/* Hauptseite inkl. HIntergrundbild*/
body{
	background-color:#ffffff;
	color:#e8e8e8;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana,sans-serif;
	font-size:11pt;
	background-image:url(../gfx/background.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px;
	z-index:1;
}

.logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
}

.neck{
	position:absolute;
	top:64px;
	right:5%;
	z-index:3;
	overflow:hidden;
}

.mgc{
	position:absolute;
	top:330px;
	width:200px;
	right:5px;
	color:#676787;
	background-color:#efefef;
	border-width:1px;
	border-color:#787878;
	border-style:solid;
	font-size:8pt;
	z-index:4;
	overflow:hidden;
}
.mgc a:link{
	color:#787898;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-color:#787898;
	border-width:thin;
	text-decoration:none;
}
.mgc a:visited{
	color:#787898;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-color:#787898;
	border-width:thin;
	text-decoration:none;
}
.mgc a:hover{
	color:#9898b8;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-color:#484868;
	border-width:thin;
	text-decoration:none;
}

.endorsed{
	position:absolute;
	top:350px;
	right:6%;
	z-index:4;
	overflow:hidden;
}

.framus{
	position:absolute;
	top:370px;
	right:3%;
	z-index:4;
	overflow:hidden;
}

.engl{
	position:absolute;
	top:464px;
	right:3%;
	z-index:4;
	overflow:hidden;
}

.monster{
	position:absolute;
	top:536px;
	right:4%;
	z-index:4;
	overflow:hidden;
}

.xotic{
	position:absolute;
	top:566px;
	right:8%;
	z-index:4;
	overflow:hidden;
}

.notion{
	position:absolute;
	top:650px;
	right:7%;
	z-index:4;
	overflow:hidden;
}


.banner{
	z-index:5;
	float:left;
}

.guitars{
	position:absolute;
	top:200px;
	left:30%;
	z-index:4;
	overflow:hidden;
}

.menu{

	position:absolute;
	color:#987878;
	top:60px;
	left:30%;
	font-family:Verdana,sans-serif;
	font-size:24pt;
	margin-left:30px;
	margin-right:30px;
	padding:0px;
	z-index:4;

}

.menu a:link{
	color:#b8a8a8;
	border-top-style:none;
	border-bottom-style:none;
	border-color:#ffffff;
	border-left-width:10px;
	border-left-style:solid;
	border-right-width:10px;
	border-right-style:solid;
	padding-left:5px;
	padding-right:5px;
}
.menu a:visited{
	color:#b8a8a8;
	border-top-style:none;
	border-bottom-style:none;
	border-color:#ffffff;
	border-left-width:10px;
	border-left-style:solid;
	border-right-width:10px;
	border-right-style:solid;
	padding-left:5px;
	padding-right:5px;
}
.menu a:hover{
	color:#b8a8a8;
	border-top-style:none;
	border-bottom-style:none;
	border-color:#b87878;
	border-left-width:10px;
	border-left-style:solid;
	border-right-width:10px;
	border-right-style:solid;
	padding-left:5px;
	padding-right:5px;
}
.menu a{text-decoration:none; }



.maincontent{

	background-color:#efefef;
	color:#787898;
	margin-left:15%;
	margin-right:15%;
	margin-top:220px;
	margin-bottom:40px;
	font-family:Verdana,sans-serif;
	font-size:11pt;
	padding-top:40px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
	border-width:1px;
	border-color:#787878;
	border-style:solid;

}

.maincontent a:link{
	color:#787898;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-color:#787898;
	border-width:thin;
	text-decoration:none;
}
.maincontent a:visited{
	color:#787898;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-color:#787898;
	border-width:thin;
	text-decoration:none;
}
.maincontent a:hover{
	color:#9898b8;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-color:#484868;
	border-width:thin;
	text-decoration:none;
}

.table01 td{
	text-align:left;
	vertical-align:top;
}

.table02 td{
	text-align:left;
	vertical-align:top;
	padding-top:9%;
}

.quote{
	background-color:#efefef;
	color:#787898;
	font-family:Verdana,sans-serif;
	font-style:italic;
	font-size:9pt;
}

/*
.photoright{
	border-width:1px;
	border-color:#787878;
	border-style:solid;
	font-family:Verdana,sans-serif;
	font-size:8pt;
	padding:0px;
	width:10%;
	margin-right:30px;

}
*/

.footer{

	background-color:#efefef;
	color:#787878;
	margin-left:15%;
	margin-right:15%;
	margin-top:5px;
	margin-bottom:40px;
	font-family:Verdana,sans-serif;
	font-size:11pt;
	padding:20px;
	border-width:1px;
	border-color:#787878;
	border-style:solid;

}

.footer a:link{
	color:#a8a8a8;
	border-width:1px;
	border-style:solid;
	border-color:#efefef;
	white-space:nowrap;
}
.footer a:visited{
	color:#a8a8a8;
	border-width:1px;
	border-style:solid;
	border-color:#efefef;
	white-space:nowrap;
}
.footer a{text-decoration:none; }
