/*
author: jens buss // jensbuss.com
date: november 2009

client: kreuther
*/

/* global #################### */

* {
	margin: 0;
	padding: 0;
}

#mainFrame{
	width: 100%;
}

.clear {
	clear: both;
}

body {
	margin: 20px;
}

/* head #################### */


/* NAVIGATION #################### */

#navigationContainer {
	width: 300px;
	position: absolute;
	left: 20px;
	top: 150px;
	z-index: 1000;
}

#mainNavigation ul {
	width: 100px;
}

#mainNavigation ul ul {
	width: 200px;
	margin: 0 0 0 100px;
}

/* CONTENT #################### */

#content {
	position: absolute;
	left: 330px;
	top: 150px;
	width: 450px;
}

#bottomImg {
	width: 1022px;
	height: 453px;
	position: absolute;
	left: -330px;
	z-index: -1000;
}

#content .itemList {
	float: left;
	margin: 0 20px 20px 0;
	width: 130px;
}

#content .wide {
	width: 800px;
}

#content .wide ul {
	list-style-type: none;
	display: inline;
}

#content .wide li {
	display: block;
	width: 200px;
	margin: 0 0 12px 0;
}

#content .wide li li {
	margin: -24px 0 0 200px;
}

/* Kommentare #################### */

hr {
	border: none;
	border-top: 1px solid silver;
	margin: 12px 0;
}

fieldset input, #txpCommentInputForm, #txpCommentInputForm input, #txpCommentInputForm #message, .zemTextarea {
	margin: 0 0 12px 0;
}
