/* 	TYPO3 WIV-Framework v0.1
/	Created by WIV-GmbH
/
/	Do Not Distribute!
*/

/***	Debugging
*/


/*
div {
    border:		1px solid red;
    }
*/




/***	Tags
*/

body {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
    font-size:      			12px;
    color:						#363636;
	width:						916px;
	margin:						0px;		
	padding:					0;
	text-align:					left;
	background-image:			url(../images/layout/body_bg.jpg);
	background-repeat:			repeat-x;
	}
	
html {
	width:						916px;
	margin:						0px;
	}

table {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
    font-size:      			12px;	
}	

h1 {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					18px;
	color:						#db3001;
}

h2 {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					16pt;
}

p {
	margin:						0px;
	padding:					0px;
}

a {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
    font-size:      			12px;
   	color:						#0c6c04;
}
    
/***	Classes
*/




/***	ID's
*/

#mainWrap {
	width:						916px;
	margin:						auto;
	text-align:					left;
	background-image:			url(../images/layout/wrap_bg.jpg);
}

#header {
	position:					absolute;
	left:						0px;
	top:						0px;	
	width:						916px;
	height:						113px;
	background-image:			url(../images/layout/header.jpg);
	text-align:					center;
	margin:						auto;
}

#subBar {
	position:					absolute;
	left:						0px;
	top:						112px;
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#FFF;	
	width:						916px;
	height:						22px;
	background-color:			#0c6c04;
	background-image:			url(../images/layout/subBar.jpg);
	line-height:				20px;
}

#subBar a {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#FFF;	
}

#content {
	margin-top:					134px;
	margin-left:				204px;
	margin-right:				208px;
	background-color:			#FFFFFF;
	padding:					12px;
	min-height:					440px;
	_height: 					464px; /* ie hack */
}

#footer {
	clear:						both;	
	width:						916px;
	height:						71px;
	background-image:			url(../images/layout/footer_bg.jpg);
}

#columnLeft {
	position:					absolute;
	top:						134px;
	left:						0px;	
	width:						200px;
	height:						449px;
	background-color:			#0c6c04;
	background-image:			url(../images/layout/cl_left_bg.jpg);
}

#columnRight {
	position:					absolute;
	top:						134px;
	left:						712px;	
	width:						204px;
	height:						300px;
	background-color:			#0c6c04;
	background-image:			url(../images/layout/cl_right_bg.jpg);
}

#menuLeft {
	position:					relative;
}

#menuTop {
	position:					relative;
	top:						91px;
}

#menuSub {
	position:					relative;
	float:						right;
	right:						4px;
	top:						1px;
}

#searchText {
	position:					relative;
	top:						34px;
	left:						13px;
}

#searchSubmit {
	position:					relative;
	top:						17px;
	left:						144px;
	width:						15px;
}

#searchBox {
	font-size:					10px;
	height:						17; 
	width:						129; 
	font-size:					10;
	border:						1px solid #FFF;
}

#containerSearchWrap {
	position:					relative;
	top:						7px;
	left:						7px;
	width:						186px;
	height:						62px;
	background-image:			url(../images/layout/container_bg_search.gif);
}

/*#langSelect {
	float:						right;
	padding-right:				4px;
}*/

/***  Container-Setup
*/

#containerSearch {
	width:						186px;
	height:						62px;
}

#containerNews {
	position:					relative;
	top:						14px;
	left:						7px;
	width:						186px;
	height:						358px;
	background-image:			url(../images/layout/container_bg_news.gif);
}

#containerLogin {
	position:					relative;
	top:						7px;
	left:						7px;
	width:						186px;
	height:						96px;
	background-image:			url(../images/layout/container_bg_login.gif);
}

#submenu {
	position:					relative;
	top:						7px;
	left:						7px;
	width:						186px;
	height:						62px;
}

#shadowSide {
	position:					absolute;
	top:						0px;
	left:						912px;
	width:						4px;
	height:						640px;
	background-image:			url(../images/layout/shadow_side.jpg);
	z-index:					30;
}

#footerText {
	position:				relative;
	top:					19px;
	left:					18px;
	font-family:    		Arial, Helvetica, sans-serif;
    font-size:      		10px;
	color:					#FFF;
	}

