/*  FAQ = iFrame Inhalt der index Seite */
html, body
{	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
}
p
{
	line-height:13px;
	margin: 0 0 10px 0;
}
h1
{
	display:inline;
	margin:0; padding:0;
	color:#008683;
	font-size:19px;
	font-weight:normal;
}
#header
{
	margin:0 0 15px 0;padding:0;
}

#faq-content
{
	width:630px;
	padding: 0;
	border:none;
}
	#faq
	{
		width:580px;
		margin:0 auto;padding:0;
		border:none;
	}

	div.frage
	{
		line-height:13px;
		padding: 2px 6px 4px 6px;
		margin-bottom:3px;
		background-image:url(../alpin-aktuell_img/faq_background_fragen.jpg);
		border:1px solid #888888;
		-moz-border-radius-topleft:7px;
		-moz-border-radius-topright:7px;
		-webkit-border-top-left-radius:7px;
		-webkit-border-top-right-radius:7px;
	}
		div.frage a:link, div.frage a:visited
		{	
			display:block;
			font-weight:bold;
			color:#888888;
			text-decoration:none;
			
		}
		div.frage a:hover
		{
			font-weight:bold;
			color:#008683;
		}
	div.antwort
	{
		display:none;
		line-height:13px;
		padding:2px 6px 4px 24px;
		border: 1px solid #888888;
		border-top:none;
		margin:-3px 0 3px 0;
		-moz-border-radius-bottomleft:7px;
		-moz-border-radius-bottomright:7px;
		-webkit-border-bottom-left-radius:7px;
		-webkit-border-bottom-right-radius:7px;
	}
	
.email
{
	margin: 0 0 -3px 0;
}

a:link, a:visited
{
	color:#888888;
}
a:hover
{
	color:#008683;
}

/*noscript Bereich für deaktivieres JavaScript*/
#noscript
{
	border: 3px solid red;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-color: Red;
}
h5 /*h5 bitte nur für noscript Bereiche verwenden. IE liest keine noscript tag anweisungen aus.*/
{
	font-size:16px;
	text-align:center;
}
h6 /*h6 bitte nur für noscript Bereiche verwenden. IE liest keine noscript tag anweisungen aus.*/
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: yellow;
	margin: 0,;
	padding: 0;
}