/*
BioGaia CSS

Colors:
BioGaia Orange: 		#F18E00;
BioGaia Grey:			#878889;
BioGaia Black:		 	#1a171b;
BioGaia Header Grey: 	#e3e4e4;
BioGaia White:			#ffffff;
*/

/*
Grundformate
*/

body {
	background-color:#878889;
	padding:0;
	margin:0;
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#1a171b;
}

p{
	margin:0px;
	padding:0px;
	border:none;
}

span{
	margin:0px;
	padding:0px;
	border:0px;
}
img{

	border:0px;
}
a:link{
	text-decoration:underline;
	color:#000000;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

a:visited{
	text-decoration:underline;
	color:#000000;
}



a:hover{
	/*text-decoration:underline;*/
}

/* ----------container zentriert das layout-------------- */
#container {
	width:900px;/*70em;*/
	height:auto;
	margin:0;
	padding:0;
	background-color:#F18E00;
}

/* ----------banner for logo-------------- */
#banner {
	height:90px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	background-image:url(rissbackground.gif); background-repeat:repeat-x;
	overflow:visible;
	min-width:900px;
	width:expression(document.body.clientWidth < 898? "900px": "auto" );
}


/*allenfalls noch als platzhalter gebrauchen 
#mainnavi {
	margin: 0;
	padding: 0;
	background-color: #E0A3B7;
}
*/
/* -----------------Navigation--------------------- */
div#ewologo{
	float:left;
	margin-left:5px;
	padding-top:5px;
	position:relative;
}

#ewologo img{
	border-style:none; 
}

/*
Menu is in extern stylesheet
--> drop_down_menu.css
*/

/* -----------------Inhalt--------------------- */
#content {
	min-height:800px;
  	height:auto !important;
  	height:800px;
	float:left;
	width:700px;/*53.54em; /*55em*/
	/*height:auto;
	min-height:800px;*/
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
html>body #content{
	width:700px;/*53.54em; /*55em*/
}

#whitewrapper{
	width:100%;
	background-color:#ffffff;
}

.gaia-slogan{
	clear:both;
	font-size:4em;
	font-weight:normal;
	color:#f29400;
	margin-top:40px;
	margin-left:40px;
	margin-bottom:48px;
}

h1.content{
	margin-left:40px;
	font-weight:normal;
	margin-bottom:3px;
}

p.contenttext{
	margin-left:40px;
}

table{
	margin-left:20px;
}

div#content h1{
	margin-left:40px;
	font-weight:normal;
	margin-bottom:3px;
}

.head1{
	display:block;
	margin-left:40px;
	font-weight:bold;
	margin-bottom:0px;
	font-size:1.6em;
	line-height:1.5em;
	margin-top:15px;
}

div#content p{
	margin-left:40px;
	line-height:1.3em;
	margin-bottom:8px;
}

div#content p span{
	margin-left:0px;
}



p.answer{
	display:none;
	visibility:hidden;
}

p.question{
	font-weight:bold;
	cursor:pointer;
}

p.question a:link{
	text-decoration:none;
	color:#1a171b;
}

p.question a:hover{
	text-decoration:none;
	color:#e3e4e4;
}

p.question a:visited{
	text-decoration:none;
	color:#1a171b;
}

div#content ul li{
	margin-left:20px;
}
div#content ol li{
	margin-left:20px;
}

div#content img{
	margin-left:40px;
	display:inline;
	margin-top:8px;
	margin-bottom:8px;
}

div#content p img{
	margin-left:0px;
	display:inline;
	margin-top:8px;
	margin-bottom:8px;
}


/* --------------left navigavtion------------- */
#left img{
	border-style:none; 
}

#left {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
	color:#ffffff;
}

#leftimg1{
	position:relative;
	background-image:url(./images/frau_1.jpg); background-repeat:no-repeat;
	height:15em;
	color:#f29400;
	margin-bottom:10px;
	padding-left:9px;
	padding-right:0px;
}

#leftimg2{
	position:relative;
	background-image:url(./images/frau_2.jpg); background-repeat:no-repeat;
	background-position:0px 0px;
	height:15em;
	color:#f29400;
	margin-bottom:10px;
	padding-left:9px;
	padding-right:0px;
}

#leftimg3{
	position:relative;
	background-image:url(./images/frau_3.jpg); background-repeat:no-repeat;
	background-position:0px 0px;
	height:15em;
	color:#f29400;
	padding-left:9px;
	padding-right:0px;
}

#leftpromo{
	position:relative;
	background-image:url(./images/horyamesto.jpg); background-repeat:no-repeat;
	background-position:0px 0px;
	height:54px;
	margin-bottom:10px;
	color:#f29400;
	padding-left:9px;
	padding-right:0px;
}

p.left-picture-text{
	width: 170px;
	position:absolute;
	bottom:9px;
	font-size:1.4em;
	font-weight:bold;
	
}

p.left-picture-text a:link{
	text-decoration:none;
	color:#f29400;
}

p.left-picture-text a:hover{
	text-decoration:none;
	color:#f29400;
}

p.left-picture-text a:visited{
	text-decoration:none;
	color:#f29400;
}

/* -----------footer--------------------------- */
#footer {
	clear:left;
	background-color:#ffffff;
	padding:0px;
	margin-top:-5px;
	height:20px;
	margin-left:200px;
}