/* 	Style Sheet für www.musikundlichtservice.de
		Copyright 10/2006 Janko Ramuscak */
		
/* Innen- und Außenränder zurücksetzen */
* {padding: 0; margin: 0;}

#content_wir,
#content_leistungen,
#content_referenzen, 
#content_kontakt,
#content_newsletter{
	color: rgb(42,42,42);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: rgb(38,38,38);
}

#wrapper {
	background-color: white;
	width: 700px;
	height: 500px;
	margin: 50px auto auto auto;
}

#textbereich {
	text-align: justify;
	float: left;
	width: 328px;
	height: 475px;
	padding: 20px 15px 5px 15px;
	background-image:url(images/mls_links.png)
}


#bildundnavi {
	float: right;
	width: 342px;
}

#content_wir #bildkasten {
	float: left;
	width: 222px;
	height: 500px;
	background-image:url(images/bild_wir.png);
	background-repeat: no-repeat;
	border-left: 1px solid rgb(168,168,168);
}

#content_leistungen #bildkasten {
	float: left;
	width: 222px;
	height: 500px;
	background-image:url(images/bild_leistungen.png);
	background-repeat: no-repeat;
	border-left: 1px solid rgb(168,168,168);
}


#content_referenzen #bildkasten {
	float: left;
	width: 222px;
	height: 500px;
	background-image:url(images/bild_referenzen.png);
	background-repeat: no-repeat;
	border-left: 1px solid rgb(168,168,168);
}

#content_kontakt #bildkasten {
	float: left;
	width: 222px;
	height: 500px;
	background-image:url(images/bild_kontakt.png);
	background-repeat: no-repeat;
	border-left: 1px solid rgb(168,168,168);
}

#content_newsletter #bildkasten {
	float: left;
	width: 222px;
	height: 500px;
	background-image:url(images/bild_kontakt.png);
	background-repeat: no-repeat;
	border-left: 1px solid rgb(168,168,168);
}

.textlink {
	padding: 10px 10px 10px 0;
}

#textbereich li {
		text-align: right;
		list-style-type: none;
}




a {
		color: rgb(0,0,0);
		font-size: 9pt;
		font-weight: 800;
		text-decoration: none;
}


a:link {
		text-decoration: none;
}

a:visited {
		text-decoration: none;
}

a:hover {
		text-decoration: none;
}

a:focus {
		text-decoration: none;
}

a:active {
		text-decoration: none;
}






#navibereich {
	float: right;
	width: 118px;
	height: 410px;
	padding-top: 90px;
	border-left: 1px solid rgb(42,42,42);
	background-image:url(images/mls_rechts.png)
}

#newsmonat {
	color: rgb(42,42,42);
	font-size: 7pt;
	font-weight: 100;
}

#navibereich li {
		text-align: right;
		list-style-type: none;
		width: 105px;
		padding: 0 3px 0px 0px;
		margin: 0 0 16px 0;
}

#normal {
		border: none;
}

#highlight {
		border: 1px solid rgb(65,65,65);
		border-left: 2px solid rgb(168,168,168);
}


#navibereich #newsletter {
		margin: 50px 0 0 0;
}

#navibereich #newsmonat {
		margin: 0 0 0 0;
}

#navilogo {
		margin: 140px 0 0 20px;
}

#navibereich #normal a {
		color: rgb(107,107,107);
		font-size: 8pt;
		font-weight: 800;
		letter-spacing: 1px;
		word-spacing: 1pt;
		text-decoration: none;
}

#navibereich a,
#navibereich #highlight a {
		color: rgb(0,0,0);
		font-size: 8pt;
		font-weight: 800;
		letter-spacing: 1px;
		word-spacing: 1pt;
		text-decoration: none;
}


#navibereich a:link {
		text-decoration: none;
}

#navibereich a:visited {
		text-decoration: none;
}

#navibereich a:hover {
		text-decoration: none;
}

#navibereich a:focus {
		text-decoration: none;
}

#navibereich a:active {
		text-decoration: none;
}


p {
	margin: 12px 0 2px 0;
} 

h1 {
	font-size: 10pt;
	font-weight: bold;
}

.normaltext {
	font-size: 9pt;
	font-weight: 100;
}

.kleiner {
	font-size: 8pt;
	font-weight: 100;
}

