/*------------------------------------------------------------------------------------*/
/* PULLDOWN MENU*/
/*------------------------------------------------------------------------------------*/

#sm_2, #sm_2 a, #sm_2 a:hover{	
	color: #0099ff!important;	
}

#sm_1, #sm_1 a, #sm_1 a:hover{	
	color: #ff6633!important;	
}




/*------------------------------------------------------------------------------------*/
/* SPECIALS */
/*------------------------------------------------------------------------------------*/

.none a, a.no-hover:hover{
	text-decoration: none!important;
	
}

.none a{
	color: #999;
}

.orange{
	background-color: #ff6633;
}

.blue{
	background-color: #0099ff;
}

#overlay{
	border: 0px solid red;
	background-image: url(../../resources/images/overlay.png);
	background-repeat: no-repeat;
	background-position: 85px -2px;
	height: 800px;
	width: 1200px;
	
	position: absolute;
	top:0px;
	left: -10px;
	z-index: 9999;
}

.top_link{
	margin: 40px 0px 0px 0px;

	display: block;
	background-image: url(../../resources/images/1/pfeil_oben.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Andale Mono", "Lucida Console";
	font-size: 12px;
}

.back_link{
	display: block;
	background-image: url(../../resources/images/1/pfeil_links.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Andale Mono", "Lucida Console";
	font-size: 12px;
}

.top_link:hover, .back_link:hover{

	text-decoration: underline;
}

/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	
	
	font-family: Arial, "Andale Mono", "Lucida Console";
	
	font-size: 12px;
	line-height: 140%;
	color: #333;
	
	
	background-image: url(http://www.unit-f.at/jart/prj3/unitf/resources/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 215px 0px;
	background-color: transparent;	
	
}

.content-holder{

	font-size: 14px;
	font-size: 12px;
}



.hide{
	display: none;
}


/*------------------------------------------------------------------------------------*/
/* HACK for fixed divs */
/*------------------------------------------------------------------------------------*/


html, body{
	overflow: hidden; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

#HACK-container { 
	height: 100%; 
	width: 100%;
	overflow: auto; 
	position: relative; 
	z-index: 2;
	margin: 0;
	padding: 0;
}

#focus-top-line{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	
	border-top:2px solid #fe6733; 
	border-top: none!important;  
	z-index: 9999;
	height: 2px;
	
	
	background-color: green;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-position: 215px 0px;
	background-color: transparent;	
	
	
}

#focus-bottom-line{
	position: absolute;
	top: 589px;
	left: 0px;
	width: 100%;
	
	border: 1px solid #fe6733!important;
	border: none!important;  
	z-index: 9999;
	
	background-color: green;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-position: 215px 0px;
	background-color: transparent;	
}



/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/



#wrapper{
	width: 98%;
	height: 110%;
	text-align: left;
	
	border: 0px solid red;
	
	
	
	
}

#pusher{
	/*padding-left: 3%;*/
}

#page{
	margin: 0px 0px 0px 144px;
	margin: 0px;
	margin: 0px 0px 0px 217px;
	margin: 0px 0px 0px 214px;
	width: 838px;
	text-align: left;
	border: 0px solid red;
}

#header{
	
	
	
	
}

#logo{
	 padding: 20px 0px 0px 9px;	
}

#logo a{
	color: #fe6733;
	text-decoration: none;
	font-size: 25px;
	
}


#bread-crumb{
	color: #333;
}

#bread-crumb a{
	color: #333;
	text-decoration:none;
}


/*------------------------------------------------------------------------------------*/
/* RELEASE SWITCH */
/*------------------------------------------------------------------------------------*/


#rel-switch a{
	text-decoration: none;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
}




/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu, #sub-menu, #sub-sub-menu{
	font-family: "Andale Mono", "Lucida Console";
}


#main-menu{
	border: 0px solid red;
	padding: 8px 0px 2px 0px;
	
}



