/*
CSS (c) by Space24.at
*/

* {
	margin:0;
	padding:0;
}

body{
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.default_table{
    border-bottom:1px dashed #000000;
	border-left:1px dashed #000000;
	border-right:1px dashed #000000;
}

table.default_table th{
	background:#000000;
	color:#ffffff;
}

table.default_table2{
    border-bottom:1px solid #000000;
}



p{

}

ul.normal{
	margin-left:20px;
}

ul.normal li{
	margin-bottom:3px;
}

h1{
	color:#CC0000;
	font-size:18px;
	padding-top:0px;
	font-weight: bold;
	background-image: url(../images/bg/h1_star.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
h2{
	color:#CC0000;
	font-size:15px;
	background-image: url(../images/bg/h2_star.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
h3{
	color:#CC0000;
	font-size:13px;
	background-image: url(../images/bg/h3_star.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
h4{
	color:#CC0000;
	font-size:13px;
	font-weight:bold;
}
h5{
	color:#000000;
	font-size:14px;
	padding-bottom:5px;
	padding-top:3px;
}
h6{
	color:#000000;
	font-size:13px;
	color:#CCCCCC;
	margin-bottom:7px;
}

input.contact{
	width:200px;
}

textarea.contact{
	width:400px;
}

legend{
	font-size:14px;
	color:#000000;
}

p.clearbot{
	clear:both;
}
td{
	padding:3px;
}

td.vcenter{
	vertical-align:middle;
	padding:3px;
}

input{
	border: 1px solid #999999;
	background:#efefef;
	padding:2px;
}

textarea, select{
	border: 1px solid #999999;
	background:#efefef;
	padding:2px;
}

input.long, textarea.long{
	width:250px;
}

fieldset{
	border:1px #000000 solid;
	margin-top:10px;
	margin-bottom:15px;
}

legend{
	margin-left:10px;
	font-weight:bold;
}

textarea{
	height:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
}

input.button{
	width:100px;
	border:#999999 1px solid;
}
table{
	border:none;
}
td, th{
	padding:3px;
	margin:0;
	vertical-align:top;
}
th{
	text-align:left;
}

.img_border{
	border:1px solid #cccccc;
}

.abstand{
	margin-right:30px;
	font-weight:bold;
	font-size:14px;
}

div.errorTable, div.successTable{
	border:#FF6600 1px solid;
	width:90%;
	padding:5px;
	margin-top:3px;
}

div.errorTable h1{
	font-size:14px;
}

div.successTable li{
	margin-left:20px;
	margin-bottom:5px;
	list-style:square;
}
div.successTable h1{
	font-size:14px;
}

div.headline{
	display: inline;
	height:20px;
	left: 620px;
	position:absolute;
	top: 180px;
	width:164px;
	z-index:5;	
}



/* Div Layout */
#container{
background:#000000;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
#page{
	background-color:#000000;
	float:left;
	text-align:left;
	margin:auto;
	width:1000px;
	padding:0px;
	position:relative;
}
#top{
	height:200px;
	background:#000000 url(../images/bg/palaverama_top.jpg) no-repeat top left;
	padding-left:30px;
	padding-right:15px;
	position: relative;
}
#navi{
	background:url(../images/bg/palaverama_left_nav.jpg) repeat-y top left;
	font-size:14px;
	font-weight:bold;
	height:480px;
	width:230px;
	float:left;
	background-repeat: no-repeat;
	position: relative;
}
#navi_bottom{
	position:relative;
	margin-top: 50px;
	color: #FFFFFF;
	font-size: 11px;
}
#main{
	background-color:#FFFFFF;
	float:left;
	padding:0px;
	margin:0px;
	width:598px;
	position: relative;
}
#content{
	min-height:450px;
	padding-left:25px;
	padding-right:25px;
	padding-top: 25px;
	padding-bottom: 10px;
}
#sponsors{
	float:right;
	width:160px;
	z-index: 2;
	position: absolute;
	left: 828px;
	top: 85px;
	color: #FFFFFF;
	text-align: center;
}
#banner{
	z-index:2;
	position:absolute;
	left: 521px;
	top: 13px;
	width:468px;
	height:60px;
	display: inline;
}

#newsletter{
	position:absolute;
	left: 14px;
	top: 670px;
	width:200px;
	height:150px;
	display: inline;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	z-index: 3;
	text-align: center;
}

#countdown{
	position:absolute;
	left: 512px;
	top: 82px;
	width:104px;
	height:12px;
	display: inline;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 2;
}

#spacer{
	height:15px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	background:#FFFFFF;
}


#footer{
	height:85px;
	background-image: url(../images/bg/palaverama_bottom.jpg);
	background-repeat: no-repeat;
	position:relative;
}

p.clear{
	clear:both;
}
/* ENDE */

/* LINKS */
a:link{
	color:#009900;
	text-decoration:none;
}
a:visited{
	color:#009900;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

a.nav:link{
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:hover{
	color:#CC0000;
	text-decoration:none;
}
/* ENDE */
