/* Start of CMSMS style sheet 'Styles' */
body {
	font: 9pt/14pt Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
       color: #303030;
	
}

#contentContainer #content a {
	text-decoration: none;
	border-bottom: 1px solid ;
	font-weight: bold;
	color: #303030;
	border-color: #cacaca;
}

#contentContainer #content a:hover {
	color: #000;
	border-bottom-color: #000;
}

#container {
	width: 850px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 10px;
	padding: 0;
}

#pageheader {
	height: 168px;
	background: url(images/header.png) no-repeat;
}

#suche {
	position: absolute;
	width: 190px;
	height: 25px;
	right: 55px;
	top: 125px;
	text-align: right;
}

#sprachen {
	
	position: absolute;
	width: 140px;
	height: 20px;
	right: 55px;
	top: 25px;
	text-align: right;
	color: #fff;
}

#sprachen a {
	
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#sprachen a:hover {
	text-decoration: underline;
}

#headerlink {
position: absolute;
top: 10px;
left: 20px;
width: 390px;
height: 150px;

}

#navright {
	width: 8px;
	height: 29px;
	float: right;
	display: inline;
	color: #191919;
}

#navleft {

	width: 3px;
	height: 29px;
	display: inline;
	position: absolute;
	z-index: 160;
}

#navcontainer {
	background: url(images/navbg.png) repeat-x;
	height: 29px;
	padding-left: 44px;
}

#verlauf {
	background: url(images/verlauf.png) no-repeat;
	width: 850px;
	height: 28px;
}

#bottom {
	background: url(images/footer.png) no-repeat;
	width: 850px;
	height: 28px;

}



#footer {
	clear: both;
	height: 20px;
	padding: 0 0 0.5em 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: #939393;
}

/* Toolbar Styles */

#navcontainer #current {
	background: #ececec;
}

#navcontainer #current:hover {
	background: #ececec;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#navcontainer li {
	position: relative;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

#navcontainer li:hover {
	background: url(images/navbghover.png) repeat-x;
}


#navcontainer a {
	display: block;
	float: left;
	padding: 5px 12px 6px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#navcontainer a:hover {
background: url(images/navbg_hover.png) repeat-x;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* Hack fuer IE 6 und 7 */
#navcontainer ul ul {
	position: absolute;
	top: 26px;
	left: 10px;
	display: none;
	z-index: 6;
	width: 17em;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: #fafbff;
	border-color: #dbdbdb;
}

#navcontainer ul ul li {
	display: block;
	border-bottom: 1px solid #f1f1f1;	
	width: 17em;
	padding: 0;
	margin: 0;
}

#navcontainer ul ul a {
	display: block;
	padding: 0.3em 0.3em 0.3em 0.6em;
	margin: 0;
	color: #323232;
}


#navcontainer ul ul a {
text-decoration: none;
}

#navcontainer ul ul li:hover {
	background: #ebeff9;
}

#navcontainer ul ul a:hover {
text-decoration: none;
}


#navcontainer ul ul #current{
}
/* @end */

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
text-decoration: none;

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

h1 {
	color: #323232;
	line-height: 1.2em;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: lighter;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #616161;
	margin: 0 0 1em 0;

}

h3 {
	font-size: 14px;
	color: #323232;
margin: 0 0 1em 0;
}

h4 {
margin 1em 0 0 0;
}

p {
	margin: 0 0 15px  0;
	padding: 0;
}

.text {
	margin: 15px 0 15px 0;
}

.quote {
	color: #3a3a3a;
	font-style: italic;
}

.left {
float: left;
margin: 0.5em 2.5em 0.5em 0;
}

.right {
float: right;
margin: 0.5em 0 0.5em 0.5em;
}

img {
border: none;
}

ol {
 margin: 0;
padding: 0;
}

.kasten_title {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	font-size: 14px;
	padding: 4px;
	color: #4d4d4d;
	background-color: #f8f9fe;
}

.kasten_content {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
}

.calendar_event {
margin-bottom: 1em;
}

.event-title {
	font-size: 13px;
font-weight: bold;
	color: #616161;
       margin 0;
}

.calendar-date-from {
 font-size: 11px;
color: #616161;
}

.calendar-date-title {
 font-size: 11px;
margin-top: 4px;
color: #616161;
}

#sidebar a {
 font-size: 11px;
margin-top: 4px;
color: #616161;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
}

.hide-list {
display: none;
}

#m4moduleform_2 {
width: 100%;
}

#m4email {
border: 1px solid #979797;
width: 164px;
}

#m4username {
border: 1px solid #979797;
width: 164px;
}

#m4submit {
margin-top: 5px;
margin-left: 98px;
}

#m5moduleform_2 {
width: 100%;
}

#m5email {
border: 1px solid #979797;
width: 164px;
}

#m5username {
border: 1px solid #979797;
width: 164px;
}

#m5submit {
margin-top: 5px;
margin-left: 98px;
}

#newsletter-text {
color: #464646;
}

#clearer {
margin-top: 2em;
clear: both;
}

#bornhauser a {
text-decoration: none;
font-weight: bold;
color: #a9a9a9;
letter-spacing: 1px;
}

#contactform {
 width: 525px;
}

.user {
 width: 425px;
}

.calendar-event {
width: 510px;
}

#content ul {
position: relative;
left: 1em;
}

/* End of 'Styles' */

