/* CSS Style Sheet songriders.de by pbis media */

* { padding: 0; margin: 0; } /* Alles auf Null */

body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	background-color: #818181;
	color: gray;
}

h1 {
	text-align: right;
	font-family: 'Smokum', cursive;
	font-size: 75px;
	font-weight: bold;
	margin: 50px 30px 0px 0px;	
	color: white;
	}
	
h2 {
	font-family: 'Smokum', cursive;
	font-size: 38px;
	font-weight: normal;
	line-height: 38px;
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	margin-bottom: 14px;
	color: gray;
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 22px;
	font-style: bold;
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 15px;
}


p {
	margin-bottom: 14px;	
	}

a {
	color: gray;
	}
	
#einband {
	background-image: url(graphics/111120-mike-and-the-songriders-main-bg01.jpg);
	background-repeat: no-repeat;
	background-color: white;
	margin: 10px auto 50px auto;
	padding-top: 15px;
	width: 1000px;
	}
	
#inhalt {
	width: 620px;
	background-image: url(graphics/semitransparent-bg.png);
	background-color: transparent;
	margin-top: 60px;
	margin-left: 40px;
	padding: 20px;
	}

#fbbox {
	float: right;
	margin-top: 145px;
	width: 290px;
	}
	
#navigation {
	float: right;
	margin-top: 150px;
	width: 250px;
	}
	
#navigation ul li {
	list-style-type: none;
	}
	
#navigation a {
	font-family: 'Smokum', cursive;
	font-size: 32px;
	line-height: 38px;
	color: gray;
	text-decoration: none;
	}


#startnavigation {
	margin: 40px 0px 40px 0px;
	width: 620px;
	}
	
#startnavigation ul li {
	list-style-type: none;
	}
	
#startnavigation a {
	font-family: 'Smokum', cursive;
	font-size: 32px;
	line-height: 38px;
	color: gray;
	text-decoration: none;
	}


#highlightbox {
	margin: 20px 0px 20px 0px;
	padding: 20px 10px 20px 10px;
	background-color: lightgray;
}



#fusszeile {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;	
	}

.right {
	float: right;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	}