/*file: intevation.css***********************************/
/********************************************************/
/*autor:benjamin kirschner benni.kirschner@intevation.de*/
/********************************************************/
/*style (layout) css for intevation website**************/
/********************************************************/


* { 	
	padding:0;
	margin:0;
}

#box {position:relative;}
/****************************/
/*COMMON SELECTORS***********/
/****************************/
body {
	font-family:"Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size:76%;
	font-size-adjust:none;
	font-stretch:normal;		
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	padding:0pt;
        text-decoration:none;
        text-align:left;
}

h1, h2 {
	border-bottom:1px solid #415e8e;
	margin:5px 0;
}

h1, h2, h3 { 
        font-size:90%;
        clear:both;
}

h1 b, h2 b {font-size:115% }
h3 {	margin:5px 0;
        font-size:85%;
}
h3 b {font-size:100%;}
h4 { font-size:90%;}
ul {
        padding:0 0 0.5em 0;
        list-style-type:none;
        list-style-position:outside;
}

ul li {
        /*list-style-image: url(images/icons/square.gif);*/
        margin:0 0 0 1.3em;
        list-style-type:square;
}

p {
	padding:0 0 1em 0;
}


b {
        font-size:95%;
}
#clearer, #footer, .clearer {
        clear:both;
}

#footer {
        height:8em;
}

img, a img {
        float:left;
        padding:0 5px 0 0;
        margin: 0 5px 0 0;
}

.img_text_100 img{
        float:none;
}


#outer_header_wrapper, #content_submenu, #submenu, .skiplink, .submenu_centerbox {
display:none;
}
