body {
	background-image: url(../images/after_filler.jpg);
	background-color: #dce0e6;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3f40;
	margin: 0px;
}

#container-page {
	background-image:url(../images/after_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	height: 1000px;
}

/* TICKETBOX */
#ticketbox {
	position: absolute;
	left: 767px;
	top: 94px;
	width: 228px;
	height:132px;
}

/* SPONSOREN */

#sponsoren {
	position: absolute;
	left: 980px;
	top: 260px;
	width: 80px;
}

#sponsoren h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	}

#sponsoren div.logos {
	text-align: center;
}

#sponsoren .logos img {
	display: inline;
	margin: 8px 0px;
}

#tickets {
	position: absolute;
	left: 180px;
	top: 770px;
	width: 195px;
	height: 60px;
}

#hidden_tickets {
	position: absolute;
	left: 313px;
	top: 6px;
	width: 195px;
	height: 60px;
}

/* BOXEN */

#box1 {
	position: absolute;
	left: 50px;
	top: 200px;
	width: 300px;
}

#box2 {
	position: absolute;
	left: 545px;
	top: 260px;
}

#box3 {
	position: absolute;
	left: 545px;
	top: 300px;
}

#box4 {
	position: absolute;
	left: 545px;
	top: 340px;
}

#box5 {
	position: absolute;
	left: 545px;
	top: 420px;
}

#box6 {
	position: absolute;
	left: 545px;
	top: 380px;
}

#box7 {
	position: absolute;
	left: 545px;
	top: 460px;
}

div.box {
	width: 400px;
	border: solid 2px #000000;
}

div.bar {
	cursor: move;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	height: 29px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}

#box4 div.bar {
	cursor: move;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	height: 29px;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

div.bar.collapsed {
	background-image: url(../images/transparent_90.png);
	color: #000000;
}

#box4 div.bar.collapsed {
	background-image: url(../images/bg_blue.png);
	color: #FFFFFF;
}

#box5 div.bar.collapsed {
	background-image: url(../images/bg_blue.png);
	color: #FFFFFF;
}

#box6 div.bar.collapsed {
	background-image: url(../images/bg_blue.png);
	color: #FFFFFF;
}

#box7 div.bar.collapsed {
	background-image: url(../images/bg_blue.png);
	color: #FFFFFF;
}

div.title {
	float: left;
	padding: 5px 10px;
}

div.minimize {
	float: right;
	cursor: pointer;
	width: 20px;
}

div.content {
	background-image: url(../images/transparent_90.png);
	background-repeat: repeat;
	padding: 15px 10px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	height: 500px;
	overflow: auto;
}

#box6 .content {
	height:450px;
}

div.content.collapsed {
	overflow: hidden;
	/*padding-right: 26px;*/
}

/* KONTAKTFORMULAR */

	
#contactarea {
	width:350px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:0px;
	background-color:#eee;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputbox {
	border: 1px solid #333;
	width: 270;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	width:350px;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;
}

/* FORMATIERUNGEN */

#sponsor-pic { 
    float: left; 
    margin: 4px; 
}


.news-text a:hover {
	text-decoration:underline;
}

a, a:link, a:visited, a:hover, a:active, img {
    border:0 none;
	font-weight:bold;
    text-decoration:none;
	color:#0083c4;
}

.alert, .errordiv {
	color:#FF0000;
	font-weight:bold;
	padding-left:10px;
}

select{
	font-size:9px;
}

.info_ok{
	color:#009933;
	font-weight:bold;
	padding-left:10px;
}

p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color:#0083c4;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2 {
    font-weight: bold;
	line-height: 12px;
	font-size: 10px;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3 {
    font-weight: bold;
	font-size: 12px;
	color:#e1493b;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#news {
	padding: 4px;
	font-size:11px;
}

#news h1 {
font-size: 12px;

}
