/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
	font-family:Verdana, Arial, sans-serif;
	color:#606060;
}
html, body {
	margin:0;
	padding:0;
	height:auto;
	/*overflow:auto;*/
}

html {
	background: #FFFFFF;
}

body {
	background: #FFFFFF;
	height: auto;
}


#wrapper{
    background: none;
}

form {
	margin:0;
	padding:0;
}


img {
	border:0;
}
#headerphoto {
	display: none;
	visibility: hidden;
}

#logo, #head{
	display: block;
	visibility: visible;
}

#navigationcontainer,#subnavicontainer, #subnavi2, #subnavi3 {
	display: none;
	visibility: hidden;
}

#blauesfeld {
	display: none;
	visibility: hidden;
}

#beckadler{
	display: none;
	visibility: hidden;

	/*filter:alpha(opacity=25);*/ /* IE's Transparenz*/
    /*opacity: 0.25;*/

}



#whiteBg {
	background-color:#fff;
	padding:12px;
	margin:0;
	top: 187px;
	left: 42px;
	width: 742px;
	float: left;
}

#teasersRight{
	float: left;
	display: none;
	visibility: hidden;
}

#footnotes{
	position: fixed;
	bottom: 0px;

    width: 100%;
	left: 52px;
    z-index: 100;
    text-align: left;
	float: left;
    
	display: none;
	visibility: hidden;
}

#content{
	float: left;
}



