/**
 * file:    CSS for www.ekkw.de/kunst2007 
 * media:   Screen
 * date:    24.04.2007
 * author:  medio.tv - Martin Hegemann
 */

body, div, li, ul {
	margin: 0; padding: 0;
}

body {
	background-color: #e9eaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100,1%
}

#header {
	background-image: url(../img_kunst2007/header_bg.gif);
	background-repeat: repeat-x;
	height: 247px;
}

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

a:hover {
	text-decoration: underline;
}

/* ----------  Navigation  ---------- */

#navigation {
	font-size: .9em;
	height: 2.8em;
	line-height: 41px;
	padding-left: 104px;
	vertical-align: middle;
}

#navigation ul {
	list-style-type: none;
	width: 70em;
}

#navigation li {
	display: inline;
	padding-right: 6px;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
	text-decoration: underline;
}

#navigation a.highlight {
	font-weight: bold;
}

/* ----------  Content  ---------- */

#contentWrapper {
	background-color: #fff;
	font-size: .9em;
	padding-bottom: 55px;
	padding-left: 104px;
		
	/* Ohne die wir der div falsch angezeigt */
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#contentWrapper h1 {
	font-size: 1.1em;
	margin: 40px 0 21px 0;
}

.articleWrapper {
	line-height: 1.3em;
	width: 855px;
}

.content {
	float: left;	
	width: 570px;
}

.image {
	background-color: #f0f0f1;
	float: left;
	margin-right: 42px;
}

.image .caption {
	font-size: .7em;
	padding: 0 10px;
}

.contentend {
	font-size: .9em;
}


/* ----------  Marginal  ---------- */

.marginal {
	float: left;
	padding-left: 35px;
	width: 250px;
}

.marginal .image {
	margin-bottom: 20px;
	margin-right: 0;
}

.marginal p {
	font-size: .8em;
	/*font-style: italic; */
}

.marginal a {
	/*font-weight: bold;*/
	color: #924785;
	text-decoration: none;
}

.marginal a:hover {
	text-decoration: underline;
}

.marginal blockquote {
	margin-top: -10px;
	margin-left: 15px;
}

/* ----------  Seitenfuss  ---------- */

#footer {
	border-top: 5px solid #a9d9c1;
	color: #888989;
	font-size: .7em;
	font-weight: bold;
	height: 100px;
	padding: 3px 0 30px 104px;
}

#footer img {
	margin: 10px 30px 0 0;
}