#main-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 10px;	
	
}

#main-menu li{
	display: inline;
	margin-right: 20px;
}

#main-menu a{
	color: #fe6733;
	text-decoration: none;
	padding-bottom: 0px;
	margin-left: 10px;
	
	
}

#main-menu a img{
	border: none;
}

/*

#main-menu li a{
	border: 1px solid red; 
	width: 133px; 
	height: 24px;
	display: block;
	float: left;
}
*/

#main-menu li a:hover,#main-menu li a.active {
	
	text-decoration: none;
}

#main-menu a.active{

	/*border-bottom: 3px solid #fe6733;*/

}


/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/


#sub-menu{
	border: 0px solid red!important;
	position: absolute;
	top: 78px;
	top: 82px;
	left: 215px;

	width: 530px;
	width: 570px;

}


#sub-menu div{
	display: block;
}

#sub-menu a{
	border: 0px solid red;
	border-bottom: 2px solid #FFF;
	/*line-height: 25px;*/
}


#sub-menu a.active, #sub-sub-menu a.active{
	/*background-color: #fe6733;
	color: white;
	padding: 1px 3px 1px 3px;
	*/
	text-decoration: none!important;
	
	border-bottom: 2px solid #fe6733;


}



#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#sub-menu li{
	display: inline;
	/*border-left: 1px solid #fe6733;*/
	
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	
	
}


#sub-menu li a{
	color: #fe6733;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	
	
	
}

#sub-menu li a:hover, #sub-menu li a.active {
	
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------*/
/* SUB SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-sub-menu{
	border: 0px solid green;
	width: 200px;
	text-align: right;
	position: absolute;
	left: -213px;
	top: 6px;
}

#sub-sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#sub-sub-menu ul ul{
	margin: 3px 0px 20px 0px;
}	

#sub-sub-menu li{
	padding: 3px 0px 3px 0px;
	
}

#sub-sub-menu li li{
	padding: 2px 0px 2px 0px;
	padding: 2px 22px 2px 0px;
	background-image: url(../../resources/images/1/sub-sub-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 180px  4px;
}

#sub-sub-menu li li li{
	padding: 2px 0px 2px 0px;
	padding: 2px 22px 2px 0px;
	background-image: url(../../resources/images/1/sub-sub-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 158px  4px;
	
	
}




#sub-sub-menu a{
	color: #fe6733;
	text-decoration: none;
	
	
}

#sub-sub-menu li a:hover, #sub-sub-menu li a.active {
	
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid red;
	font-family: Georgia;
	font-size: 10px;
	color:  #fe6733;
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#serv-nav li{
	/*display: inline;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	border-left: 1px solid #fe6733;
	
}

#serv-nav a{
	display: inline!important;
	border: none!important;
	margin-left: 0px;
}




/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/



#page-content{
	border: 0px solid red;
}


#page-content-header{
	border-bottom: 2px solid #fe6733;
	position: relative;
	top: 0px;
	left: -100px;
	width: 635px;
	height: auto;
	margin-top: 120px;
	margin-top: 180px;
	

}

.title-left{
	border: 0px solid red;
	width: 100px;
	text-align: right;
	position: absolute;
	bottom: 8px;
	left: -13px;
	text-transform: uppercase;
	color: #fe6733;
	
	display: none;
	
}

.title-right{
	border: 0px solid red;
	width: 620px;
	text-align: left;
	position: absolute;
	bottom: 5px;
	left:110px;
}


.title-right h1{
	
	font-weight: normal;
	Font-family: "Courier New";
	font-size: 48px;
	line-height: 42px;

}

.title-right h2{
	
	font-weight: normal;
	Font-family: "Courier New";
	font-size: 20px;
	line-height: 23px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	
}



/*------------------------------------------------------------------------------------*/
/* CONTENT MAIN  */
/*------------------------------------------------------------------------------------*/

