@import url(adbk_content.css);


* html
    {
    overflow-y: hidden;
    }


body
	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 455px;
	overflow-y: hidden;
	font-family: arial, sans serif;
	font-size: 11px;
	background: #333333 url(/Layout/img/hint_body960.gif) center 56px repeat-y;
	}

*html body

	{
height: 100%;
	overflow: hidden;
	}


table, tr, td
	{
		font-size: 12px;
				
	}





#content
	{
	width: 712px;
	font-size: 12px;
	color: #000;
	margin: 0 0 0 0px;
	line-height: 140%;
	}

#content a
	{
	color: #009900;
	text-decoration: none;
	}

#content p
	{
	margin: 0px 0 17px 0;
	
	}

#content h1
	{
	font-size: 12px;
	font-weight: strong;
	color: #000;
	margin: 0 0 17px 0;
	}

#content h2
	{
	font-size: 12px;
	font-weight: strong;
	color: #000;
	margin: 0 0 0 0;
	}

	

#content h3
	{
	font-size: 12px;
	font-weight: strong;
	color: #000;
	line-height: 17px;
	}
	

#content ul
       {               
       list-style: none;
       margin: 0px 0 17px 0;
       padding: 0; 
       }

#content ul li
	   {	   
	   margin: 0 0 0px 0;
	background: url(/Layout/img/list.gif) 0 11px no-repeat;    
	padding: 0 0 0 14px;        	        
  	   }


#content ul.people
       {               
       list-style: none;
       margin: 0px 0 17px 0;
       padding: 0; 
       }

#content ul.people li
	   {	   
	 margin: 0 0 17px 0;        	        
	padding: 0 0 0 0;        	
	background: transparent;   
	}

#content a img 
	{
	border: 0;
	background: transparent;
	}




#content p.nextpage
	{	
	
	float: right;	
	font-size: 12px;
	white-space: nowrap;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}

p.nextpage a
	{
	 background-image: url(/Layout/img/pfeil_next.gif);
	 background-repeat: no-repeat;
	 background-position: right 1px;	   
	 padding: 0px 15px 0 0px;
	text-decoration: none;
	color: #009900;
	}

/*p.nextpage a
	{
	 background-image: url(/Layout/img/pfeil_next.gif);
	 background-repeat: no-repeat;
	 background-position: 0px 1px;	   
	 padding: 0px 0 0 15px;
	text-decoration: none;
	color: #009900;
	}*/


#content p.previouspage
	{	
	
	float: left;	
	font-size: 12px;
	white-space: nowrap;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}

p.previouspage a
	{
	 background-image: url(/Layout/img/pfeil_previous.gif);
	 background-repeat: no-repeat;
	 background-position: 0px 1px;	   
	 padding: 0px 0 0 15px;
	text-decoration: none;
	color: #009900;
	}


#content p.copy 
	{	
	clear: both;
	float: right;	
	font-size: 11px;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	}



#content hr
	{
	border-top: 1px solid #333;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: 1px;
	color: #333;
	margin: 15px 0 15px 0;
	}

.imgright
	{
	float: right;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	}

*html .imgright 
	{
	margin:0 -3px 0 -3px;
	}

.imgacross
	{
	margin: 0 0 0 0;
	border: 0px;
	}


/*TOP Navigation Specs*/
.topnav
 	{
	position: relative;
 	top: 23px;
 	left: 0px;
 	width: 600px;
 	height: 44px;
 	background: transparent;
 	}


.topnav ul li
	{
	
	padding: 10px 0 1px 0;
	background:  url(/Layout/img/nav.gif) 0px -1px no-repeat;
	}


/*TOP Navigation Specs*/
.bottomnav
 	{
 	position: absolute;
 	top: 10px;
 	left: 28px;
 	background: transparent;
 	
 	}

.bottomnav ul li
	{    
	padding: 2px 0 1px 0;
	font-weight: normal;
	height: 33px;
	background:  url(/Layout/img/bottomnav.gif) 0px -1px no-repeat;
	}

.bottomnav ul li a
	{
    color: #999 !important;
    text-decoration: none;
    padding: 5px 0px 0px 0px;
	}

.bottomnav ul li a:hover
	{
    color: #fff !important;
    text-decoration: none;
   
	}

.bottomnav ul li.hi a
	{
    color: #fff !important;  
	}


/*Search Specs*/
.search
 	{
 	position: absolute;
 	right: 28px;
 	top: 10px;
 	padding: 0px 0 0 0;
 	margin: 0px 0px 0 0; 
 	height: 33px;
 	background: transparent;
 	}

.search ul
	{
	list-style:none;	
    margin: 0px 0 0px 0px;             
    padding: 0px;
	}
	
	
.search ul li
	{
	float: left;
    font-size: 11px;
    font-weight: normal;
	background: url(/Layout/img/bottomnav.gif) 0 0px no-repeat;    
	padding: 2px 0 1px 0;
	height: 33px;

	}
