/* 
	BEGIN Reset styles 
*/
*{
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
/* 
	END Reset styles 
*/

/*
	BEGIN of General CSS Styles
	These style definitions should be in any website
*/
body{
	background-color: #5c6e82;
	font-family: Verdana, Arial, Times, sans-serif;
}

* {
	padding: 0px;
	margin: 0px;
}

/*
	END of General CSS Styles
*/

#container{
	background-color: #545c69;
	margin: 28px auto;
	width: 970px;
}

/*
	BEGIN header CSS
*/
#headerWrapper{
	background-color: #737cb4;
	float: left;
	height: 168px;
}

#headerLogo{
	background-color: #fff;
	float: left;
	height: 168px;
	width: 165px;	
}

#headerCarousel{
	background-color: #152d8d;
	float: left;
	height: 140px;
	width: 165px;
}

#headerCarousel ul{
	list-style-type: none;	
}

#headerCarousel li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#headerCarousel img{
	width: 165px;
	height: 140px;
}


#headerTitle{
	float: left;
	height: 140px;
	width: 640px;
}

#headerHorizontalMenu{
	background-color: #737cb4;
	float: left;
	height: 28px;	
	width: 805px;
	/*padding-left: 33px;*/
}

#headerHorizontalMenu a.contactlink{
	text-decoration: none;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 33px;
}

#headerHorizontalMenu a:hover{
	font-weight: bold;
	color: #152D8D;
}

#headerHorizontalMenu ul{
	list-style: none;
	padding-left: 73px;
	font-size: 14px;	
	float: left;
	margin-top: 7px;
}

#headerHorizontalMenu ul li{
	float: left;
	color: #fff;	
	margin-right: 22px;
}

#headerHorizontalMenu #flags li{
	margin-right: 22px;
}

#headerHorizontalMenu ul li img{

}

/*
	END header CSS
*/

/*
	BEGIN menu CSS
*/
#menuWrapper{
	background: #545C69 url('../images/menu.jpg') no-repeat top left;
	float: left;
	width: 165px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

#menuWrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 12px;
}

#menuWrapper ul li{
	padding-right: 6px;
	width: 159px;
	/*vertical-align: middle;*/
	margin-bottom: 3px;
}

#menuWrapper ul li.hidden{
	display: none;
}

#menuWrapper ul li a{	
	margin-right: 16px;
	height: 21px;
	line-height: 19px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#menuWrapper ul li a:hover{

}

#menuWrapper ul li a img{	
	margin-bottom: 1px;
}

#menuWrapper ul.menu{
	margin-top: 48px;
	margin-bottom: 60px;	
}

#menuWrapper .active{
	font-weight: bold;
}

#menuWrapper ul.menu li.nocontent{
	height: 21px;
}

#menuWrapper ul.submenu{
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;	
}

#menuWrapper ul.submenuEmpty{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#menuWrapper ul.menu li{
	background: transparent url('../images/menu_normal.gif') repeat-x top left;
	/*background-color: #152d8d;*/
}


#menuWrapper ul.submenu li{
	background: transparent url('../images/menu_sub.gif') repeat-x top left;
	margin-bottom: 3px;
	font-style: italic;
}

#menuWrapper ul.submenu li.last{
	margin-bottom: 3px;
}


/*
	END menu CSS
*/

/*
	BEGIN content CSS
*/
#contentWrapper{

}

#contentMain{
	float: left;
	background: #fff;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	width: 805px;
}


#content{
	margin: 48px 33px 48px 33px;
	font-family: Verdana;
	line-height: 120%;
	font-size: 12px;
}

#content .articleTitle{
	font-weight: bold;
	font-size: 13px;
	line-height: 120%;
	padding-bottom: 12px;
	float: left;
	width: 100%;
}

#content table td.item{
	font-weight: bold;
	font-size: 11px;
}

#download_area, #hyperlink_area{
	width: 100%;	
	margin-bottom: 10px;
}

#download_area th,  #hyperlink_area th{
	width: 200px;
	border-bottom: 1px solid #000;
	padding: 5px;
	vertical-align: bottom;	
	text-align: left;
	background-color: #eee;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

#download_area td,  #hyperlink_area td{
	width: 200px;
	border-bottom: 1px solid #000;
	padding: 5px;
	vertical-align: top;	
}

#content textarea{
	font-family: verdana;
	width: 100%;
	border: 1px solid #000;
	padding: 5px;
}

