/*
CSS für "Music Lounge"
2008 by David de Iorio www.pixeltango.ch
*/

* { margin: 0px; padding: 0px; }

html { height: 101%; }

body {
	background-image: url(../layout_images/punkte_mini.gif);
	font-family: verdana, arial, helvetiva, sans-serfi;
	font-size: small;
	line-height: 1.3em;
}

a { text-decoration: none; }
p a {text-decoration: underline; }

a:link, a:active, a:visited, a:focus { color: #cc6633; }

a:hover { color: #da9c5b; }

li {
	list-style-type: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../layout_images/bg_med.gif);
	background-repeat: repeat-y;
	width: 622px;
}

#header {
	padding: 215px 35px 0px 35px;
	margin-bottom: 15px;
	font-size: 140%;
	line-height: 105%;
	color: black;
}

#header a {
	color: #D87647;
}

#main {
	background-image: url(../layout_images/bg_top.jpg);
	width: 622px;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	min-height: 800px;
}


#main img {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	padding: 1px;
	border: thin solid black;
}

.bands {
	color: #D87647;
	text-decoration: none;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 35px;	
}

.style {
	padding-left: 20px;
	font-size: 80%;
}

.from {
	padding-left: 20px;
	font-size: 80%;
}

.formfields { 
	width: 180px;
	border: 1px solid #888888; 
	overflow: hidden 
}

#footer {
	font-size: 70%;
	color: black;
	background-image:url(../layout_images/bg_bottom.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 622px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	padding: 0px 20px 40px 450px;
}

#footer a {
	text-decoration: none;
}

h1 {
	font-size: 110%;
	padding: 0px 35px 5px 35px;
}

h2 {
	font-size: 100%;
	color: #D87647;
	font-weight: bold;
	padding: 10px 35px 10px 35px;
}

p {
	padding-left: 35px;
	padding-right: 35px;
}

#main #contactform {
	padding-left: 35px;
	padding-right: 35px;
}

#band_dtls {
	padding-left: 35px;
	padding-right: 35px;
}

.band_details {
	min-height: 150px;
}

.vote_form {
	padding-top: 10px;
}

.vote_form a:hover { color: #cc6633; }


.votebutton {

}

.votebutton:hover { cursor: pointer; }

.tipp { font-size: 80%; }

#auswertung td { 
	padding-right: 10px;
}

.bandinfo { margin-left: 170px; }

