html,head,body,div{
	margin: 0px;
	padding: 0px;
}

input,select,textarea{
	border:1px solid #000;
	color:black;
	margin-bottom: 3px;
}
body{
	background-image: url("../../img/hintergrund.jpg");
	background-repeat: no-repeat;
}

.headline{
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dashed black;
	margin-bottom: 10px;
	white-space: nowrap;
}

.register_inactive{

	font-weight: normal;
	margin-bottom: 10px;
	background-color: white;
	border: 1px solid #dbdbdb;
	border-bottom: 1px solid grey;
	cursor: pointer;
	text-align: center;
}

td#register1:hover,td#register2:hover,td#register3:hover,td#register4:hover{
		background-color: #ccc;
		border: 1px solid grey;
		cursor: pointer;
}

.register_active{
	border: 1px solid grey;
	text-align: center;
	border-bottom: 0px;
	font-weight: bold;
	cursor: pointer;
}

.content{
	display: block;
	padding:2px;
}


.contentoff{
	display: none;
}


.comment{
	font-size: small;
}


a, body, .content, .gallery, .tdcontent{
	font-family: courier;
	text-align: justify;
	font-size: small;
	color: black;
	text-decoration: none;
}
a.content_link:hover{
	text-decoration: underline;
}
.gallery{
	font-size: small;
}


.k2{
	position:absolute;
	top:900px;
	padding:0px;
	float:left;
	background-image: url("../../img/left.jpg");
	background-repeat: repeat-y;
	min-height:120%;
	overflow: hidden;
	width:175px;
}

/* konzertinfo */
.infohide{
	display: none;
}

.infoshow{
	display: block;
}
