/* GENERAL STYLES */
/* Copyright 2003 - 2007 Deltapoint AG.
 * Autor: Patrick Frei
 * Datum: 31.10.2007
 * 
 * PROBEVORSCHAU: http://www.frei-it.com/UW/whirlpool/
 * Bemerkung: Sieht unter Safari am besten aus! 
 */

/*Universell
==========*/
body
{
	behavior: url(/css/htc/csshover.htc);
	background-image: url(/images/backgroundimage.jpg);
	/*background-repeat: no-repeat;*/
	background-repeat: repeat-x;
	padding:0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8C866C;
}

input, textarea
{
	color: #8C866C;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.requiredField
{
	/*border: 2px #8C866C solid;
	border: 1px #cc0000 solid;
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	border:2px solid #FFD324;*/
}

.error {
	/* Dieselbe Farbe wie Hintergund --> unsichtbar */
	color: #F9F7F0;
}

table, tr, td {
	font-size:90%;
}

legend
{
	color: #8C866C;
	font-weight: bold;
}

label
{
}

#main a
{
	color:#a9a590;
	text-decoration:none;
}

#main a:hover
{
	color:#5d583b;
	cursor:pointer;
}

#main
{
	top:0; 
	position:relative;
}

#logo
{
	top: 30px;
	left: 840px;
	position: absolute;
}



/*Navigation
==========*/

#navigation
{
	position:relative;
	width:1060px;
	padding-left:37px;
	text-transform:uppercase;
}

#navigation a
{
	text-decoration:none;
	font-size:9pt;	
}


#navigation ul li
{
	margin-left:-26px;
	list-style-type:none;
	margin-top: 7px;
	margin-bottom:7px;
}

#navigation ul
{
	margin-top: 12px;
	margin-bottom: 10px;
}

.navigationDiv
{
	position: absolute;
	bottom: 0;
	background-image: URL('/images/ie6/navigation_ie.png');
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	width:181px;
}

html>body .navigationDiv
{
	background-image: URL('/images/navigation.png');
}

.leer
{
	min-height:15px;
	height:15px;
}

#menu1
{
	position:relative;
	height:239px;
	float:left;
	width:181px;
}

#menu2
{
	position:relative;
	height:239px;
	float:left;
	width:181px;
	margin-left:23px;
}

#menu3
{
	position:relative;
	height:239px;
	float:left;
	width:181px;
	margin-left:23px;
}

#menu4
{
	position:relative;
	height:239px;
	width:181px;
	float:left;
	margin-left:23px;
}

#navigation a.selected {
	font-weight: bold;
	color: #8C866C;
}

#breadcrumbs {
	font-size: 10px;
	margin-top: -15px;
}

/*Seiteninhalt
============*/
#wrapper
{
	background-image:URL('/images/ie6/content_ie.png');
	background-repeat: no-repeat;
	position:relative;
	width:940px;
	height:600px;
	margin-left:20px;
	padding-left:20px;
	clear:both;
}


html>body #wrapper
{
	background-image:URL('/images/content2.png');
	background-repeat: no-repeat;
	position:relative;
	width:940px;
	height:600px;
	margin-left:20px;
	padding-left:20px;
	clear:both;
}

#content
{
	margin-left:-9px;
	background-color:#F9F7F0;
	border: 1px solid #E6E4D3;
	width:902px;
	min-height:601px;
	padding:30px 18px 20px 18px;
	float:left;
}

#introtemp a
{
	text-decoration:underline;
}

#inhalt
{
	width:920px;
}

#inhalt a
{
	text-decoration:underline;
}

#text
{
	/*margin-top:73px;*/
	/*width:475px;*/
	width:460px;
	float:left;
}

#rand
{
	float:right;
	width:350px;
}

#bilder
{
	float:right;
	margin-left:20px;
	width:440px;
}


li.colbild
{
	padding-left:7px;
	background-image:URL('../images/ie6/teaser_off_ie.png');
	background-repeat:no-repeat;
	background-position:9px 0px;
	margin-bottom:20px;
}

.colbild a
{
	padding: 10px 14px 7px 9px;
	display:block;
}

li.colbild:hover
{
	background-image:URL('../images/ie6/teaser_ie.png');
}

.colbild img
{
	width: 160px;
	height:121px;
	margin-bottom:7px;
	border-width:0px;
	display:block;
}

html>body li.colbild 
{
	background-image:URL('../images/teaser_off.png');
	background-position:top;
}

html>body li.colbild:hover
{
	background-image:URL('../images/teaser.png');
}

.previewul
{
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
}

.previewul li
{
	margin-right:32px;
	margin-left:-12px;
	float:left;
}
	
.vorschauzeile
{
	/*height: 169px;*/
	clear:both;
	margin-top: 34px;
}

.coltext
{
	margin-left:10px;
	height: 139px;
	width: 177px;
}


/*Footer
======*/
#footer {
	height:30px;
	clear:both;
}


/*Validation
==========*/
.validationSummary {
	margin: 10px;
	padding: 10px 10px 10px 30px;
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	font-weight:bold;
}

/* EDITOR PROPERTIES */
h1 {
	font-weight:normal;
	margin-top:0px;
	font-size: 30pt;
}

h2 {
	font-weight:normal;
	font-size:20pt;
	margin-top:-8px;
}

h3 {

}

h4 {

}


