/***********************************************************************
**  Copyright 2007 datenwerk inoovationsagentur
**  Author: Martin Spazierer (ms@datenwerk.at)
***********************************************************************/

/* Main Setup ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	font-family: myriad , Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#000000;
	background-color:#FFFFFF;
	height: 100%;
	width:100%;
	margin:0px;
}

.bold {font-weight:bold;}
.upperc {text-transform:uppercase;}
a img{border:none;}

/* div-Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper{
	width: 980px;
	height:auto;
	min-height: 750px;
	background-color:#FFFFFF;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background-image:url(../images/background_comic2.jpg);
	background-position: 0px 72px;
	background-repeat:no-repeat;
}

/*HEAD ++++++++++++++++++++++ */

#head{
	width: 100%;
	min-height: 165px; /*165px*/
	background-image:url(../images/ting_header_neu.png);
	background-position:top;
	background-repeat:repeat-x;
}

#topleft{
	width:189px;
	min-height:140px;
	padding-left:14px;
	padding-top:15px;
	float:left;
}

#topmiddle{
	width:475px;
	min-height:50px;
	padding-left:5px;
	padding-top:89px;
	float:left;
}


#topright{
	width:285px;
	min-height:150px;
	float:right;
	font-size:12px;
	font-weight:900;
}

	#login{
		width:280px;
		min-height:20px;
		padding-top:25px;
		padding-right:5px;
		text-align:right;
	}
	
	#topnav{
		width:280px;
		min-height:23px;
		padding-top:7px;
		text-align:right;
	}
	
	#flickr{
		padding-top:0px; /*30px*/
		padding-right:5px;
		text-align:right;
	}
	
/*NAVIGATION ++++++++++++++++++*/

#mainmenu{
	min-height:100px;
	width:172px;
	margin-left:14px;
	margin-bottom:10px;
	font-family: Myriad, Arial, sans-serif;
	font-size:20px;
}

#metamenu{
	min-height:270px;
	width:152px; /*172px*/
	margin-left:24px; /*14px*/
	margin-bottom:10px;
	font-family: Myriad, Arial, sans-serif;
	font-size:16px;
}


#tagcloud{
	height:140px;
	width:180px;
	padding:5px;
	margin-left:5px;
	
	background:url(../images/tagcloud.png) repeat 0 0;
	
	/*background:#99CCCC;*/
	font-family: Myriad, Arial, sans-serif;
	font-size:18px;
}

