* { margin: 0; padding: 0; list-style: none; }

img { border: none; }

html {
	height: 100.11%;
}
body {
	background-color: #990000;
	font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

DIV.clearer { clear: both; height: 0; border: 0; font-size: 0; margin: 0; padding: 0; line-height: 0; }

.clear5 { clear: both; font-size: 4px; height: 5px; line-height: 100%; }
.clear10 { clear: both; font-size: 8px; height: 10px; line-height: 100%; }
.clear20 { clear: both; font-size: 12px; height: 20px; line-height: 100%; }
.clear30 { clear: both; font-size: 18px; height: 30px; line-height: 100%; }

DIV#document {
	background:#FFF url(../images/noten.jpg) right top no-repeat;
	margin: 20px auto;
	position: relative;
	text-align: left;
	width: 880px;
	color:#000;
}
DIV.logo {
	padding-left: 20px;
	float: left;
}
DIV.nav {
	float: right;
	background-color: #990000;
	padding: 0 3px 3px 6px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
DIV.nav ul li {
	display: inline;
	padding:0;
}
DIV.nav ul li a, DIV.nav ul li a:hover,
DIV.footerNav ul li a, DIV.footerNav ul li a:hover {
	text-decoration: none;
	font: bold 10px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
DIV.nav ul li a.current, DIV.nav ul li a.current:hover, 
DIV.nav ul li a.section, DIV.nav ul li a.section:hover, 
DIV.nav ul li a:hover, 
DIV.footerNav ul li a:hover {
	text-decoration: underline;
}
DIV.nav SPAN.navSpacer {
	color:#336699;
	padding-left:3px;
}
DIV.footerNav SPAN.navSpacer {
	color:#fff;
	padding-left:3px;
}

DIV.footerNav ul li {
	line-height: 100%;
	display: inline;
	padding: 0;
}
DIV.footerNav {
	min-height: 20px;
	background-color: #354352;
	text-align: center;
	padding: 3px 0 2px 0;
}

DIV.copyright {
	color: #445566;
	font-size: 10px;	
	text-align: center;
	padding: 3px 0 5px;
}

H1{
	font: bold 18px/140% "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	color: #112233;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: solid 1px #990000;
	margin-bottom: 8px;
}
H3 {
	font: bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
}
DIV.outerWrap {
	padding: 20px;
}

DIV.colNormal {
	width: 600px;
	min-height: 300px;
	float:left;
}

DIV.colSearch {
	width: 600px;
	min-height: 300px;
	float:left;
}


DIV.colRight {
	width: 220px;
	min-height:300px;
	float: right;
}
p {
	font: normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 8px;
}
.small {
	font-size:10px;
}
a, a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #BB0000;
}
DIV.colNormal ul,
ul.contList {
	padding: 0 0 5px 18px;
}
DIV.colNormal ul li,
ul.contList li {
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: transparent url(../images/icon_list_black.gif) left 5px no-repeat;
}

DIV.colNormal ul.subNav { padding:0; }
DIV.colNormal ul.subNav li { background-image:none; padding:0 0 3px 0; margin:0; font-size:12px; }

DIV.clearer {clear: both; height: 0; border: 0;	font-size: 0;	margin: 0;	padding: 0;	line-height: 0; }

/* Künstler */
DIV.colNormal ul.kuenstler { padding:0; }
DIV.colNormal ul.kuenstler li { background-image:none; margin-bottom:5px; padding:4px 0; border-top:solid 1px #990000; font-size:12px; }

DIV.kuenstlerThumb {
	padding-top: 3px;
	width: 55px;
	float: left;
}

DIV.imgRight,
img.right {
	display:block;
	float: right;
	padding: 3px 0 0 10px;
}
DIV.imgLeft,
img.left {
	display:block;
	float: left;
	padding: 3px 10px 0 0;
}

DIV.infoBox {
	width: 185px;
	padding: 15px 10px 15px 10px;
	background: #123;
	color: #fff;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	border: 1px solid #fff;	
}

DIV.infoBox h2 {
	font: bold 16px/130% "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	color: #fff;
	border-bottom:solid 1px #990000;
	text-align: center;
	margin-bottom: 3px;
}

DIV.infoBox p {
	color: #fff;
}
DIV.infoBox ul {
	padding-left: 3px;
}
DIV.infoBox ul li {
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: transparent url(../images/icon_list_white.gif) left 6px no-repeat;
}

/* FORMS */
FORM#Form_Form fieldset { border:none; }
FORM#Form_Form label { font-size:11px; font-weight:bold; }
FORM#Form_Form .message { font-size:11px; color:#ff0000; }

FORM#Form_Form INPUT.text, FORM#Form_Form TEXTAREA {
	border: solid 1px #ccc;
	padding:3px;
	font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
	width:440px;
}
FORM#Form_Form TEXTAREA {overflow:auto;}
FORM#Form_Form SPAN.middleColumn {
	display: block;
	margin-bottom:4px;
}
DIV.Actions {
	/*text-align:right;
	width:450px;
	padding-bottom:20px;*/
}
.btnQuickSearch {
	border:solid 1px #ccc;
	
}

DIV.quickSearch {
	margin: 5px 0 5px 1px;
	width:210px;
}
DIV.quickSearch INPUT.text {
	border: solid 1px #ccc;
	padding:3px;
	height:14px;
	font-size:11px;
	width:170px;
	float:left;
}

DIV.quickSearch INPUT.action {
	float:left;
	/*border:solid 1px #ccc;*/
	margin-left:5px;
}