.search ul li a
	{
    color: #999;
    text-decoration: none;
   
    padding: 0px 0px 0px 23px;
    /*padding: 5px 18px 0px 23px; */
	}

.search ul li.hi a
	{
    color: #fff;
    text-decoration: none;
	}

.search ul li a:hover
	{
    color: #fff;
    text-decoration: none;
	}
	
/* Symposium, Austellungen, Monatsuebersicht*/



table.events, table.events tr
	{
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	}

td.hintgrey
	{
	background: #b9b9b9;
	padding: 5px 0 5px 5px;
	white-space: nowrap;
	}

td.hintgreyimg
	{
	background: #b9b9b9;
	padding: 0px;
	}

td.calmonat
	{
	padding: 5px 0 5px 20px;
	}
	
td.sympevent
	{
	padding: 5px 0 5px 5px;
	}

td.borderbottom
	{
	border-bottom: 8px solid #e7e7e7;
	}

table.ausmuseen
	{
	margin: 0 0 8px 0;
	}

/*Kalender*/

.calprev
	{
	border: 1px solid #b9b9b9;
	padding: 5px 0 2px 5px;
	margin: 0 0 10px 0;
	background: #b9b9b9;
	}


	
.calprev.selected
	{
	border: 1px solid #333;
	}

.calprev td
	{
	padding: 0 10px 3px 0;	
	}

#content .calprev a.j200
	{
	color: #FE6600;
	text-decoration: none;
	}
	
.calprev a
	{
	color: #009900;
	text-decoration: none;
	}

#content .caldet a
	{
	color: #009900;
	text-decoration: none;
	}

#content .caldet a.detail
	{
	background: url(/Layout/img/pfeil.gif) 0px 1px no-repeat;	   
	padding: 0px 0 0 15px;
	text-decoration: none;
	color: #009900;
	}


#content .calprev a.hi
	{
	color: #999999;
	text-decoration: none;
	}
	
.caldet
	{
	border: 1px solid #b9b9b9;
	padding: 5px 0 0px 5px;
	margin: 0 0 0 0;
	background: #b9b9b9;
	}
	
	
/*Navigation*/

.nav
 	{
 	background: transparent;
 	}

.nav ul
	{
	list-style:none;	
    margin: 0px 0 0px 0px;             
    padding: 0px; 
    
    
	}
	
.nav ul li
	{
	float: left;
    font-size: 11px;
    font-weight: normal;
    height: 33px;
    
	             
	
	
	}

.nav ul li.first
	{
	height: 33px;          
	white-space: nowrap;
	
	background: transparent;
	}


.nav ul li.hi a
	{
    color: #999999;  
	}



.nav ul li a
	{
    color: #000;
    text-decoration: none;
    padding: 5px 20px 0px 20px;
	}


.nav ul li a.j200
	{
    color: #FE6600;
    text-decoration: none;
    padding: 5px 20px 0px 20px; 
	}

.nav ul li.first a
	{
    
    text-decoration: none;
    padding: 5px 20px 0px 0px;
	}
	

.nav ul li a:hover
	{
    color: #999999;
    text-decoration: none;
	}


/* 2nd Navigation*/


#nav2nd
 	{
 	width: 180px;
	
 	}

ul#nav2nd
	{
	list-style:none;	
    margin: 0px 0 0px 28px;             
    padding: 0px; 
    
	}

ul#nav3rd
	{
	list-style:none;	
    margin: 0px 0 0px 0px;             
    padding: 0px; 
    
	}


	
ul#nav2nd li
	{
    font-size: 11px;
    font-weight: normal;
	padding: 0px 0 0px 0;
	margin: 11px 0px 0px 0px;
	}

ul#nav2nd li.first
	{
    margin: 0px 0px 0px 0px; 
	background: transparent;
	}


ul#nav2nd li.first a.hi
	{
    color: #999;    
	}

ul#nav2nd li a.hi
	{
    color: #999;    
	}

ul#nav2nd li a.j200
	{
    color: #FE6600;
    text-decoration: none;
    padding: 0; 
	}


ul#nav2nd li a
	{
    color: #000;
    text-decoration: none;
    padding: 0;
    
	}






ul#nav2nd li.first a
	{
color: #000;
    text-decoration: none;
    padding: 0;  
	}

ul#nav2nd li a:hover
	{
    color: #999999;
    text-decoration: none;
	background: transparent;
	}


ul#nav3rd li a, ul#nav2nd li.first>ul#nav3rd li a
	{
    color: #000;
    display: block ! important;
    text-decoration: none;
    padding: 0 0 0 13px;
    background:  url(/Layout/img/nav3rd.gif) 0px 10px no-repeat; 
	}

*html ul#nav3rd li a, *html ul#nav2nd li.first ul#nav3rd li a
{
    color: #000;
    display: block ! important;
    text-decoration: none;
    padding: 0 0 0 13px;
    background:  url(/Layout/img/nav3rd.gif) 0px 10px no-repeat;     

height: 5px;
	}

