﻿/************************************************************************************************************
(C) www.dhtmlgoodies.com, November 2005
 
This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.	
 
Terms of use:
You are free to use this script as long as the copyright message is kept intact. However, you may not
redistribute, sell or repost it without our permission.
 
Thank you!
 
www.dhtmlgoodies.com
Alf Magne Kalleland
 
************************************************************************************************************/
 
 /* -----------------------------------------------------------------------------
FARBKONZEPT Hanna Kokkonen
blau				=	#2681B2
violett				=	#611755
grau				=	#242425
Farbumrechnung RGB/HEX	=	http://www.aconcagua2000.de/html/farbtafel.html
--------------------------------------------------------------------------------*/

 
.ad{
	position:absolute;
	top:10px;
	right:10px;
}
 
.dhtmlgoodies_question{			/* Styling question */
	/* Start layout CSS */
	color:silver;  				/* silber */
	font-size:0.9em;
	background-color:#242425;  	/* grau */
	background-color: #4B4B4B;
	width:460px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #2681B2;  /* blau */
	background-color:#FFFFFF;  /* weiss */
	width:440px;

	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
 
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:10px 3px 3px 40px;
	font-size:0.9em;	
	position:relative;
	height:17.4em;
}

.anreisser {
	padding:10px 3px 3px 40px;
}
