body {
	margin: 0;
	padding: 0;
	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, img {
	border: 0;
	outline: 0;
}

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

a:hover {
	text-decoration: underline;
}

#root {
	width: 995px;
	height: auto;
	
	margin: 0 auto;
	margin-top: 30px;
}

#top {
	float: left;
	clear: left;
	height: 50px;
	width: 995px;
}

#content {
	float: left;
	clear: left;
	margin-left: 30px;
}


/* TOP BAR */

#top .logo_left {
	float: left;
	clear: left;
	width: 150px;
}

#top .menu_right {
	float: left;
	width: 15px;
	width: 835px;
	margin-left: 10px;
}

#top .menu_right a {
	width: inherit;
	margin-right: 15px;
	text-decoration: underline;
	font-weight: normal;
}

#top .menu_right a:hover {
	font-weight: normal;
	text-decoration: none;
}

#top .menu_right a.active, #top .menu_right a.active:hover {
	text-decoration: none;
	font-weight: bold;
}

#top .menu_right .left {
	float: left;
	width: 500px;
}

#top .menu_right .right {
	float: left;
	margin-left: 130px;
}

/* CONTENT STUFF */

#content .pageTitle {
	float: left;
	clear: left;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}

#content .inhalt {
	width: 995px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .teaser_nav, #content .galerie_nav {
	float: left;
	clear: left;
	margin-bottom: 10px;
	text-align: right;
	width: 860px;
}

#content .teaser_container, #content .galerie_container {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
*html #content .galerie_container {
	width: 995px;
}

*html #content .teaser_container {
	width: 995px;
}
*html #content .galerie_container {
	width: 995px;
	float: left;
	clear: left;
	display: block;
}

#content .teaser_container .teaser_page, #content .galerie_container .galerie_page {
	float: left;
	clear: none;
	width: 900px;
}

#content .teaser_container .teaser {
	width: 310px;
	height: 85px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	display: block;
}

*html #content .teaser_container .teaser {
	margin-left: 10px;
	margin-bottom: 10px;
}

#content .teaser_container .teaser .thumb {
	width: 104px;
	height: 85px;
	float: left;
	display: block;
}

#content .teaser_container .teaser .text {
	width: 196px;
	height: 85px;
	float: left;
	margin-left: 10px;
	display: block;
}

#content .galerie_container .gal_image {
	width: 103px;
	height: 85px;
	margin-right: 70px;
	margin-bottom: 30px;
	float: left;
	clear: none;
	display: block;
}

*html #content .galerie_container .gal_image {
	margin-left: 35px;
}

#content .work {
	float: left;
	clear: left;
}

*html #content .work {
	width: 995px;
}

*html #content .work {
	margin-top: 10px;
}