body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color: #333333;
	line-height: normal;
	text-align:center;
	margin:50;
	padding:50;
}

html {
	height: 101%;
}

/* ------------- LINK ------------- */

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ------------- MAIN ------------- */


#frame {
	margin:0 auto;
	height: auto;
	width: 1400px;
	text-align:left;
	
}


/* ------------- CONTENT LEFT ------------- */

#content_left {
	position:fixed;
	float:left;
	width: 300px;
	height: auto;
	margin:0;
	left:20px;
}

#logo {
	margin-top:50px;
	width:300px;
	height:100px;
	background-image:url(pics_layout/verena_gorny_logo.jpg);
}

#navi{
	position:relative;
	top: 30px;
	height: 200px;
	left:75px;
	width:170px;
}

#info{
	position:relative;
	top:55px;
	height:auto;
	left:75px;
	width:170px;
}
	

/* ------------- CONTENT CENTER ------------- */

#content_center{
	float:left;
	margin-left:350px;	
	width: 720px;
	height: auto;
	
}

#content_top {
	position: relative;
	text-align:left;
	margin-top:40px;
	height:90px;
	width: 720px;
}

#content_bottom {
	position:relative;
	text-align:left;
	width: 720px;
	height: auto;
	margin-top:50px;
	
}

#content_top_photo {
	position: fixed;
	text-align:left;
	height:140px;
	width: 720px;
	padding-top: 35px;
}

#content_bottom_photo {
	position:absolute;
	text-align:left;
	width: 720px;
	height: 500px;
	margin-top:180px;
	
}
/* ------------- FEATURES ------------- */

.h1{
	color:#00aeef;
	text-decoration:underline;
}

.h2{
	color: #999999;
	text-decoration:none;
}

.h3{
	color: #00aeef;
	text-decoration:none;
}
