/*---------- Author: jens buss */
/*---------- Client: DENISE JULIA REYTAN */
/*---------- Date: 04/2009 */
/*---------- Copyright 2009 by DENISE JULIA REYTAN Berlin, All rights reserved */

/*---------- Initial Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 0;
}

#mainFrame {
	width: 100%;
}

/*---------- head */

#head {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 100;
}

#head hr, #head h1 {
	margin-left: 40px;
}

#head h1 {
	margin-top: 20px;
}

/*---------- navigationMain */

#navigationMain {
	position: relative;
	left: 293px;
}

#navigationMain ul {
	display: inline;
	margin-right: 150px;
}

#navigationMain li {
	display: inline;
	list-style-type: none;
	margin-right: 12px;
}

/*---------- navigationSub */

#navigationMain .navigationSub li {
	margin: 0;
}

/*---------- articleList */

#articleList {
	margin-top: 60px;
	margin-left: 292px;
	width: 720px;
}

#articleList img {
	margin: 2px;
}

#articleList a img {
	border: none;
}

#articleList #over {
	/*display: none;*/
	visibility: hidden;
}

.articleSmall #over a {
	width: 110px;
	height: 164px;
	display: block;
	background: transparent url(/images/4.png);
	margin-top: -162px;
	margin-left: 2px;
	position: relative;
	z-index: 100;
}

.articleSmall {
	margin: 3px;
	float: left;
	cursor: pointer;
}

.articleSmall #normal {
	display: block;
	width: 110px;
	height: 164px;
}

/*---------- content */

#content {
	position: relative;
	top: 50px;
}

/*---------- title */

.fixed {
	position: fixed;
}

#text .fixed {
	position: fixed;
	top: 92px;
	z-index: -999;
}

.fixedHead {
	position: relative;
	top: 60px;
}

/*---------- descr */

#images {
	position: relative;
	top: 66px;
	left: 15px;
	z-index: -100;
}

#images img {
	margin: 0 2px;
}

#images table {
	padding-right: 2px;
}

/*---------- vita */

#text {
	width: 280px;
	z-index: -1000;
	margin: 8px 0 0 40px;
	padding-bottom: 50px;
	background-color: transparent;
	float: left;
}

#text hr, #text .fixed h1 {
	margin-left: -40px;
}

#text .fixed hr {
	width: 230px;
}

#text h2 {
	margin-left: 40px;
	margin-top: 24px;
}

#text ul li {
	margin-left: 40px;
	margin-top: 12px;
	list-style-type: none;
}

#text ul li:first-child {
	margin-top: 0;
}

#text ul li li {
	margin: 6px;
	margin-left: 0;
}

/*---------- copyright */

#copyright {
	position: fixed;
	left: 40px;
	bottom: 20px;
}