.content-holder{
	padding: 10px 0px 50px 10px;
}
/*------------------------------------------------*/
.content-main-1{	
	/*background-color:#fddfd6;*/
	width: 618px;
}
/*------------------------------------------------*/
.content-main-21{	
	
	width: 406px; 
	float: 	left; 

}

.content-main-22{	

	width: 193px; 
	float: left; 
	margin-left: 15px;

	font-size: 12px;
	
}

.content-main-22 .avtext{
font-family: "Andale Mono", "Lucida Console"!important;
}

/*------------------------------------------------*/

.content-main-31{	
	
	width: 193px; 
	float: left; 
}

.content-main-32{	
	
	width: 193px; 
	float: left; 
	margin-left: 20px;

}

.content-main-33{	
	
	width: 193px; 
	float: left; 
	margin-left: 20px;

}

/*------------------------------------------------*/

.news-main-31{	
	
	width: 193px; 
	float: left; 
}

.news-main-32{	
	
	width: 193px; 
	float: left; 
	margin-left: 18px;

}

.news-main-33{	
	
	width: 193px; 
	float: left; 
	margin-left: 18px;
}

/*------------------------------------------------*/

.style1{
	/*color: green;*/
	font-size: 14px!important;
	font-family: Arial, "Andale Mono", "Lucida Console"!important;
}

.style2{
	/*color: red;*/
	font-size: 12px!important;
	font-family: "Andale Mono", "Lucida Console"!important;
}


/*------------------------------------------------------------------------------------*/
/* RIGHT BOX */
/*------------------------------------------------------------------------------------*/


.right-box-holder{
	position: relative; 
	border: 0px solid red;
	
}

.right-box{
	padding-top: 4px;
	position: absolute; 
	left: 649px;
	width: 200px;
	border: 0px solid red;
	
}


.right-box{
	font-family: "Andale Mono", "Lucida Console";
}

.right-box .trenner, .right-box h6{
	background-image: url(../../resources/images/1/trenner.jpg);
}

.right-box a{
	text-decoration: none;
}

.right-box a:hover{
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border: 1px solid green;
	
}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

a, a.avtext{
	color: #fe6733;
	text-decoration: none;
}


a:hover, a.avtext:hover{
	
	text-decoration: underline!important;
}


p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-family: "Andale Mono", "Lucida Console";
	font-size: 30px;
	line-height: 32px;
	padding: 0px;	
	margin: 0px;
	font-weight: normal;
}

h2{
	font-family: "Andale Mono", "Lucida Console";
	font-size: 16px;
	line-height: 18px;
	padding: 0px;	
	margin:0px 0px 10px 0px;;
	font-weight: normal;
}

h3, h4, h5, h6{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
}

h4{
	font-family: "Andale Mono", "Lucida Console";
	font-size: 13px;
	line-height: 16px;
	padding: 0px;	
	margin:0px 0px 10px 0px;;
	font-weight: normal;
}

h5{
	font-size: 11px;
	color: #999;
	font-weight: normal;
	/*font-style: italic;*/
	font-family: "Andale Mono", "Lucida Console";
}

