
/* --- BASICS --- */

html, body {
	height: 100%;
	}

body {
	font: 12px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
#wrap {
	height: 100%;
	}
	
body > #wrap {
	height: auto; 
	min-height: 100%;
	}
	
#logo {
	width: 180px;
	height: 150px;
	background: url(../images/florenceshirazi-logo.gif) no-repeat 0 20px;
	}
	
#logo a {
	width: 180px;
	height: 150px;
	display: block;
	}
	
#nav {
	position: absolute;
	top: 0px;
	left: 25px;
	}
	
#nav1 {
	
	}
	
#nav2 {
	
	}
	
#content {
	margin-left: 230px;
	padding-top: 25px;
	padding-bottom: 150px;  /* Sticky Footer: must be same height as the footer */
	}
	
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	text-align: right;
	margin-left: 200px;
	}
	
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: 
	inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */
	

/* --- NAV --- */

li.lev1 {
	padding-top: 5px;
	}
	
li.lev1  a {
	color: #78b2b5;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
	
li.lev1 a.rex-current, li.lev1 a.rex-active {
	color: black;
	}
	
ul.lev2 {
	width: 180px;
	line-height: 1.2em;
	padding-bottom: 10px;
	}
	
ul.lev2 li {
	padding-bottom: 4px;
	padding-top: 4px;
	}
	
ul.lev2 li a {
	text-decoration: none;
	color: black;
	}
	
ul.lev2 li.active {
	font-weight: bold;
	}
	
ul.lev3 {
	padding-bottom: 2px;
	padding-top: 2px;
	}	

ul.lev3 li {
	font-weight: normal;
	font-style: normal;
	padding: 2px 0;
	}
	
ul.lev3 li a {
	text-decoration: none;
	color: black;
	}
	
ul.lev3 a.active {
	font-weight: bold;
	}


/* --- CONTENT --- */
	
#content p {
	max-width: 600px;
	width: auto !important;
	width: 600px;
	}

#content .link a {
	color: black;
	}
	
#content .bild {
	margin-bottom: 20px;
	font-style: italic;
	}
	
#content .bild p {
	padding-bottom: 5px;
	}

.text-block .first {
	
	}
	
.first {
	padding-top: 138px;
	}
	
	
/* --- KRAKE --- */

#krake {
	margin-right: 0px;
	text-align: right;
	width: 180px;
	}
