/****************************
	styles.css wird nach default.css geladen und beinhaltet alles, was an Styles für dieses Template benötigt wird,
	während default.css alle Formatierungen beinhaltet, die für alle Templates gleichermaßen verwendet werden.
****************************/

body { 
	background: #FFF;
}

#logo {
	margin-top:20px;
	margin-bottom:20px;
}
#logo img {
	max-width: 100%;
}
#logo img.left {
	margin-right: 20px;
}
#logo img.right {
	margin-left: 20px;
}

#headerbild {
	margin-bottom:20px;
	position: inherit;
}
#headerbild .headerimage_image {
	width: 100%;
	/* max-height: 250px; laut IW doch wieder raus damit */
	overflow-y: hidden;
}
#headerbild .headerimage_image img {
	width: 100%;
	height: auto!important;
}
#headerbild .headerimage_overlay {
	position: absolute;
	top: 30px;
	left: 0px;
	width: auto;
	height: auto;
	padding: 20px;
	background: rgba(255,255,255,0.75);
	display:none;
}
#headerbild .headerimage_overlay .headerimagetitle {
	font-size: 24px;
}
#headerbild .headerimage_overlay headerimagedescr {
	font-size: 24px;
}

/*Anfang Left*/
	#left {
		width: 210px;
		margin-right: 10px;
		border-right: 1px solid #efefef;
		float:left;
		min-height: 250px;
		padding-right: 10px;
	}
	
	#left #navigation li {
				padding-bottom: 10px;
	}
	
	#left #navigation ul li.current.is_parent > a {
		background:url("../images/arrow_white.png") no-repeat 190px 10px; 
	}
	
	#left h2 {
		font-size:18px;
	}
	

	#right {
		width: 210px;
		border-left: 1px solid #efefef;
		float: right;
		min-height: 250px;
		padding-left: 10px;
	}

	#right h2 {
		font-size:18px;
	}
	
	.sidebar .module {
		margin-bottom:40px;
	}
	
	
	#left iframe, #right iframe {
		max-width: 100%;
	}
	#left img, #right img {
		max-width: 100%;
		height: auto!important;
	}
/*Ende Right*/



/*Anfang Navigation*/
	
 	#navigation {
		position:relativ !important;
		z-index:10;
	} 
	
	#navigation.menu_below_logo,
	#navigation.menu_above_logo {
		/* border-bottom: 1px dotted #434343; */
		border: none;
		margin: 10px 0px;
		position:relativ !important;
		z-index:10;
	}
	
	#navigation.menu_above_logo ul {
		margin-left: 0px; 
	}
	#navigation.menu_links {
		margin-left: 0px; 
		border-bottom: 1px solid #efefef;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#navigation.menu_above_logo ul li {
		margin-right: 10px;
		padding-right: 20px;	
	}
	
	#navigation ul ul {
/*  left: 0;
    min-width: 98%;
    padding: 5px 0;
    top: 40px;
    width: auto; */
    z-index: 50;
	}
	
	
	#navigation li.is_parent {
		/*background-image: url("../images/arrow_grey.png");
		background-repeat: no-repeat;
		background-position: right 7px;
		*/
	}
	#navigation ul.menu ul.menu {
		border: 1px solid #686767;
		border-radius: 0 0 5px 5px;
	}
	
/*Ende Navigation*/



/*Anfang maincontent*/
	#maincontent {
		width: 920px;
		overflow-x: none;
		overflow-y:none;
	}

	#maincontent.hasLeft {
		/*width:630px;*/
        width:694px;
		float:left;
		padding-left:25px;
		overflow:hidden;
	}

	#maincontent.hasRight {
		width:630px;
		float:left;
		padding-right:25px;
	}

	#maincontent.hasLeftRight {
		width: 465px;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}

/*Ende maincontent*/

/*Anfang Footer*/
.footer {
	display:block;
	width:920px;
	float:left;
	margin-top:50px;
	border-top:1px dotted #434343;
	padding:5px 0 10px 0;
}

#footer_modules .module {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 100%;
	overflow:hidden;
}

#footer_modules * {
	font-size: 9px;
}

/*
#footer_modules .module h2 {
	display:none;
}*/

#copyright .left/*, #copyright .right*/{
	width:460px;
	float:left;
}

#copyright .right #addthis,
#copyright .right .powered {
	float:right;
	width:243px;
	text-align:right;
}
#copyright .right #addthis,
#copyright .right .powered {
	float: none;
}
/*Ende Footer*/

#maincontent h1,
.sidebar h2 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 30px;
	padding-top: 0px;
	margin-top: 0px;
}

#left,
#right,
#maincontent
{
    word-wrap: break-word;
}