.avtext ol, .avtext ul, ul.avtext, ol.avtext, .style2 ul, .style2 ol{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.avtext li, li.avtext, .style2 li{
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;	
	background-image: url(../../resources/images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-position: -12px 6px;
	background-color: transparent;	
}

.multi-formular li{
	background-image: url(../../resources/images/li2.jpg);
}

.avtext ol li, ol li.avtext, .style2 ol li{
	background-image: url(../../resources/images/ol.jpg);	
}


/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery img{
	border: none;
	margin-right: 10px;
	margin-bottom: 8px;
	
}



/*------------------------------------------------------------------------------------*/
/* SPECIAL TEASER */
/*------------------------------------------------------------------------------------*/

.special-teaser-container{
	position: relative; 
	z-index: 9999;
}

.special-teaser {
	position: absolute;
	top: 130px;
	left: 580px;
	width: 200px;
	width: 183px;
	
	z-index: 999999;
	
	background-color: #fe6733;
	color: white;
	padding: 5px;
	
	font-size:14px;
	cursor: pointer;
	
	cursor: move;
}

.special-teaser h1{
	font-size:14px;
	line-height: 16px;
}

.special-teaser a{
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	font-family: "Andale Mono", "Lucida Console";
	font-size: 12px;
	line-height: 12px;
}


/*------------------------------------------------------------------------------------*/
/* NEWS BOX */
/*------------------------------------------------------------------------------------*/

#s-cuts{

	position: absolute; 
	left: 210px; 
	top: 290px;
	top: 265px;
	font-family: "Andale Mono", "Lucida Console";
	font-size: 12px;
}

.news_rss{
	position: absolute; 
	left: 114px; 
	left: 125px;
	top: 275px;
	top: 350px;
	top: 240px;
	font-family: "Andale Mono", "Lucida Console";
}

.news_rss img{
	margin-right: 5px;
}

.news_rss a{
	font-size: 12px;
}

.news_rss a:hover{

	text-decoration:underline;
}


.news-box{
	font-family: "Andale Mono", "Lucida Console";
	margin-bottom: 20px;
}

.news-box .avtext, .newsletter_toptext{
	font-family: Arial, "Andale Mono", "Lucida Console";
	
	font-size: 13px;
	line-height: 17px;
}

.news-box h2{
	margin-bottom: 10px;
}

.news-box h2, .news-box h1{
	/*color: #fe6733;*/
	
	
}

.news-box h1{
	font-size: 22px;
	line-height: 25px;
}

.more_link{
	font-family: "Andale Mono", "Lucida Console";
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	
	text-decoration: none;
}

.more_link:hover{
	text-decoration: underline;
}

.trenner, h6{
	background-image: url(../../resources/images/trenner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;	
	
	padding: 8px 0px 10px 0px;
	font-family: "Andale Mono", "Lucida Console";
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

h2.strike{

	background-image: url(../../resources/images/trenner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;	
	padding: 8px 0px 0px 0px;
	font-size: 18px;
	line-height: 18px;
}

h2 .categorie{

	font-size: 11px;
	line-height: 14px;
	margin-bottom:8px;
}


.news-box .trenner{
		padding: 5px 0px 2px 0px;
}


.referenzen .news-box h2 a, .news-box h1 a, .news-box h2 a, .referenzen .news-box h2 a:hover, .news-box h1 a:hover, .news-box h2 a:hover{
	color: black;
	text-decoration: none!important;
}



.sk-list{
	border: 0px solid red;
	float: left; 
	padding-right: 20px; 
	margin-bottom: 10px; 
	width: 192px; 
	height: 310px;  
	text-align: center;
	
	font-family: "Andale Mono", "Lucida Console";
}

.sk-list img{
	margin-bottom: 3px;
}


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.download{
	margin: 0px 0px 15px 0px;
}

.download img{
	margin: 0px 5px 0px 0px;
	background-color: white;
}

.download a.download_link{
	text-decoration: none;	
}

.download a.download_link:hover{
	text-decoration: none;	
	background-color: #fe6733;
	color: white;
}


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.bildunterschrift{
	margin-top: 3px;
	font-family: "Andale Mono", "Lucida Console";
	font-size: 11px;
	color: #333;
}



/*------------------------------------------------------------------------------------*/
/* SUCH BOX  &  LOGIN BOX*/
/*------------------------------------------------------------------------------------*/

#date-form .small-font{

font-size: 10px;
}

#search-form, #login-form, #date-form{
	border: 0px solid red;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#search-form legend, #search-form label, #login-form legend, #login-form label, #date-form legend{
	display: none;
	margin: 0px;
	padding: 0px;
}

#search-form fieldset, #login-form fieldset, #date-form fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#search-form input, #login-form input, #date-form input, #date-form select{
	width: 160px;
	border: none;
	border-top: 1px solid #ff6633;
	border-left: 1px solid #ff6633;
	margin-bottom: 10px;
	color: #ff6633;
	
	
	font-family: "Andale Mono", "Lucida Console";
}


#search-form input.button, #login-form input.button, #date-form .button{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffe3df;
	display: block;
	width: auto;
	border: 1px solid #ff6633;
	border-top: 1px solid #ffe3df;
	border-left: 1px solid #ffe3df;
	color: #ff6633;
	font-size: 10px;
	width: 60px;
}

