/* CSS Document */

/*
font-family: 'Questrial', sans-serif;


*/

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

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body	{
	background-image: url(../images/bg_annotubak.png);
	background-attachment: fixed;
}

h1, h2, h3	{
	font-family:'Questrial', Arial, Helvetica, sans-serif;
	padding:5px 0;
}

h1	{  margin-top: 12px; }

h5	{
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#topnav h5	{
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 30px;
	display: inline;
}


p	{
	font-family:'Questrial', Arial, Helvetica, sans-serif;
	font-size:16px; line-height:160%;
}
			   
#wrapper	{
	width: 900px;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto -30px;
	padding:0 30px;
}

#top	{ height: 190px; }

#logo		{ float:left; margin:30px 0 0 0; padding: 0;}

#logo a		{ float:left; margin: 0 0 0 -6px; padding: 0;}

#topnav		{ 
	width: 600px;
	float: right;
	margin-top: 142px; }

#topnav ul		{ text-align: links ; }

#topnav ul li 	{ display:inline; list-style-type:none; padding: 0 0 0 85px; font-size: 20px; }

a	{
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding:20px 25px;
}

a:link		{ color:#000 }
a:visited	{ color:#000 }
a:active	{ color: #FE9247 }
a:hover		{ color: #FE9247 }
a:focus		{ color: #FE9247 }

#content {
	padding: 30px 0 20px 0; 
	margin: 0 0 40px 0;
}

tr { text-align: left; }

td	{
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	line-hight: 26px;
	vertical-align: top;
}

#bandgallery {
	margin-left: -10px; 
	margin-top: -17px;
}

#bandgallery a {
	margin: 0; padding: 0;
}

#gastmusiker {
	margin-top: 20px;
	margin-left: -10px;
}

#remo {
	margin-top: 20px;
	margin-left: -10px;
}

#remo a	{ margin: 0; padding: 0; border: 0; }

#dudeneintrag {
	margin: 70px 0 100px 0; 
	padding: 30px 30px;
	border: 1px;
	border-style: solid;
	border-color: #000;
}
				
#dudeneintrag p{
	font-size: 18px;
	text-align: justify;
}

#kontakt {
	margin-top: 150px;
	padding-top: 50px;
}

#kontakt a {
	margin: 0px; padding: 0px;
	line-height: normal;
}


#minheight {
	height:50px;
	clear:both;
}
	
#footer	{
	position:absolute;
	bottom:0px !important;
	width:900px;
	height:50px;
	margin:10px auto 0 auto;
	padding-top: 5px;
	border-top: 1px #000 solid;
}

#footer	p	{ text-align:center; font-size:12px; line-height:160%; }
 