/*

GRUNDFARBEN:
dunkel-lila: #441065
hell-lila: #642f85
grau:

*/

/* DEFAULTS */

*{
	/*font-family:Arial, Helvetica, sans-serif;*/
}
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
h1, h2{
	font-family:Arial, Helvetica, sans-serif;
}

/* LAYOUT */

div#page{
	margin:20pt;
	background-color:#ffffff;
}
div#top{
	display:none;
}
div#main_home{
	background-image:url(/img/content_bg_home.gif);
	background-repeat:repeat-y;
	height:430px;
	overflow:hidden;
}


/* LINKE SPALTE */
div#left{
	display:none;
}

/* RECHTE SPALTE */
div#right{
	display:none;
}

/* CONTENT */

div#content_home{
	background-color:#ffffff;
	width:100%;
}
div#content{
	width:100%;
	font-size:13px;
	line-height:150%;
	color:#000000;
	font-family:Cambria, Georgia, Times New Roman, Times, serif;
}
div#content ol {
	padding:0px 0px 0px 20px;
}
div#content ul {
	padding:0px 0px 0px 20px;
}
div#content ol > li{
	margin:0;
	padding:0;
}
div#content ul {
	padding-left:15px;
	list-style-type:disc;
}
div#content a{
	text-decoration:none;
	color:#9863A9;
}
div#content h1{
	font-size:15px;
	text-transform:uppercase;
	color:#000000;
	margin-top:0;
	margin-bottom:6px;
	border-bottom:1px dotted #000000;
	/*min-height:26px;*/
	line-height:19px;
	padding:0;
	padding-bottom:4px;
}
div#content h2{
	font-size:15px;
	color:#000000;
	margin-top:0px;
	margin-bottom:20px;
	padding:0;
}
div#content a:hover{
	text-decoration:underline;
}
div.box{
	background-color:#ffffff;
	width:280px;
	height:210px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
div.boxtitle{
	border-top:1px dotted #000000;
	/*margin-top:166px;*/
	width:280px;
	height:43px;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
}
div.boxtitle p{
	margin-left:10px;
	margin-top:12px;
	font-size:15px;
	/*font-weight:bold;*/
	text-transform:uppercase;
	letter-spacing:0.1em;
}
div.mediaplayer{
	width:100%;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #000000;
}
div.mediaplayer p{
	margin:0px;
	padding:0;
}
div.teaser{
	border-bottom:1px dotted #000000;
	margin-bottom:10px;
}
div.more{
	width:100%;
	text-align:right;
	/*margin-top:10px;*/
	margin-bottom:20px;
	/*font-family:Cambria, Georgia, Times New Roman, Times, serif;*/
}
div.back{
	margin-bottom:10px;
}
div#edit{
	position:absolute;
	left:12px;
	top:10px;
}
div#edit a{
	font-size:13px;
	color:#ff0000;
}
div.bild_540{
	width:100%;
	border-bottom:1px dotted #000000;
	margin-bottom:10px;
}
div.img_row{
	border-bottom:1px dotted #000000;
}
div.bild_200{
	width:100%;
	/*
	border-bottom:1px dotted #000000;
	padding-bottom:10px;
	*/
}
div.bild_200 img{
	float:left;
	margin-right:10px;
}
div.bild_100{
	width:100px;
	float:left;
	margin-bottom:10px;
}
div.clearer{
	clear:both;
}
div.bildstrecke{
	border-bottom:1px dotted #000000;
	padding-bottom:10px;
}
div.bildstrecke div.bild_174{
	margin-bottom:9px;
}
div.back{
	display:none;
}
div#toolbar{
	display:none;
}
.noprint{
	display:none;
}