.multi-form-button{
	border: none;
	margin: 0px 0px 0px 0px;
	background-color: #ffe3df;
	border: 1px solid #ff6633;
	border-top: 1px solid #ffe3df;
	border-left: 1px solid #ffe3df;
	color: #ff6633;
	font-size: 10px;
}

#date-form select{


}

.such-eintrag{
	background-image: url(../../resources/images/trenner_search.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;	
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 20px 0px;
	
	border: 0px solid red;
}

.such-eintrag a{
	text-decoration: none;
}

.such-eintrag h1 , .such-eintrag h1 a{
	color: black;
	
	font-size:22px;
	line-height:25px;
}

.such-eintrag .bread{
	padding: 3px 0px 3px 0px;
	color: #999;
	font-size: 11px;
}

/*------------------------------------------------------------------------------------*/
/* NEWS */
/*------------------------------------------------------------------------------------*/
.news-f-company, .news-f-company .more_link {
	color: #0099ff;
}


.news-f-company_avtext a{
	color: #0099ff;
}

.news-f-office, .news-f-office .more_link  {
	color: #fe6733;
}

.news_copyr {
	font-size: 9px;
	margin-bottom: 15px;
}

.news_copyr .img-links{

	padding-left: 5px;
}

.seiten-blaettern{
	font-family:"Andale Mono","Lucida Console";
	font-size:12px;
	text-align: right;
}
.seiten-blaettern a{
	padding: 3px 0px 3px 5px;
}

.seiten-blaettern .next{
	margin-left: 20px;

}

.seiten-blaettern .prev{
	margin-right: 20px;

}



/*------------------------------------------------------------------------------------*/
/* SOCIAL BOOKMARKS */
/*------------------------------------------------------------------------------------*/

div#sbdiv {

	/*background-image: url(../../resources/images/1/trenner.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	
	
	width: 160px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #fe6733;
	background-color: #FFF;
	
	
	/*font-family: "Andale Mono", "Lucida Console";
	text-transform: uppercase;*/
	font-size: 11px;
	font-weight: normal;
}

div#sbdiv .header{
	border-bottom: 0px solid #fe6733;
	padding: 0px 0px 0px 0px;
}

div#sbdiv:hover {

	
}

div#sbdiv span{
	display: block;
	padding: 0px 3px 0px 0px;
	border-bottom: 0px solid #fe6733;
	
	font-family: "Andale Mono", "Lucida Console";
	text-transform: uppercase;
	
}

div#sbdiv a{
	display: block;
	padding: 3px 3px 2px 24px;
	
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

div#sbdiv a:hover {
	background: #fe6733;
	color: white;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}



/*------------------------------------------------------------------------------------*/
/* SITEMAP */
/*------------------------------------------------------------------------------------*/

#sitemap a:hover{
	text-decoration: underline;
}

/*-----------------------------------------*/

#sitemap ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Andale Mono", "Lucida Console";
}


#sitemap ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 0px solid #333;
	
}

#sitemap ul li a {

	font-size: 16px;
}

/*-----------------------------------------*/

#sitemap ul ul{
	list-style-type: none;
	margin: 15px 15px 0px 60px;
	padding: 0px;
	
	border: 0px solid red;
}