#footerText a {
	font-family:    		Arial, Helvetica, sans-serif;
    font-size:      		10px;
    font-weight:			bold;
    color:					#e9e9e9;
    text-decoration:		none;
	}	

/***  Stylesheet: TYPO3 Extension - login-box
*/

.csc-loginform {
	padding-top:				30px;
}

.loginWrap {
	padding-left:				55px;
}

.loginLabel {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#FFF;
}

.loginWrap input {
	font-size:					10px;
	border:						1px solid #1d3571;
	width:						120px;
	margin-bottom:				2px;
}

.loginField {
	font-size:					10px;
	border:						1px solid #FFF;
}


/***  Stylesheet: TYPO3 Extension - ws_sitemap
*/

.tx-wssitemap-pi1 .treemenudiv {
	}

.tx-wssitemap-pi1 .treemenudiv img {
	vertical-align: 		middle;
	border: 				none;
	}
	
.tx-wssitemap-pi1 .treemenudiv a {
	text-decoration: 		none;
	color: 					#262626;
	}
	
.tx-wssitemap-pi1 .treemenudiv a:hover {
	color: 					#000;
	}
	
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {
	color:					#000;
	}
	
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {
	color:					#000; 
	}
	

/***  Stylesheet: TYPO3 Extension - mailform
*/

.csc-mailform {
	border:					none;
	padding:				8px;
	}
	
.csc-mailform-field {margin-top:3px;}
.csc-mailform-field input.csc-mailform-check {
	border: none;
} 

.csc-mailform-field input {border:1px solid #0d6c04;margin-top:3px;}
#mailformformtype_mail {border:1px solid #505050;margin-top:3px;}
.csc-mailform-field label {display:block;float:left;width:180px;}
.mf-input {border:1px solid gray;height:14px;font-size:11px;background:transparent;padding-left:3px;margin-left:20px;padding-bottom:3px;}
#mailformtv {border:none;}
.csc-mailform-field textarea {border:1px solid #0d6c04;background:#FFF;padding-bottom:30px;margin-top:20px;}
.csc-mailform-field mf-input {margin-left:150px;height:22px;padding-left:7px;padding-bottom:3px;}
.csc-mailform-field mf-input:hover.csc-mailform-submit {color:#fff;background:gray;}
.csc-mailform-label {clear:left;}



/****  Typo3 Extension: tt_news
*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border-top:1px solid #0d6c04;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:none;
	background-color:		transparent;
	padding-top:			25px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#FFF;
	padding:3px;
	margin:3px;
	background-color:		transparent;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:0px;
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#FFF;
}

.news-latest-gotoarchive A {
	color:#FFF;
}

.news-latest-item {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
    font-size:      			10px;
	padding:					7px;
	margin:						7px;
	border:						none;
	color:						#FFF;
	background-color:			transparent;
}

.news-latest-item a{
	color:		#FFF;
}



.news-latest-item h3{
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	font-weight:				bold;
	color:						#FFF;
}


.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #FFF;
	float:left;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:10px;
}

.news-latest-morelink {
	height:12px;
	color:			#FFF;
}

.news-latest-morelink A {
	float:right;
	color:		#FFF;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:none;
	background-color:#FFF;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#e7ffe5;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#0d6c04;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	font-weight:				bold;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #0d6c04;
	background-color: #0d6c04;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	font-weight:				bold;
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #e7ffe5;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#0d6c04;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	border:none;
	background-color:#FFF;

}

.news-single-item H2 {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	font-weight:				bold;
	color: #0d6c04;
	margin-bottom: 0px;
}

.news-single-item H3 {
	font-family:    			Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	font-weight:				bold;
	margin-bottom: 15px;
}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
display:		none;
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	/*margin-bottom: 15px;*/
	margin-top: 10px;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}

.news-single-author {
	padding-bottom: 3px;
}

.news-single-additional-info {
	display:		none;
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;
}

.news-single-related,.news-single-files,.news-single-links  {
	display:		none;
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#0d6c04;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
display:		none;
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
display:		none;
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#0d6c04;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#0d6c04;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


   )

}


