*{
	color: #66671f;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
}
.color2{
	color: #393a12;
}
.bold{
	font-weight: bold;
}
body, form, img, h1, h2, h3 input, textarea, a{
	margin: 0px;
	padding: 0px;
	border: none;
}
body{
	background: url("../img/background_plus_200x200.gif") repeat #FFFFFF;
	background-attachment: fixed;
}
a{
	outline: none;
}
#nav, #content{
	padding: 60px 25px 25px 25px;
}
#nav{
	position:fixed;
	z-index: 10;
	width: 125px;
	top: 0px;
	left: 60px;
	background-color: #ffffff;
	padding-bottom: 15px;
}
#content{
	position:absolute;
	z-index: 5;
	top: 0px;
	left: 270px;
	width: 500px;
	min-height: 400px;
	background-color: #ffffff;
}
#logo{
	position:fixed;
	z-index: 5;
	top: 60px;
	left: 900px;
	width: 50px;
	height: 286px;
	background: url("../img/logo_kunstraumaarau.gif") no-repeat;
}
#animation{
	position:fixed;
	z-index: 5;
	top: 200px;
	left: 0px;
	width: 270px;
	height: 600px;
	background: url("../img/pixelhaufen.gif") no-repeat;
}
#shadow{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background: url("../img/background_shadow.png") top left no-repeat;
}
#icons{
	margin-top: 20px;
}
/* weitere text styles */
h1{
	text-transform: uppercase;
}
/* navigation */
#nav ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
}
#nav ul ul{
	margin-right: 20px;
}
#nav a.act{
	font-weight: bold;
}
#nav a{
	text-decoration: none;
}
/* veranstaltungen */
div.post{
	margin-bottom: 12px;
}
/* head */
div.post table.head{
	border-collapse: collapse;
}
div.post table.head td{
	vertical-align: bottom;
}
div.post table.head td.index{
	width: 100px;
	font-size: 11px;
}
.head h1{
	color: #393a12;
	font-size: 26px;
	line-height: 30px;
	max-width: 400px;
	overflow: hidden;
	text-transform: none;
}
/* image */
div.post .imageWrap{
	position: relative;
	width: 500px;
	height: 400px;
	margin-top: 25px;
	background: url("../img/background_for_images.gif") no-repeat;
}
div.post .image{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 480px;
	height: 360px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
div.post .imageWrap .slideshowNav{
	position: absolute;
	bottom: 0px;
	left: 20px;
}
div.post .imageWrap .slideshowNav div{
	margin-right: 5px;
	cursor: pointer;
	display: inline;
}
/* text */
div.post .text{
	margin-top: 25px;
}
/* link */
div.post a.link{
	display: block;
	width: 100px;
	margin-top: 15px;
}
/* line */
div.post .line{
	margin-top: 12px;
	width: 100%;
	height: 7px;
	background: url("../img/plus.gif") repeat-x;
}
/* jahreszahl vergangene veranstaltungen */
.year{
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 40px;
}
/* post detail view*/
div.postdetail h1{
	
}