﻿@charset "UTF-8";

/*
CSS-Regeln für die Homepage der Nevada Country Band
Autor: Denise Rankwiler
letzte Änderung: 27.03.2009
*/




/* _______________________________________________________________________________*/






/* Layout-Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	text-align: center;
	}

#header {
	height: 179px;
	width: 800px;
	position: relative;
	float: left;
	}

#nav {
	background-color: #000000;
	width: 273px;
	margin-left: -45px;
	position: absolute;
	text-align: left;
	left: 0px;
	top: 179px;
	right: 0px;
	bottom: 0px;
	line-height: 20pt;
	}



*+html #nav {margin-left: -5px;}	/* IE7-Fix */
* html #nav {margin-left: -5px;}	/* IE6-Fix */


#nav a:hover {
	background-color: #694B2F;
	}


#nav li  {
	width: 224px;
	float: left;
	list-style-type: none;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-left: 10px;
	background-color: #000000;
	border-width: 1px;
	border-style: none;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	}	 

#content {
	position: absolute;
	top: 179px;
	right: 0px;
	bottom: 0px;
	left: 229px;
	color: #000000;
	text-align: left;
	}

p {
	margin-top: 20px;
}


#form {
	position: relative;
	z-index: 1000;
	}

#text {
	background-color: #FFFFFF;
	position: relative;
	line-height: 20px;
	padding: 20px;
	bottom: 0px;
	}

#footer {
	clear: both;
	float: right;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	right: 0px;
	bottom: 0px;
	}


#footer  a, #unternav a {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	}
	
#footer  a:hover, #unternav a:hover {
	text-decoration: underline;
	}

#home #home_btn,
#whoiswho #whoiswho_btn,
#konzerte #konzerte_btn,
#medien #medien_btn,
#cds #cds_btn,
#links #links_btn,
#gaestebuch #gaestebuch_btn,
#kontakt #kontakt_btn,
#impressum #impressum_btn     {
	background-color: #694B2F;
	border-top-width: 1px;
	border-top-style: solid;
	}







/* Registerkarten */

	
#home #home_btn a:hover,
#whoiswho #whoiswho_btn a:hover,
#konzerte #konzerte_btn a:hover,
#medien #medien_btn_btn a:hover,
#cds #cds_btn a:hover,
#links #links_btn a:hover,
#gaestebuch #gaestebuchbtn a:hover,
#kontakt #kontakt_btn a:hover,
#impressum #impressum_btn a:hover    {
	background-color: #694B2F;
	}






/* Allgemeine Tags */


h1 {
	font-size: 18px;
	}


h2 {
	font-size: 36px;
	}
#nav a {
	height: 15px;
	padding: 3px;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	}
a {
	text-decoration: none;
	color: #4E3C28;
}

a:visited {
	color: #666666;
	}

h3 {
	font-weight: bold;
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	font-size: 13px;
}

ul {
	margin: 0px; }
	
.grau {
	background-color: #eaeaea;
}
#pressebilder td {
	text-align: center;
}


#konzerte td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#konzerte table p {
	margin: 0;
	margin-bottom: 10px;
	}


.datum {
	vertical-align: top;
	font-weight: bold;
	width: 17%;
}

.beschreibung {
	vertical-align: top;
	width: 50%;
}

.art {
	vertical-align: top;
	width: 18%;
}

.zeit {
	vertical-align: top;
	width: 15%;
}

#print {
	display: none;
	}
	
	
#drucken {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}

