html, body { 
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   line-height: 1.2em; 
   background-color: #000;
}

body {
	border: none;
	line-height: 1.6em;
}

#page {
	width: 1001px; 
	margin-top: 0;
	min-height: 1000px;
	margin-left: auto; 
    margin-right: auto; 
	background: #000 url('img/bg_main.jpg') no-repeat center 20px;
}

#page_start {
	width: 1001px; 
	min-height: 1000px;
	margin-left: auto; 
    margin-right: auto; 
}

#start {
	margin-top: 32px;
	width: 1001px; 
	min-height: 800px;
}

#nav {
	position: relative;
	top: 240px;
	left: 12px;
	width: 1001px;
	height: 29px;
}

#content {
	position: relative;
	top: 250px;
	left: 58px;
	width: 800px;
	min-height: 400px;
	text-align: left;
	color: #bab0a0;
}

#tourdaten {
	position: relative;
	top: 10px;
	left: 830px;
	width: 160px;
	height: 220px;
	z-index: 5;
}

#impressum {
	position: relative;
	top: 60px;
	left: 845px;
	width: 100px;
	height: 50px;
}



/* Allgemein */

a, a:link, a:visited { 
	color: #bab0a0;  
	text-decoration: underline;
}

a:hover, a:active { 
	text-decoration: none; 
}

img {
	border: none;
	margin: 0;
}

table, td, tr {
	border: none;
}

/* Navi */

#nav a {
	border: none;
	text-decoration: none;
	display: block;
}

#nav ul {
	height: 29px;
}

#nav li {
	float: left;
	height: 29px;
	overflow: hidden;
}

#nav a {
	background: transparent url(img/bg_nav.jpg) no-repeat top left;
	padding-top: 100px;
}

#nav li.n1 {
	width: 78px;
}
#nav .n1 a {
	background-position: 0px 0px;
}
#nav .n1 a:hover, #nav .n1 a.sel {
	background-position: 0px -29px;
}

#nav li.n2 {
	width: 126px;
}
#nav .n2 a {
	background-position: -78px 0px;
}
#nav .n2 a:hover, #nav .n2 a.sel {
	background-position: -78px -29px;
}

#nav li.n3 {
	width: 98px;
	margin-left: 116px;
}
#nav .n3 a {
	background-position: -204px 0px;
}
#nav .n3 a:hover, #nav .n3 a.sel {
	background-position: -204px -29px;
}

#nav li.n4, #nav .sel a  {
	width: 124px;
}
#nav .n4 a {
	background-position: -302px 0px;
}
#nav .n4 a:hover, #nav .n4 a.sel {
	background-position: -302px -29px;
}

#nav li.n5 {
	width: 117px;
}
#nav .n5 a {
	background-position: -426px 0px;
}
#nav .n5 a:hover, #nav .n5 a.sel {
	background-position: -426px -29px;
}

/* Formatierung */

.party #content {
	width: 680px;
}
.kontakt #content {
	width: 644px;
}

.voting input.chkbox {
	border: none;/*1px solid #666;*/
	vertical-align: middle;
	line-height: 18px;
}

.tourdaten th {
	text-align: left;
}
.tourdaten td {
	border-top: 1px dotted #555;
}
.tourdaten td {
	vertical-align: top;
	padding: 5px 5px 10px 0;
	line-height: 1.15em;
}


p {
	color: #bab0a0;
	font-size: 12px;
	line-height: 1.25em;
}

p.big {
	font-size: 15px;
}

h1, h2 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 14px;
}

input.em {
	border: 1px solid #ccc;
	background-color: transparent;
	padding: 2px;
	margin-right: 4px;
	color: #fff;
}

.box {
	float: left;
	width: 100%;
}
.w50 {
	width: 50%;
}
.w33 {
	width: 30%;
}

.clear {
	clear: both;
	margin: 0;	
	padding: 0;
}