.main_text{
	min-height:20px;
	float:left;
	background-image:url(../images/arrowBig.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}



/*Links normal*/
	/* first stage */
	.main_NO{
		width:170px;
		min-height:20px;
		margin-bottom:5px;
		background-image:url(../images/arrowBig.png);
		background-position:top right;
		background-repeat:no-repeat;
	}

	.meta_NO{
		width:160px;
		min-height:20px;
		margin-bottom:0px;
		background-image:url(../images/arrowBig.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		text-transform:uppercase;
		padding:4px 0 0 4px;
	}
	
	.main_NO a{
		color:#000000;
		text-decoration:none;
	}
	
	.main_NO a:link{color:#000000; text-decoration:none;}
	.main_NO a:visited{color:#000000;text-decoration:none;}
	.main_NO a:hover{color:#000000;text-decoration:none;}
	.main_NO a:active{color:#000000;text-decoration:none;}
	
	.meta_NO a{
		color:#000000;
		text-decoration:none;
	}
	
	.meta_NO a:link{color:#000000;text-decoration:none;}
	.meta_NO a:visited{color:#000000;text-decoration:none;}
	.meta_NO a:hover{color:#000000;text-decoration:none;}
	.meta_NO a:active{color:#000000;text-decoration:none;}
	
		/* second stage */
		.main2_NO  { 
			width:158px; /*160*/
			min-height:20px;
			
			margin-left:10px;
			padding-left:2px;
			
			font-size:14px;
			
			background-image:url(../images/arrowSmall.png);
			background-repeat: no-repeat;
			background-position:top right;
			
			text-transform:none;
		}
		
			
			
/* Links current */
	/* first stage */
	.main_CUR{ 
		width:170px;
		min-height:20px;
		
		background-image:url(../images/arrowBig_active.png);
		background-position:top right;
		background-repeat: no-repeat;
		
		text-transform:uppercase;
	}
	
	.meta_CUR{ 
		width:160px;
		min-height:20px;
		background-color: #f7666b;
		background-image:url(../images/arrowBig.png);
		/* background-image:url(../images/arrowBig_active.png); */
		background-position:top right;
		background-repeat: no-repeat;
		
		text-transform:uppercase;
		
		padding:4px 0 0 4px;
	}
	

	div.main_CUR a{
		color:#000000;
		text-decoration:none;
	}
	
	div.meta_CUR a{
		color:#000000;
		text-decoration:none;
	}
	
		/* second stage */
		.main2_CUR  { 
			width:158px; /*160*/
			min-height:20px;
			
			margin-left:10px;
			padding-left:2px;
			background-image:url(../images/arrowSmall_active.png);
			background-repeat: no-repeat;
			background-position:top right;
			font-size:14px;
			
			text-transform:none;
		}
	
			/* third stage */
			.main3_CUR a { 
				
			}


#bmukLogo{
	margin-top:10px;
	margin-left:10px;
}

/*MAIN ++++++++++++++++++++++ */

#left_column{
	width: 205px;
	min-height: 590px;
	float:left;
	margin:0px;
	margin-right:5px;
	padding:0px;
	
}

	#left_column_verticalLine{
		min-height:577px;
		
		background-image:url(../images/lines_vertical.gif);
		background-position:top right;
		background-repeat: repeat-y;
	}

	#left_column_bottomLine{
		min-height: 12px;
		
		background-image:url(../images/lines_mainCol.gif);
		background-position:bottom right;
		background-repeat: no-repeat;
	}

#main_column{
	width: 480px;
	height:auto;
	min-height:590px;
	float:left;
	margin:0px;
	margin-right:5px;
	padding:0px;

}

	#main_column_verticalLine{
		min-height:578px;

		background-image:url(../images/lines_vertical.gif);
		background-position:top right;
		background-repeat: repeat-y;
		
		/*background-image:url(../images/main_bg.png);
		background-position:top right;
		background-repeat: repeat-y;*/
		
		padding-right:10px;
		padding-bottom:0px;
		
		margin-bottom:0px;
	}
	
	#main_column_verticalLine p{ margin-top:0px;}
	#main_column_verticalLine .abstract{ font-weight:bold;}
	#main_column_verticalLine .gray_box_rightCol{ margin-bottom:0px;}

	#main_column_bottomLine{
		min-height:12px;
		margin-bottom:5px;
		background-image:url(../images/lines_mainCol.gif);
		background-position:bottom right;
		background-repeat: no-repeat;
	}

#right_column{
	width: 280px;
	min-height:590px;
	float:right;
	margin:0px;
	margin-right:2px;
	padding:0px;
	
}

#right_column h2{ margin-left:5px;}

	#right_column_verticalLines{
		min-height:558px;
		
		background-image:url(../images/lines_vertical.gif);
		background-position:top right;
		background-repeat: repeat-y;
	}
	
	#right_column_bottomLines{
		min-height:12px;
		

/*		background-image:url(../images/lines_mainCol.gif); */
		background-image:url(../images/bg_rightCol_bottom.gif);		
		background-position:bottom right;
		background-repeat: no-repeat;
	}
	
/*RIGHT COLUMN CONTENT +++++++++++++++++++++++++++++++*/


