/* CSS Document */
body {
	position:absolute;
	background:#FFD06B url(tarot_kartenleger/tarot_sonne.png) no-repeat center 180px;
	text-align: center;
}

html, body {
	top:0;
	left:0;
	right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	text-align: center;
}

#header_container {
	position:fixed;
	top:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:7.4em;
	z-index:3;
	background: url(tarot_kartenleger/tarot_header_back.gif) repeat-x;
}

#header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	z-index:3;
	margin:0;
	background: url(tarot_kartenleger/tarot_header.png) no-repeat center;
}
#content {
	height:100%;
	width:560px;
	overflow:auto;
	margin:0 auto;
	margin-top: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right:15px;
}

#navi_container {
	position:fixed;
	top:118px;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:39px;
	z-index:3;
	background: url(tarot_kartenleger/tarot_navi_back.png) repeat-x;
	line-height:36px;
}
#navi {
	width:100%;
	height:34px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}
#beraterbox {
	width:450px;
	height:190px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin-left: 40px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(tarot_kartenleger/tarot_beraterbox.png) no-repeat;
	padding-right: 20px;
	display:block;
	}
* html #beraterbox {
	width:450px;
	height:190px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin-left: 40px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(tarot_kartenleger/tarot_beraterbox.gif) no-repeat;
	padding-right: 20px;
	display:block;
	}
/*------------------------ Beraterbox ------------------------------- */
#headlinebox {
	width:174px;
	height:26px;
	line-height:26px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}
#freieberaterbox, #besetzteberaterbox {
	width:162px;
	height:126px;
	padding-top:5px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	text-align: left;
	float: left;
	margin-left: 2px;
}
#infoboxrechts {
	width:162px;
	height:126px;
	padding-top:5px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:5px;
	text-align: left;
	float: left;
	margin-left: 2px;
}
#beraterboxlinks1, #beraterboxlinks2 {
	width:180px;
	height:171px;
	background: url(tarot_kartenleger/tarot_box.png) no-repeat;
	position: absolute;
	left: 20px;
}
#beraterboxlinks1 {
	top: 180px;
}
#beraterboxlinks2 {
	top: 366px;
}
#beraterboxrechts1, #beraterboxrechts2 {
	width:180px;
	height:171px;
	background: url(tarot_kartenleger/tarot_box.png) no-repeat;
	position: absolute;
	right: 20px;
}
#beraterboxrechts1 {
	top: 180px;
}
#beraterboxrechts2 {
	top: 366px;
}

/*----------------- Nur für den MSIE-------------------------- */
* html #content {
	height:60%;
	width:560px;
	position:absolute;
	overflow:auto;
	margin:0 auto;
	margin-top: 180px;
	margin-left:-280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right:15px;
	
	scrollbar-arrow-color:#6E85DC;
	scrollbar-track-color:#FFD06B;
	scrollbar-shadow-color:#FF6E3B;
	scrollbar-face-color:#FFB03E;
	scrollbar-highlight-color:#FFD06B;
	scrollbar-darkshadow-color:#FFD06B;
	scrollbar-3dlight-color:#FF6E3B;
}
test {
	color:#6D5003;

}
* html #beraterboxlinks1, #beraterboxlinks2 {
	background: url(tarot_kartenleger/tarot_box.gif) no-repeat;
}
* html #beraterboxrechts1, #beraterboxrechts2 {
	background: url(tarot_kartenleger/tarot_box.gif) no-repeat;
}
* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
	background:#FFD06B url(tarot_kartenleger/tarot_sonne.gif) no-repeat center 180px;
}

* html #header_container, * html #footer_container, * html #navi_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}
/** html #header_container {
	background: url(tarot_kartenleger/tarot_header_back.gif) repeat-x;
}*/
* html #header {
	height:100%;
	position:static;
	background: url(tarot_kartenleger/tarot_header.gif) no-repeat center;
}
* html #menu {
    position:absolute;
}

* html #footer {
    height:22px;;
    position:static;
}

/** html #content {
	height:440px;
	width:400px;
	overflow:auto;
	margin:0 auto;
	margin-top: 160px;
}*/
/*------------------------ FOOTER ------------------------------- */
#footer_container {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:22px;;
	z-index:3;
	background: url(tarot_kartenleger/tarot_footer_back.png) repeat-x;
}

#footer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #4365EF;
	line-height:22px;
}
/*------------------------ Buttons ------------------------------- */
#navi a:link, #navi a:visited {
	/*display:block;*/
	color:White;
	text-decoration:none;
}
#navi a:hover {
	color:#000;
	text-decoration:underline;
}
#freieberaterbox a:link, #freieberaterbox a:visited, #besetzteberaterbox a:link, #besetzteberaterbox a:visited {
	color:Black;
	text-decoration:none;
}
#freieberaterbox a:hover, #besetzteberaterbox a:hover {
	color:#D93600;
	text-decoration:underline;
}
#infoboxrechts a:link, #infoboxrechts a:visited, #content a:link, #content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 30px;
	text-decoration:none;
	padding-left:30px;
}
#infoboxrechts a:hover, #content a:hover {
	color:#D93600;
	text-decoration:underline;
}
/*--------------------------Kontaktform --------------------------*/
.kontaktform {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #604A1E;
	width: 200px;
}
.kontaktform2 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #604A1E;
	width: 430px;
	height: 80px;
}
.delete {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #604A1E;
	width: 80px;
	height: 20px;
	background: transparent;
}
.flagge {
	height: auto;
	width: 30px;
	margin-right: 5px;
}
/*----------------------- Sound -------------------*/
.sound a:hover {
	color:#CC0000;
}
.sound a:active {
	color:#0E438A;
}
.sound a:focus {
	color:#0E438A;
}
/*----------------------- Texteformatierung -------------------*/
.text11px {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	}
.text12px {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
.redtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
}
.sound a:link, .sound a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration: none;
}
/*--------------- testbox Ajax--------------*/
/*#freieberaterdiv, #besetzteberaterdiv {
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	}
#freieberaterdiv a, #besetzteberaterdiv a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#563E10;
	text-decoration: none;
	}
#freieberaterdiv a:hover, #besetzteberaterdiv  a:hover {	
	font-weight:bold;
	color:#D43434;
	text-decoration: underline;
	}
#freieberaterdiv a:active, #besetzteberaterdiv  a:active {
	font-weight:normal;
	color:#000000;
	}*/
#nojavabox {
	text-align:center; 
	width:100%; 
	height:100%; 
	background-color: #000; 
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity:0.7; 
	position:absolute; 
	z-index:999; 
	left:0px; 
	top:0px; 
	bottom:0px; 
	right:0px; 
	margin:0px ;
}
* html #nojavabox {	
	position:absolute; 
	z-index:999; 
	width:100%; 
	height:100%; 
	background-color: #000;
	text-align:center;
}
.nojavatext {
	text-align:center; 
	height:80px; 
	margin-top:350px; 
	margin-bottom:350px;
	margin-left:300px;
	margin-right:300px;
	width:400px; 
	border: 1px solid #FF0000; 
	border-width:3px; 
	background-color:#000; 
	padding:10px; 
	color:#FF0000; 
	font-weight:bold; 
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

