/* CSS Document */

/* Start CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End of CSS reset */


div#all {
	width: 900px;
	height: auto;
	margin: 3em auto;
}

#header {
	width: auto;
	height: 50px;
	text-align: justify;
}

div#menu {
	width: 900px;
	height: auto;
	margin-left: -10px;
}

.navigation {
	padding-left: 5px;
	padding-right: 5px; 
}

div#menu2 {
	margin-left: 4em;
	margin-top: 0.5em;
}

ul.submenu{
	display: inline;
	list-style-type: none;
}

#serien{
	margin-left: 7.25em;
}

li.subnavigation {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

div#content1 {
	float: left;
	width: 900px;
	height: 425px;
	padding-top: 25px;
}

div#rightcontent {
	float: right;
	width: 400px;
	height: 400px;
}

div#leftcontent {
	float: left;
	width: 400px;
	height: 400px;
	overflow: hidden;
	/* border: #333333 thin solid; */
}

div#footer {
	clear: both;
	margin-left: -10px;
}

.footertext {
	padding-left: 5px;
	padding-right: 5px;
}

div#werbebanner {
	width: 400px;
	height: 100px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.projektentry {
	clear: both;
	width: 535px;
	height: auto;
	padding-bottom: 10px;
}

.projektthumb {
	float: left;
	width: 125px;
	height: auto;
	text-align: right;
}

.projektdescr {
	float: right;
	width: 400px;
	height: auto;
	text-align: left;
}