@charset "utf-8";
/* CSS Document */

.container {
	border:1px #ddd solid;	
	background-color:#f6f6f6;
	color:#606060;
}
#header {
	background:transparent url(../img/layout/banner.jpg) 0 0 no-repeat;
	height:179px;
}
#header h1 {
	text-indent:-9999px;	
}


/******************************************************
	SIDEBAR 
******************************************************/

#sidebar {
	background:url(../img/layout/sidebar_left_bg_repy.jpg) 0 0 repeat-y;
	min-height:400px;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
}
#main_nav {
	list-style:none;
	color:#3f536e;
	margin-left:20px;	
	line-height:24px;
	margin-bottom:2em;
}
#main_nav a {
	color:#3f536e;	
}
#main_nav li.active a {
	color:#f0f0f0;	
}
#main_nav .level2 {
	color:#794a35;
	line-height:18px;
	font-size:0.9em;
	margin-bottom:1em;
	display:none;
}
#main_nav li.active ul.level2 {
	display:block;	
}
#main_nav li:hover ul.level2 {

}
#main_nav li.active .level2 a {
	color:#794a35;
}
#main_nav li.active .level2 a.active {
	color:#fff;	
}



/*********************************************************
SUBNAV
*********************************************************/

#sub_nav {
	background-color:#f0f0f0;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	color:#3f536e;
}
#sub_nav ul {
	list-style:none;
	margin-left:0;
	float:left;
}
#sub_nav p {
	margin-bottom:1em;	
}
#sub_nav a {
	color:#3f536e;	
}
#sub_nav a.active {
	text-decoration:underline;
}
#sub_nav ul li {
	float:left;
	padding-right:10px;
	margin-right:10px;
	margin-bottom:2px;
	border-right-width:1px;
	border-right-color:#ccc;
	border-right-style:solid;
}



/*********************************************************
	TERMINE
*********************************************************/

#termine h4, #termine h5 {
	margin-bottom:0.1em;	
}
#termine h5 {
	font-size:11px;	
}
#termine h4 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	margin-top:0;
	margin-bottom:1em;
}
#termine p {
	font-size:0.8em;	
}
#termine .termine_item {
	border-left:1px #ccc solid;
	padding-left:4px;
}
#termine .termine_item:hover {
	background-color:#fff;	
}
#termine .termine_item a {color:#606060;}
#termine .termine_item h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-bottom:0.1em;
	margin-top:0;
}


/*********************************************************
	CONTENT
*********************************************************/

#content h2 {
	position:relative;
	/*color:#b87c44;*/
	color:#7D3C0F;
	left:0px; /*60px*/
	margin-top:30px;
	margin-bottom:1.5em;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
#content h2 img {
	position:absolute;
	left:-90px;
	top:-40px;
	display:none;
}
#content h3 span.datetime {font-size:10px; display:block;}
#content a {
	text-decoration:underline;
	color:#777;
}
.startcontent a {
	color:#000099;	
}
#content span.caption {
	position:absolute;
	bottom:20px;
	left:0;
	background-color:#eee;
	height:20px;
	width:136px;
	text-transform:uppercase;
}

.projekt_preview {
	background:url(../img/projekte/solar.jpg) 100% 50% no-repeat; 
	height:50px;
	border:1px #ccc solid;	
	margin-bottom:13px;
}
.projekt_preview:hover {
	border-color:#b87c44;
}
#content .projekt_preview a {
	display:block;
	line-height:14px;
	text-decoration:none;
	padding:19px 0 19px 15px;
}
#content .projekt_preview a.long {
	display:block;
	line-height:14px;
	text-decoration:none;
	padding:10px 0 19px 15px;
}

.fach_preview {
	background:url(../img/projekte/solar.jpg) 95% 50% no-repeat; 
	height:auto;
	border:1px #ccc solid;	
	margin-bottom:13px;
}
.fach_preview:hover {
	border-color:#b87c44;
}
.fach_preview:hover a {
	font-weight:bold;
}
.fach_preview:hover a span {
	font-weight:normal;
}
#content .fach_preview a {
	display:block;
	width:270px;
	line-height:18px;
	text-decoration:none;
	padding:19px 0 19px 15px;
	background:transparent url(../img/preview_link_overlay.png) 0 50% no-repeat;
}
#content .fach_preview a span {
	line-height:14px;	
}
#content .fach_preview a.long {
	display:block;
	line-height:14px;
	text-decoration:none;
	padding:10px 0 19px 15px;
}
