/*
* Hohner Konservatorium
* Sven Gak gak@matoma.de
* Version 1.0
*/


/* Default */

body
{
	background-color: white;
	background-image: url('../images/bg-body.gif');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 62.5%;
	color: black;
	padding: 0px;
	margin: 0px;
}

*
{
	font-size: 1em;
}

p, td
{
	font-family: arial;
	color: black;
}

h1
{
	font-family: arial;
	font-size: 1.3em;
	font-weight :bold;
	color: #30327F;
}

h2
{
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #85B2D8;
}

h3
{
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #30327F;
}

h4
{
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #85B2D8;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

h5
{
	font-family: arial;
	font-size: 1.1em;
	font-weight: normal;
	color: #7FCD03;
}

h6
{
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #85B2D8;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

input.search
{
	font-size: 1em;
	width: 114px;
	height: 14px;
	border: 1px solid #1D5732;
	vertical-align: middle;
	background-color: #DDEDC3;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	padding: 10px;
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
}

legend
{
	color: #cd1111;
	font-weight: bold;
	margin-bottom: 20px;
}

a:link, a:visited, a:active
{
	color: #2D337F;
	text-decoration: none;
}

a:hover
{
	color: #2D337F;
	text-decoration: underline;
}


/* ID */

#mainContainer
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#container
{
	font-size: 1.1em;
	width: 950px;
}

#logo
{
	margin: 14px 0 14px 0;
	text-align: center;
}

#banner
{
	background-color: #BBD9F1;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

#banner table,
#banner td
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#kvText
{
	margin-left: 15px;
	padding-left: 36px;
	color: #313380;
	font-size: 1.8em;
	font-weight: bold;
	background-image: url('../images/icon-dot.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

#tdKV
{
	width: 473px;
	text-align: right;
	border-left: 4px solid white;
}

#navigation
{
	background-color: #BBD9F1;
	background-image: url('../images/icon-dot.gif');
	background-position: 15px center ;
	background-repeat: no-repeat;
	
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

#mainTable
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-collapse: collapse;
}

#navContainer
{
	width: 234px;
	overflow: hidden;
}

#facebook{
	margin: 10px 0 0 728px; 
	position: absolute;	
}

#search
{
	padding: 6px 0 6px 8px;
	margin:40px 0 0 720px; 
	
	position: absolute;	
}

#search input
{
	vertical-align: middle;
}

#boxFinder
{
	background-color: #EEF5FB;
	padding: 6px 0 6px 8px;
}

#boxFinder table,
#boxFinder td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-collapse: collapse;
}

#boxFinder div
{
	padding-bottom: 4px;
}

#boxFinder select
{
	width: 170px;
}

#boxFinderFooter
{
	text-align: right;

	border-bottom: 1px solid #BBD9F1;
	background-image: url('../images/icon-dot-box.gif');
	background-position: 16px center ;
	background-repeat: no-repeat;
	padding: 6px 6px 6px 8px;
	margin-bottom: 20px;
}

#divPath
{
	background-image: url('../images/icon-dot-box.gif');
	background-position: 16px center ;
	background-repeat: no-repeat;
	padding: 6px 6px 6px 39px;
	margin-top: 10px;
}

#footer
{
	height: 18px;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;

 	background-color: #BBD9F1;

	background-image: url('../images/icon-dot.gif');
	background-position: 15px center ;
	background-repeat: no-repeat;

	margin: 10px 0 10px 0;
}

#mainNav
{
	position: absolute;
	z-index: 1;
	margin-left: 15px;
	top: 1px;
}

/* Klasse */

a.nav0:link, a.nav0:active, a.nav0:visited, a.nav0:hover
{
	margin: 0 6px 0 6px;
	line-height: 18px;
	color: white;
	text-decoration:none;
	font-weight: bold;
}

a.news:link, a.news:active, a.news:visited, a.news:hover
{
	margin-right: 1px;
	background-color: #EEF5FB;
	padding: 0 6px 0 6px;
	line-height: 18px;
	color: black;
	text-decoration:none;
}


a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
	margin: 0 10px 0 10px;
	font-size: 1.1em;
	color:#063374;
	text-decoration:none;
	font-weight: bold;
}

a.nav1:link, a.nav1:active, a.nav1:visited, a.nav1:hover
{
	margin: 0 10px 0 10px;
	font-size: 1.1em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.title:link, a.title:active, a.title:visited, a.title:hover
{
	color: #85B2D8;
	font-weight: bold;
	text-decoration: none;
}

a.title_1:link, a.title_1:active, a.title_1:visited, a.title_1:hover
{
	color: #30327F;
	font-weight: bold;
	text-decoration: none;
}

a.desc:link, a.desc:active, a.desc:visited, a.desc:hover
{
	color: black;
	text-decoration: none;
}

a.nav2:link, a.nav2:active, a.nav2:visited
{
	color: black;
	text-decoration: none;
}

a.nav2:hover
{
	font-weight: bold;
}

a.nav3:link, a.nav3:active, a.nav3:visited
{
	color: black;
	text-decoration: none;
}

a.nav3:hover
{
	color: #32317F;
	font-weight: bold;
	text-decoration: none;
}

a.nav3On:link, a.nav3On:active, a.nav3On:visited, a.nav3On:hover
{
	color: #32317F;
	font-weight: bold;
	text-decoration: none;
}

.tdNav
{
	border-left: 3px solid #BBD9F1;
	border-right: 3px solid #BBD9F1;

}

.tdNavOn
{
	background-color: #063672;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

.tdNav0On
{
	background-color: #BCD9F1;
}

.head
{
	margin-top: 10px;
	margin-bottom: 4px;
}

.headBox
{
	margin-top: 10px;
	margin-bottom: 0px;
}


.head .text,
.headBox .text
{
	margin-bottom: 4px;
	margin-left: 8px;
	font-size: 1.1em;
	font-weight: bold;
}

.head .img,
.headBox .img
{
	height: 9px;
	overflow: hidden;
	background-image: url('../images/bg-head.gif');
	background-repeat: no-repeat;
	background-color: #BBD9F1;
}

.mainTD
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-collapse: collapse;
}

.divSubNav
{
	border-bottom: 1px solid #EEF5FB;
	padding: 4px 0 4px 0;
}

.divSubNav2
{
	padding: 2px 0 2px 0;
	background-color: #EEF5FB;
}

.divSubNav2 ul
{
	padding: 0px;
	margin: 4px;
	margin-left: 20px;
}

span.news
{
	font-weight: bold;
	margin-right: 1px;
	background-color: #EEF5FB;
	padding: 0 6px 0 6px;
	line-height: 18px;
	color: black;
	text-decoration:none;
}

.boxContent
{
	background-color: #EEF5FB;
	padding: 6px 6px 6px 6px;
}

.itemContainer,
.channel
{
	margin: 10px 0 10px 0;
	clear: both;
}

.item
{
	margin: 0px 0 10px 0;
	clear: both;
}

.newsContent
{
	margin: 0 10px 10px 16px;
	padding-top: 10px;
	border-top: 1px solid #BBD9F1;
	clear: both;
}

.newsFooter
{
	text-align: right;

	background-image: url('../images/icon-dot-box.gif');
	background-position: 16px center ;
	background-repeat: no-repeat;
	padding: 6px 16px 6px 8px;
	margin-bottom: 20px;

	font-weight: bold;
}

input.myButtonStyle
{
	border: 1px solid #F99C32;
	background-color: #F99C32;
	color: white;
	font-weight: bold;
	height: 22px;
	width: 80px;
}

input.myStyle
{
	padding: 0px;
	padding-left: 2px;
	border: 1px solid #7E9DB9;
	width: 172px;
	height: 18px;
	padding-top: 2px;
	font-size: 12px;
	vertical-align: middle;
}

select.myStyle
{
	border: 1px solid #7E9DB9;
	width: 174px;
	height: 20px;
}

.formLeftTD
{
	width: 100px;
	font-weight: bold;
}

.formRightTD
{
	padding-left: 10px;
	font-weight: bold;
}

.formRightTD input
{
	width: 200px;
}


.formLeftTD textarea
{
	width: 320px;
	height: 100px;
}

/* MCMS Default */

/* Image-Preview */
.preview_div_blockc { float:left; margin-right:0px; margin-bottom:20px; background-color:#ffffff; text-align: left; padding: 1px;}
.preview_div_image { text-align: left; border: 0px;}
.preview_link_image { }
.preview_img_image { border: 0px;}
.preview_div_lupe { text-align: right; padding-right: 5px;}
.preview_link_lupe { }
.preview_img_lupe { border: 0px;}
.preview_div_text { text-align: justify; padding-left: 5px; padding-right: 5px;  padding-top: 2px;}


/* Non-Preview-Image */
.view_div_block { width:200px; float:left; margin-right:3px; margin-bottom:3px; margin-top:3px; background-color:#ffffff;}
.view_div_image { text-align: center;}
.view_img_image { border: 0px;}
.view_div_text { text-align: center; padding-left: 5px; padding-right: 5px;  padding-top: 5px; padding-bottom: 5px;}


/* Full-Image */
.view_fullimage { text-align: center; width: 700px;}
.view_fullimage_text { text-align: center; margin-top: 10px;}
.div_imageoid { width:706px; overflow:auto; }