/*article*/
	.article_rightCol{
		width:270px;
		min-height:150px;
	
		background-image:url(../images/articleBg.png);
		background-repeat:repeat;
	
		margin-bottom:5px;
	}

	.article_rightCol_text{
		width:154px;
		padding-left:0px;
		padding-top:5px;
		padding-right:5px;
		padding-bottom:5px;
		float:left;

	}

	.caption_rightCol{
		width:100px;
		font-family:Geneva, Arial, sans-serif;
		font-size:9px;
		margin-left:5px;
	}

/*resources*/

	.resource_rightCol{ /* resource box */
	
	}
	
	#resource_rightCol_inner{ /* resource box */
		width:270px;
		min-height:150px;
	
		background-image:url(../images/networkLinksBg.png);
		background-repeat:repeat;
	
		margin-bottom:15px;
		padding-top:5px;
		padding-left:5px;
	}
	

	.resource_rightCol_text{
		width:154px;
		padding-left:0px;
		padding-top:0px;
		padding-right:5px;
		padding-bottom:5px;
		float:left;

	}
	
	.resource_rightCol h2{
		margin-top:0px;
		margin-left:5px;
	}
	
	.resource_rightCol .bodytext{
		margin-top:0px;
	}
	

/*Articles +++++++++++++++++++++++++++++++++++++++++*/

.article{
	width:474px;
	height:auto;
	/*min-height:200px;*/
	margin-bottom:5px;
	background-image:url(../images/articleBg.png);
	background-repeat:repeat;
	}
	
	.green{background-image:url(../images/articleBg2.png);}
	.green2{background-image:url(../images/sucheBg.png);}
	

.article img{ /*art bild test*/
	margin-left:10px;
}
	
.article_approved{
	position:absolute; 
	margin-left:425px;
	margin-top:10px;
}

.article_print{
	position:absolute; 
	margin-left:385px;
	margin-top:10px;
}

.pdflink{ /*pdf druck und downloadbutton*/
	margin-right:2px;
	float:right;
}

.article_headline{
	height:20px;
	padding:5px;	
	font-size:1.2em;
	font-weight:bold;
	background-color:#c1c1c1;
}

.article_keywords{
	width:261px;
	height:15px;	
	padding-left:213px;
	background-color:#cccccc;
}

/*Gallery Thumb Menu +++++++*/

.article_pic{
	min-height:100%;
	margin:5px;	
	/*float:left;*/
}

.article_text{
	/*width:250px;*/
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;

}

.article_thumbs{
/*	min-height:210px;*/
	width:250px;
	float:right;
}

.article_thumbs img{ margin:3px;}

.article_text_long{
	width:420px;
	padding-left:5px;
	padding-top:5px;
	padding-right:54px;
	padding-bottom:5px;

}

.article_clear{ clear:both;}

.caption{
	width:200px;
	font-family:Geneva, Arial, sans-serif;
	font-size:9px;
	margin-left:5px;
}

/* Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a:link { 
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover { 
	color:#DD3225;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}


/* Headlines +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1{
	font-family: Arial,verdana, sans-serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
	font-family: Arial,verdana, sans-serif;
	font-size:15px;
	margin-top:0px;
	margin-bottom:0px;
}

h3{
	font-family: Arial,verdana, sans-serif;
	font-size:14px;
	margin-top:0px;
}

/* Typo3 Elements ++++++++++++++++++++++++++++++++++++++*/

/*MAIN*/

#main_column_verticalLine p.bodytext{
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	padding-top:0px;
	/*background-image:url(../images/articleBg.png);
	background-repeat:repeat;*/
}

#main_column_verticalLine .csc-textpic csc-intext-left-nowrap a img{
	margin-top:5px;
	margin-left:5px;
	border:1px solid red;
}

#main_column_verticalLine .csc-header-n1{
	height:20px; /*20px*/
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
	background-color:#666666;
	border-bottom:15px #999999 solid;
}

#main_column_verticalLine .green_bg1 .csc-header-n2{
	height:20px;
	padding:5px;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	background-color:#666666;
	border-bottom:15px #999999 solid;
}

