
/*
-----------------------------------------------
Publicform style
version:  2010-02-24
----------------------------------------------- */


/* Basic styles
----------------------------------------------- */


html,body, ul, li { margin: 0; padding: 0; }


/*div { border: 1px solid #CC0000; }*/



body { background: #FFF; font: 14px Verdana, sans-serif; color: #333333; }
body {background: #FFF  url(/lib/images/basic/fond4.jpg) no-repeat 50% 0 ;}


a { color: #333333;}	

a img  { border: none;}
a:visited img { border: none;}
	
	
#content { width: 960px; margin: 0 auto; padding-bottom: 50px;}

	

/* Header / Navigation styles
----------------------------------------------- */

#head  { position: absolute; top: 30px; width: 960px; height: 36px; z-index: 99;}

.logo { float: right; width: 158px; padding-right: 125px;}

.navigation {  width: 500px; height: 15px;  margin: 50px 0 0 160px;}

.navigation  a { margin-right: 40px; }
.navigation a.aktiv { text-decoration: none; } /*FFAB00*/



/* Content styles
----------------------------------------------- */
		
.things { margin: 0 auto; width: 960px; margin-top: 120px; margin-left: 5px; }
	
.text { padding: 20px 40px; line-height: 20px; width: 650px; margin: 0 auto; background: transparent  url(/lib/images/basic/textback.png) repeat-y;

/*
-webkit-box-shadow: 1px 1px 5px #cccccc;
-moz-box-shadow: 1px 1px 5px #cccccc;
box-shadow: 1px 1px 5px #cccccc;
*/
}

.texttop { width:730px; height:12px; background: transparent  url(/lib/images/basic/texttop.png) no-repeat;margin:0 auto;}
.textbottom { width:730px; height:12px; background: transparent  url(/lib/images/basic/textbottom.png) no-repeat;margin:0 auto; margin-bottom: 15px;}
	
.text p { margin: 3px 0 15px 0; }
	
.text p.small { font-size: 10px; line-height: 13px;display: block; padding-top: 0; }	

.text h2 { color: #444444; font-size: 15px; line-height: 0px; padding-bottom:5px; }

a.textlink { color: #333333;}	
a.textlink:hover { color: #717d80; }

.bc { margin-top: 20px; margin-bottom: 12px; font-size: 11px; }


/* Footer styles
----------------------------------------------- */

.footer { padding: 10px; font-size: 12px;}



/* Special styles
----------------------------------------------- */
  
#banner { /* ia konferenz banner   */

		position: absolute;
    	top: 340px;
        left: 60%;
        z-index:77;
	
      
    }   
    


#ie6box { /* ie6 hinweis */

		position: absolute;
        top: 496px;
        margin-left: 150px;
        width: 500px;
        background-color: #ccc;
		color: #333;
        padding: 10px 10px 10px 6px;
        z-index:86;
		font-size: 12px;
        line-height: 15px;
        
    } 
	
	
#ie6box a { color: #333; }	
	
		
		
		
		


/*.text { _border: 1px solid #ccc;}*/



