/******* ALLGEMEINE STYLES ********/
html {
	font-size: 62.5%;
}

* {
	font-family: Arial, Lucida, Tahoma, Helvetica, Verdana, sans-serif;
   	margin: 0;
   	padding: 0;
}


body {
	min-height: 100%;
	height: 100%;
	background-color: #ffffff;
	font-size: 1em;
	color: #696866;
}

/* Framelike für IE 6+ */
*html {
    overflow: hidden;
	width: 100%;
}

*html body {
    height:100%;
	overflow: auto;
	text-align: center;
}

*html div {
	height: 1%;
}

div {
	text-align: left;
}

a {
	color: #960f82;
	text-decoration: none;
}

a:hover {
	color: #9C9B9A;
	text-decoration: none;
}

form, table, tbody, tr, td {
	margin: 0;
	padding: 0;
}

table, tr, td {
	border-collapse:collapse;
}

textarea, input, select, option {
	font-size: 1em;
	border: 0 none;
	background-color: #FFFFFF;
}

img {
	border: none;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

fieldset {
	margin: 0px;
	border: none;
	width: auto;
}

dfn {
	display: none;
}

ul, li {
	list-style-type: none;
}
h1{
	font-size:2.8em;
	font-weight:normal;
	color:#999999;}
h2{
	font-size:2em;
	font-weight:normal;
	color:#960f82;}
h3{
	font-size:1.8em;
	font-weight:normal;
	color:#333333;
	margin-bottom:20px;}

div.text ul li {
	list-style-type: disc;
	margin: 10px 0 0 13px;
}

* html div.text ul li {
	margin: 10px 0 0 16px;
}

/* ALLGEMEIN */
.left {
	float: left;
}
.right {
	float: right;
}
.clearing {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}

/* GESAMTWRAP */
div#wrap{
	width: 16cm;
	margin-top:25px;
}

/* HEADER */
div#headerwrap {
	display:none;
}
div#headerwrap div.breadcrumb {
	display:none;
}
/* NAVIGATION */
div.naviwrap {
	display:none;
}
/* hauptnavi */
div.naviwrap .navi {
	display:none;
}

/* CONTENT  NORMAL*/

div#contentwrap{
	margin-top:50px;
	margin-left:15px;}

/* leftcolumn */
div#contentwrap div.leftcolumn {
	float: left;
	width:265px;
	margin-top:25px;
	display:inline;
	font-size:2.8em;
	color:#960f82;
}

/* contentblock */
div#contentwrap div.contentblock {
	color: #333333;
	width: auto;	
	margin:25px 0px 0px 285px;
}
*html div#contentwrap div.contentblock {
	color: #333333;
	width: auto;	
	margin:25px 0px 0px 282px;
}
div#contentwrap div.contentblock div.text{
	margin-bottom:15px;
	font-size:1.2em;
}

/* CONTENT BILDÜBERSICHT */

div#contentwrap2{
	margin:10px;
}
div#contentwrap2 .headline{
	width:200px;
	margin-bottom:20px;}
div#contentwrap2 .bildnavi{
	display:none;}
div#contentwrap2 .bildergesamt{
	width:210px;
	text-align:right;
	margin-top:5px;}
div#contentwrap2 div.bildblock{
	width:265px;
	height:225px;
	margin:0px 0px 15px 0px;
	font-size:1.2em;}
div#contentwrap2 div.bildwrap{
	width:245px;
	height:145px;
	margin:10px;
	background-color:#999999;}
div#contentwrap2 div.bewertungswrap{
	background-image:url(../images/bewertungsbox.gif);
	background-repeat:no-repeat;
	color:#ffffff;
}	
div#contentwrap2 div.bildnummer{
	display:inline;
	margin-left:10px;
	margin-top:7px;
	width:79px;
	height:23px;
}
div#contentwrap2 div.bildstimmen{
	margin-top:7px;
	width:100px;
	height:23px;	
}
div#contentwrap2 div.bildplatz{
	margin-top:7px;
	width:75px;
	height:23px;
}
div#contentwrap2 div.bildbewerten{
	padding-top:8px;
	margin-left:40px;
	color:#333333;
	height:22px;
	clear:both;
}
div#contentwrap2 div.abstand{
	width:20px;}
div#contentwrap2 div.abstandprint{
	width:20px;}

