/***************************************************************************************************/
/**** CSS - rdv interactive ag *********************************************************************/
/**** September 2007 *******************************************************************************/
/***************************************************************************************************/

/**** USUAL CONTENTS *******************************************************************************/
/**** START body ***********************************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	background-color:#3f1a28;
	background-image:url(../hm/background.gif);
	background-repeat:repeat-y;
	background-position:top center;
	width:956px;
	margin: 0px auto 0;
}
/**** END body *************************************************************************************/

/**** START design debug ***************************************************************************/
h1 {
	/*font-family:"Lissen";*/
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	line-height:26px;
	margin:0px 0px 5px 0px;
	color:#CDC177;
}



h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	color:#CDC177;
	margin:0px;
	padding:0px;
}




h3{
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:12px;
	color:#CDC177;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	/*font-family:"Lissen";*/
}

p{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.backlink{
	text-align:right;
	padding-right:10px;
}

/**** END design debug *****************************************************************************/
/**** START «LINK»-tags ****************************************************************************/
a {
	color:#CDC177;
	text-decoration:none;
}
a:hover {
	color:#666666;
}

a.backlink{
	float:right;
	clear:none;
	color:#ADC200;
	font-size:14px;
	font-weight:bold;
}

a.interaction{
	float:right;
	clear:none;
	color:#ADC200;
	font-size:14px;
	font-weight:bold;
}
/**** END «LINK»-tags ******************************************************************************/
/**** START «IMAGE»-tags ***************************************************************************/
img {
	border:none;
}
#image img {
	clear:none;
	float:right;
	margin:0px 0px 10px 0px;
}


.imageR{
	float:right;
	clear:none;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:10px;
}
.imageL{
	float:left;
	clear:left;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:10px;
}
.imageRev{
	float:left;
	clear:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:8px;
	border:1px solid #CCCCCC
}
/**** END «image»-tags ******************************************************************************/
/**** START «Form»-tags ***************************************************************************/
legend{
font-weight:bold;
}

fieldset{
margin:10px;
padding:10px;

}

.formfix1x{
	width:100px;
	border:1px solid #666666;
}

.formfix2x{
	width:200px;
	border:1px solid #666666;

}

.formfix3x{
	width:300px;
	border:1px solid #666666;

}
.imagefix{
	width:300px;
	border:1px solid #666666;

}
/**** END «form»-tags *****************************************************************************/
/**** START «TABLE»-tags ***************************************************************************/
#main {
	float:left;
	clear:none;
	min-height:600px;
	width:956px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#582539;	
}

#left {
	float:left;
	clear:none;
	min-height:600px;
	width:310px;
}

#logo{
	float:left;
	clear:none;
	width:310px;
	height:310px;
}

#adresse{
	float:left;
	clear:none;
	padding-left:32px;
	width:278px;
}

#right {
	float:left;
	clear:none;
	min-height:600px;
	width:646px;
}

#emotion{
	float:left;
	clear:none;
	height:236px;
	width:646px;
	border-bottom:3px solid #CDC177;
}

#content{
	margin-top:50px;
	padding-right:30px;
	float:left;
	clear:none;
	width:616px;
}

/*XXXXXXXXXXXXXX*/
.active{
color:#33FF99;
}

/*Nebeneinander*/

.c2col{
	float:left;
	clear:none;
	width:298px;
	height:208px;
	overflow:hidden;
	margin-top:20px;
	padding-right:10px;
	padding-bottom:10px;
}
/*GaleryXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.imageR{
	float:right;
	clear:none;
	width:230px;
	margin:0px 0px 10px 10px
}
.galery{
	display:block;
	float:left;
	clear:none;
	width:230px;
	height:350px;
}
.galerynavigation{
	display:block;
	position:relative;
	width:230px;
	top:-48px;
	z-index:100;
}
.galeryimage{
	display:block;
	float:left;
	clear:none;


}
.galerylarge{
	z-index:105;
	position:absolute;
	top:50px;
	padding:10px;
	background-color:#000000;
}
a.prev{
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:48px;
	float:left;
	clear:none;
	z-index:101;
}
a.next{
	background-image:url(../images/right.png);
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:48px;
	float:right;
	clear:none;
	z-index:101;
}