#content fieldset{
	width: 690px;
	border: 1px solid #152D8D;
	padding: 25px;
}

#content fieldset legend {
	padding-right: 90px;
	padding-left: 60px;	
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #152D8D;
	background-color: #152D8D;
	letter-spacing: 1px;
	text-align: left;
}

#content fieldset label{
	display: block;
	float: left;
	width: 160px;
	vertical-align: middle;
	margin-top: 12px;

}

#content fieldset input.formelement, #content fieldset select.formelement{
	padding: 3px;
	font-weight: bold;
	border: 1px solid #000;
	margin-top: 9px;
	width: 240px;
}

#content fieldset textarea.formelement{
	padding: 3px;
	border: 1px solid #000;
	margin-top: 9px;
	font-size: 11px;
	font-family: verdana;
}

#content fieldset .submit{
	padding: 3px;
	font-weight: bold;
	border: 1px solid #fff;
	background-color: #152D8D;
	width: 200px;
	color: #fff;
	cursor: pointer;
}


#content fieldset select.formelement{
	padding: 3px;
	border: 1px solid #000;
}

#content .checkbox{
	border: none;
	width: 15px;
	margin-top: 15px;
}

#content .radio{
	border: none;
	width: 15px;
}

#orgel_select_form span	{
	color: #152D8D;
	font-weight: bold;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

#orgel_select_form {
	float: right;
	background-color: transparent;
	margin-right: 25px;
}

#orgel_select_form select{
	border: 1px solid darkblue; 
}

#orgel_select_form .year{
	width: 120px;
	font-weight: bold;
	border: 1px solid darkblue; 
}

#orgel_select_form .location{
	font-weight: bold;
	border: 1px solid darkblue;
}


#content ol{
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content img{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#content h1{
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 9px;
}

#content p{
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 9px;
}

#content table td p{
	width: auto;
}

#content a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #152D8D;
}

#content a:hover{
	font-weight: bold;
	color: #000;
}

#content a.button:link, a.button:link
{
	height: 14px;
	color: #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #205893;
	margin: 0;
}

#content a.button:visited, a.button:visited
{
	height: 14px;
	color: #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #205893;
	margin: 0;
}

#content a.button:active, a.button:active
{
	height: 14px;
	color: #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #205893;
	margin: 0;
}

#content a.button:hover, a.button:hover
{
	height: 14px;
	color: #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #2971BE;
	margin: 0;
}

.selected{
	font-weight: bold;
	font-style: normal;
}

.disposition_edit{
	border: 1px solid #ccc;
	background: #eee;
	width: 600px;
	min-height: 200px;
	height: auto !important;
	height: 200px;	
	margin-bottom: 15px;
}

/* BEGIN orgel overview */
.orgel{
	width: 740px;	
}

.orgel_title{
	height: 32px;
	background: #205893;
	line-height: 32px;
}

.orgel_title a{
	margin-left: 25px;
	color: #fff;
}

.orgel_image{
	clear: both;
	float: left;
	width: 100px;	
}


.orgel_content{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 600px;
}

.orgel_buttons{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.orgel_footer{
	clear: left;
	width: 100%;
	margin-bottom: 10px;
}

/* END orgel overview */

/* BEGIN orgelview */

#orgelcontent{
	width: 460px;
	float: left;
	margin-bottom: 100px;
}

#orgeldisposition{
	float: left;
	margin-left: 10px;
	width: 250px;
	margin-bottom: 100px;
}

#orgeldisposition h1{
	font-weight: bold;
	font-size: 14px;	
	letter-spacing: 1px;
}

#orgeldisposition h3{
	font-weight: bold;
	font-size: 12px;	
	letter-spacing: 1px;
	margin-bottom: -5px;
}

#orgeldisposition table .key{
	width: 110px;
	text-align: left;
}

#orgeldisposition table td{
	vertical-align: top;
}

#orgelfooter{
	clear: both;
	height: 48px;
	width: 100%;
}

#contentFooter{
	clear: both;
	margin-left: 165px;
	background: #545c69;
	width: 805px;
	height: 50px;
	text-align: right;
}

#contentFooter h3 {
	font-size: 18px;
	font-style: italic;
	margin-right: 25px;
	color: #fff;
	line-height: 50px;
}
/*
	END content CSS
*/

/*
	BEGIN footer CSS
*/
#footerWrapper{
	clear: both;
	background: #5c6e82;
	width: 100%;
}
/*
	END footer CSS
*/