/* Generic Selectors */

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 color: #333333;
 background-color: #F9F9F9;
}

p {
 width: 80%;
}

li {
 list-style-type: disc;
}

h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 font-weight: bold;
 color: #000000;
}

h2 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 font-weight: bold;
 color: #000000;
 border-bottom: 1px solid #C6EC8C;
}
 
/**************** Pseudo classes ****************/

a:link {
 text-decoration: underline;
 font-weight: bold;
}

li :link {
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 text-decoration: underline;
 font-weight: bold;
}

li a:visited {
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 font-weight: bold;
 text-decoration: underline;
}

li a:hover {
 display: block;
 font-weight: bold;
}

a:active {
 color: rgb(255, 0, 102);
 font-weight: bold;
}

/************************* ID's *************************/

#navigation {
 position: absolute;
 width: 100px;
 height: 600px;
 margin: 0;
 margin-top: 50px;
 border-right: 1px solid #C6EC8C;
 font-weight: normal;
}

#centerDoc {
	position: relative;
	padding: 0 0 0 0; /*top right bottom left*/
	margin-top: 50px;
	margin-left: 10px;
}

.item {
	width: 300px;
/*	height: 800px; don't work :(( */
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	Margin-bottom: 20px;
}

.text_item {
	position: relative;
/*	top: 50%;*/

}

.bild_item {
	position: relative;
/*	bottom: 50%;*/

}

.thumb {
	width: 150px;
	height: 200px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	Margin-bottom: 10px;
}