/*====Allgemein====*/
.contentHeadline{font: bold 120%;}
.content{
	height:540px;
}
.navigation{ 
	top:100px;
	left:0px;
}

.middle{
	top:0px;
	left:220px;
}

/*====Content Specific====*/
body,a,.content{
	color:#4A6060;
}
a:hover{
	color:#785D69;
}

.NewsFrame,.GigsFrame{
	height:230px;
	overflow:auto;
	padding:4px 8px 4px 8px;
	margin-bottom: 12px;
}
.FrameHeadline{
	height:150px;
	padding:2px 4px 2px 4px;
	background:#B7C7C7;
	height:14px;
}
.FrameHeadlineLeftText{
	text-align:left;
	width:50%;
	float:left;
}
.FrameHeadlineRightText{
	text-align:right;
	width:50%;
	float:left;
}
.FrameHeadlineRightText a{
	background:#B7C7C7;
}

/*---NEWS---*/
.news,.newsBorder{
	border: dotted;
	border-width: 1px;
	border-color: #B7C7C7;
	padding:2px 2px 2px 2px;
	margin-bottom:5px;
}
.newsBorder{
	border:2px solid #ee0000;
}
.newshead{
	font-weight: bold;
}
.newsbody{
}

/*---GIGS---*/
.g{
	border:1px dotted #bbbbbb;
	margin-bottom:5px;
	padding:2px 2px 2px 2px;
}
.gD,.gDold,.gL,.gLold,.gY{
	vertical-align: top;
	font-size:11px;
}
.gD,.gDold{
	float:left;
	width: 60px;
}


.VanditFlyer{
	width:350px;
	border: 5px solid #8A0045;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}