#main_column_verticalLine .csc-header{
	padding-left:5px;
	clear:both;
}

#main_column_verticalLine .csc-firstHeader{
	width:290px;
	display:block;
	float:left;
}

#main_column_verticalLine .csc-header-n2 h1{
	width: 290px; /*250px*/
	/*margin-left:5px;*/
	margin-top: 0px;
	
	float:left;
}

#main_column_verticalLine .csc-header h2{
	margin-top:10px;
	margin-bottom:0px;
}


#main_column_verticalLine .csc-textpic-caption{
	width:200px;
	font-family:Geneva, Arial, sans-serif;
	font-size:9px;
	margin-left:10px;
}

/*RIGHT BOTTOM*/

#right_column_bottom .abstract{
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	width:130px;
	font-weight:bold;
}

#right_column_bottom_inner{
	width:273px; /*263px*/
	/*padding:5px;*/
	margin-bottom:10px;

	/*background-image:url(../images/articleBg.png);
	background-repeat:repeat;*/
}
#right_column_bottom_inner .gray_box_rightCol h1 {
	margin-bottom:3px;
}

.gray_box_rightCol{
	margin-bottom:10px;
	padding:5px;
	
	background-image:url(../images/articleBg.png);
	background-repeat:repeat;
}

#right_column_bottom img{
	/*margin-top:5px;*/
}

#right_column_bottom h3{ margin-top:5px;}

#right_column_bottom .csc-textpic-caption{
	width:120px;
	font-family:Geneva, Arial, sans-serif;
	font-size:9px;
	margin-left:5px;
}


/*Bookmark */

.bookmark{
	background-color:#ffffff;
	float:right;
	margin-right:2px;
	padding:2px;
}

.bookmark img{
	display:block;
	border:1px solid #cccccc;
	padding:0px;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
}

/*Approved*/

.approved_box{
	width:33px;
	height:33px;
	
	/*margin-left:10px;*/
	background-image:url(../images/approved.png);
	background-position: top left;
	background-repeat:no-repeat;
	
	float:right;
}


/*Sitemap*/

.csc-sitemap ul{ margin-top:5px;}
	.csc-sitemap ul li{ margin-bottom:5px;}

/*Glossary Extended*/

.tx-sgglossary-pi1{ padding:5px;}
#searchform_tx_sgglossary_pi1{ text-align:center; font-weight:bold;}

/*Indexed Search*/

.tx-indexedsearch{ padding:5px;}
.tx-indexedsearch-searchbox form table tr td{ padding:5px;}

/*FlickR*/

#flickr_www{ background-color:#000000;}

/*Objektübersicht*/

.csc-textpic { padding:5px;}

/*Tagcloud - Plugins */
div.tx-vgetagcloud-pi1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: auto;
	vertical-align:middle
}
div.tx-vgetagcloud-pi1 a { text-decoration:none;}

/*Coloured Backgrounds */

.brown_bg{
	min-height:480px;
	height:auto;
	background-image:url(../images/articleBg2.png);
	background-repeat:repeat;
}


.green_bg{
	min-height:480px;
	background-image:url(../images/sucheBg.png);
/*	background-image:url(../images/articleBg2.png);*/
	background-repeat:repeat;
}

.gray_bg{
	min-height:480px;
	background-image:url(../images/articleBg.png);
	background-repeat:repeat;
}

/*Startseite BGs*/

.green_bg1{
/*	min-height:auto;*/
        background-image:url(../images/sucheBg.png);
/*	background-image:url(../images/articleBg2.png);*/
	background-repeat:repeat;
}

.gray_bg1{
/*	min-height:auto; */
	background-image:url(../images/articleBg.png);
	background-repeat:repeat;
	margin-bottom:10px;
}

/* +++ lg@dw: remove login and metanav +++ */

#login, #topnav {visibility: hidden; }