body{
	margin: 0;
	padding: 0;
	background-color:transparent;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	/*height: 750px;*/
}

a{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: none;
}



#container{
	width: 995px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
	border: 1px solid white;
}

#content{
	margin-top: 40px;
	padding-left: 40px;
	height: 400px;
}

#logo{
	padding-left: 40px;
	padding-top: 0 !important;
	margin: 0 !important;
	float: left;
	height: 60px;
}

#logo img{
	border: 0;
	
}

#nav{
	width: 685px;
	position: absolute;
	top: 505px;
	left: 30px;
	margin-top: 15px;

}

#subnav{
	position: absolute;
	top: 585px;
	left: 30px;
	width: 680px;
	margin-top: 15px;
}

#nav h1{
	margin: 0;
}

#nav h1 a{
	padding-right: 13px;
	font-size: 5px;
	float: left;	
}

#subnav h1 a{
	padding-right: 13px;
	float: left;	
	font-size: 5px;
}

#subnav h1{
	margin: 0;
}

.poem{
	padding-top: 169px;
}

a span.hide{
	display: none;

}

img{
	border: 0;
}

#image{
	width: 330px;
	float: left;
	margin-right: 50px;
}

#text{
	float: left;
	width: 300px;
}

#text p{
	margin: 0;
}

.dots{
	margin-bottom: 22px;
}

.dots img{
	padding-right: 4px;
	padding-bottom: 4px;
	border: 0;
}

#vitaTxt{
	overflow: auto;
	height: 390px;
	width: 340px;
	/*width: 340px;*/
	padding-right: 10px;
}


#vitaTxt ul{
	margin: 5px 0;
	padding: 0 0 0 22px;
	list-style-image: url("../images/arrow.gif");
}

#vitaTxt li{
	padding: 0;
	margin: 0;
}


#vitaTxt h1{
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}

#vitaTxt h2{
	font-size: 11px;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
}


#vitaTxt p{
	margin: 0 0 0.8em 0;
	padding: 0;
}

/*------------------------------------------------------------  LANGUAGES */


#english a{
	width: 134px;
	height: 31px;
	background-image: url("../images/english.gif");
	background-repeat: no-repeat;
}

#english a:hover{
	background-image: url("../images/english_selected.gif");
	background-repeat: no-repeat;
}

#german a{
	width: 139px;
	height: 31px;
	background-image: url("../images/german.gif");
	background-repeat: no-repeat;
}

#german a:hover{
	background-image: url("../images/german_selected.gif");
	background-repeat: no-repeat;
}