#sitemap ul ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	border: 0px solid red;
	
	background-image: url(../../resources/images/1/trenner.jpg);
	background-repeat: no-repeat;
	background-position: -93px 6px;
	
}

#sitemap ul ul li a{
	font-size: 11px;
}

/*-----------------------------------------*/


#sitemap ul ul ul{
	list-style-type: none;
	margin: 0px 0px 15px 20px;
	padding: 0px;
	border: 0px solid red;
}

#sitemap ul ul ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border: 0px solid red;
	
	background-image: url(../../resources/images/1/trenner.jpg);
	background-repeat: no-repeat;
	background-position: -105px 6px;
}


#sitemap ul ul ul li a{
	
	font-size: 11px;
	
}

#sitemap .servnav li{
	background-image: url(../../resources/images/trenner.jpg);
}

#sitemap .servnav a {
	color: #333;
}


#sitemap .blue_links li{
	background-image: url(../../resources/images/2/trenner.jpg);
}


#sitemap .blue_links a {
	color: #0099ff;
}



/*------------------------------------------------------------------------------------*/
/* MULTI FORMULAR */
/*------------------------------------------------------------------------------------*/

.error{
	padding: 10px;
	background-color: #FFB9B9;
	color: red;
	margin: 10px;
	border: 1px solid red;
}


div.multi-formular{
	padding: 5px 10px 10px 30px;
	background-color: #fe6733;
	color: #FFF;
	
}

div.multi-formular form input, div.multi-formular form textarea, .multi-formular{
	font-family: Arial;
	color: #333;
}

div.multi-formular form legend, div.multi-formular form fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}


div.multi-formular form legend{
	color: black!important;
	display: none!important;
}

div.multi-formular form label{
	margin-top: 5px;
	display: block;
}
/*------------------------------------------------------------------------------------*/
/* PRESSE DOWNLOADS */
/*------------------------------------------------------------------------------------*/

.presse_downloads{

}

.download_item{
	border: 0px solid red;
	margin: 0px 10px 50px 0px;
	float: left;
}


/*------------------------------------------------------------------------------------*/
/* JURY */
/*------------------------------------------------------------------------------------*/


.jury-eintrag{
	margin: 0px 0px 25px 0px;
	font-family: "Andale Mono", "Lucida Console";
	font-size: 12px;
}


.jury-eintrag h2{

	background-image: url(../../resources/images/trenner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;	
	
	padding: 8px 0px 0px 0px;
	/*font-family: "Andale Mono", "Lucida Console";
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;*/
}


/*------------------------------------------------------------------------------------*/
/* F?RDERUNGEN */
/*------------------------------------------------------------------------------------*/

table.foerderungen-app{
	border: 0px solid red;
	width: 100%;
	margin-bottom: 20px;
}


table.foerderungen-app td{
	border: 0px solid red;
	width: 20%;
}


table.foerderungen-app td h6{
	padding-bottom: 3px;
}
/*------------------------------------------------------------------------------------*/
/* SHORTCUTS */
/*------------------------------------------------------------------------------------*/

p.avtext, div.avtext, td.avtext{
	font-size: 12px;
}
/*------------------------------------------------------------------------------------*/
/* WEB USER REGISTER	 */
/*------------------------------------------------------------------------------------*/

a.register-link{
	text-decoration: underline;
	
}

.DB-user-comments .user{
padding: 10px 10px 0px 0px;font-size: 10px;


}
.DB-user-comments .comment{
	border: 1px solid #CCC;
	padding: 10px;
}

.comment-form input{
	width: 100%;
	border: 1px solid black;
}

.comment-form textarea{
	width: 100%;
	height: 150px;
	border: 1px solid black;
}

.comment-form .button{

	width:  auto;
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.table_cell {
	background-color: #FFF;
	color: #000;
	padding: 2px;
}

.table_cell_caption {
	padding: 2px;
}

.table {
	border-collapse: collapse;
}

.table td{
	border: solid 1px #AAA;
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/