body {
	color: #333;
	margin: 0;
	padding: 0px;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvitica, sans-serif;
	background-image: url(../images/bg_rot.jpg);
	background-repeat: repeat;
	text-align:center;
}




#mastercontainer {
	margin:0 auto;
	margin-top:10px;
	position:relative;
	width:900px;
	padding: 0px;
	
}

#contentwrapper
{
	background-color:#FFFFFF;
}

#content
{
	width:900px;
	min-height:900px;
	height: auto;
	text-align:left;
	background-image: url(../images/background_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #333333;
}


#head {
	width:auto;
	height:150px;
	text-align:left;
}

#jboLogo
{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	height:141px;
	width:170px;
	
}

#jboHeadline
{
	float:left;
	height:130px;
	width: 550px;
	margin-top: 20px;
	margin-left: 100px;
	background-image: url(../images/head_jbo.gif);
	background-repeat: no-repeat;

}


#navigator
{
	width: 250px;
	float:left;
}

#navigator ul.menu
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size:16px;

}

#navigator li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-left:0px;
	margin-bottom:1px;
	padding:2px;
	width:180px;
}

#navigator a {text-decoration: none}
#navigator a:link {color: #000000;}
#navigator a:visited {color: #000000;}
#navigator a:hover 
{
	color: #0000FF; 
	text-decoration: none;
}
#navigator a:active {COLOR: #FF0000;}

table.moduletable, table.moduletable_menu
{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding:2px;
	width:200px;
}

table.moduletable th
{
	font-size:14px;
	font-weight:bold;
}

fieldset.input
{
	border: none;	

}

fieldset.input p
{
	margin:2px;
}

#navigator ul.loginTools
{
	list-style-type: none;
	margin-top : 20px;
	padding: 0px;

}

form#form-login
{
	
}

form#form-login input
{
	margin-top: 10px;
}


#inhalt
{
	margin-top:15px;
	margin-left: 250px;
	font-size:14px;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: justify;
}


#inhalt h1
{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 570px;
}

#inhalt a {text-decoration: none}
#inhalt a:link {color: #0000FF;}
#inhalt a:visited {color: #0000FF;}
#inhalt a:hover 
{
	color: #000000; 
	text-decoration: none;
}
#inhalt a:active {COLOR: #000000;}



.img_caption left
{
	margin-left:10px;
}

.componentheading
{
	background-image: url(../images/hl_trompete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:500px;
	height:50px;
	padding-left:90px;
	padding-top: 25px;
	font-size:18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

td.buttonheading img
{
	border: none;
}


td.contentheading
{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

td.createdate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

td.modifydate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

span.small
{
	font-size:small;
}

img.caption
{
	padding:2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #990000;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 2px;
}


#footer
{
	border: solid 1px #000;
	margin-bottom: 20px;
	padding: 5px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	width:890px;
}



.cleaner
{
	float:none;
	clear:both;
	height:0px;
}

.morelink
{
	float:right;
}



/* CSS für eigene Komponente REPERTOIRE */

.repertoireTableRowGenre
{
	margin-bottom:10px;
}

.repertoireTableRowGenre td
{
	font-size:16px;
	font-weight: bold;
	height:20px;
	vertical-align:top;
	border-bottom:solid 1px #999999;


}

.repertoireTableRowTitle
{
	background-color: #f7f2d4;
	font-size:14px;
}

.repertoireTableRowAuthor
{
	font-size:12px;
}

.repertoireTableRowInfo
{
	line-height:25px;
	vertical-align:bottom;
}


.terminContainer
{
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom:20px;
	width:95%;

}

.terminContainer td
{
	vertical-align:top;
}

.terminName
{
	font-weight:bold;
	font-size:14px;
	background-color:#CCCCCC;
}

.terminDateHead
{
	font-weight:bold;
}