ul#nav3rd li a.j200, ul#nav2nd li.first>ul#nav3rd li a.j200
	{
    color: #FE6600;
    display: block ! important;
    text-decoration: none;
    padding: 0 0 0 13px;
    background:  url(/Layout/img/nav3rd200.gif) 0px 10px no-repeat; 
	}

*html ul#nav3rd li a.j200, *html ul#nav2nd li.first ul#nav3rd li a.j200
	{
    color: #FE6600;
    height: 5px;
display: block ! important;
    text-decoration: none;
    padding: 0 0 0 13px;
    margin: 0;
    background:  url(/Layout/img/nav3rd200.gif) 0px 10px no-repeat; 
	}


ul#nav3rd li a.hi, ul#nav2nd li.first>ul#nav3rd li a.hi
	{
    color: #999;
    display: block ! important;
    text-decoration: none;
    padding: 0 0 0 13px;
    background:  url(/Layout/img/nav3rd_hi.gif) 0px 10px no-repeat; 
	}

*html ul#nav3rd li a.hi, *html ul#nav2nd li.first ul#nav3rd li a.hi
	{
    color: #999;
    height: 5px;
display: block ! important;
    text-decoration: none;
    padding: 0 0 0 13px;
    margin: 0;
    background:  url(/Layout/img/nav3rd_hi.gif) 0px 10px no-repeat; 
	}

ul#nav3rd li a:hover, ul#nav2nd li.first>ul#nav3rd li a:hover
	{
    color: #999999;
    text-decoration: none;
    background:  url(/Layout/img/nav3rd_hi.gif) 0px 10px no-repeat; 
	}

*html ul#nav3rd li a:hover, *html ul#nav2nd li.first ul#nav3rd li a:hover
	{
    color: #999999;
    text-decoration: none;
    background:  url(/Layout/img/nav3rd_hi.gif) 0px 10px no-repeat; 
	}



.column100
	{
	float: left;
	width: 100px;
	margin: 0 0px 0 0;
	background: transparent;
	}


.column512
	{
	float: left;
	width: 512px;
	margin: 0 0px 0 100px;
	background: transparent;
	}


.column396
	{
	float: left;
	width: 396px;
	margin: 0 0 0 0;
	background: transparent;
	}

.column296
	{
	float: left;
	width: 296px;
	margin: 0 0 0 20px;
	background: transparent;
	}


/*Formulare*/

#content input , #content select
	{
font-size: 12px;
	background: #fff;
	border: 1px solid #b9b9b9;
	margin: 0 10px 0px 0;
	}

#content input.submit
	{
	color: #333;
	border: 1px solid #333;
	font-weight: normal;
	padding-left: 19px;
	background: url(/Layout/img/pfeil_gr.gif) 3px 3px no-repeat;
	}

*html #content input.submit /*IE6*/
	{
	color: #333;
	border: 1px solid #333;
	font-weight: normal;
	padding-left: 17px;
	background: url(/Layout/img/pfeil_gr.gif) 3px 1px no-repeat;
	}

*+html #content input.submit /*IE7*/
	{
	background: url(/Layout/img/pfeil_gr.gif) 3px 1px no-repeat;
	}

/*Frame Layout*/

#main 
	{
	text-align: left; 
	margin: 0 auto;
	
	/*background: #ccc;*/
	width: 960px;
	height: 100%;
	}

*html #main
	{
	height: 100%;
	overflow: hidden;}

#frtop
	{
	text-align: left;
	
	width: 904px;
	height: 56px;
	padding: 0 28px 0 28px;
	overflow: hidden;
	background: transparent;
	/*background: #ccc url(/Layout/img/hint_header.jpg) 0 0 no-repeat;*/
	}
	


#frtop h1, #frtop h2
	{
	position: absolute;
	visibility: hidden;
	}

#frbottom
	{
	text-align: left;
	position: absolute;
	bottom: 0px;	
	width: 908px;
	height: 50px;
	overflow: hidden;
	background-color: #333333;
	padding: 0 28px 0 28px;
margin-left: -2px;
	}
	


#navleft
{
position: absolute;
top: 152px;
width: 220px;
bottom: 50px;
overflow: hidden; 
background: transparent;
}



*html #navleft
{
height: 400px;
overflow: hidden;
}

#frcontent
	{
	margin-left: 220px;
	text-align: left; 
	position: absolute;
	top: 152px;
	bottom: 50px;
	overflow: auto;
	width: 740px;
	}

* html #frcontent
	{ 
	height: 60%;
	/*border-bottom: 1px solid #b9b9b9;*/
	
	}




/* Seiteninfo */
.seiteninfo
 	{
	padding: 5px;
 	position: absolute;
 	top: 23px;
 	left: 28px;
 	width: 90%;
 	height: 100px;
	border: solid 1px #FF0000;
 	background-color: #FFAAAA;
 	}






