@import url("classen.css");

* 
{	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	color: #6a6a6a;
}

html
{	min-height: 100%;
	margin-bottom: 0.1px;
}

a,img
{	border:none;
}

body 
{	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/halbkreis_oben_home.gif);
	background-position:272px 0px;
	background-color:#FFFEF8;
}


/* Container 
**********************************************************/
div#content
{	margin:-161px 0 0 270px;
	background-repeat:repeat-x;
	background-position:0px -165px;
	background-image:url(../upload/farben/Home/b.gif);
}


div#content:after
{	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div#mainbody
{	padding-top:165px;
	background-image:url(../upload/farben/Home/r.jpg);
	width:480px;
}

div#mainbody p
{	margin-bottom:1em;
}

div#mainbody .section h1
{	font-size:0.96em
}
div#mainbody .section h2
{	font-size:0.9em;
}
div#mainbody .section h3
{	font-size:0.8em;
}
div#mainbody .section h4
{	font-size:0.6em;
}
div#mainbody .section h5
{	font-size:0.55em;
}
div#mainbody .section h6
{	font-size:0.5em;
}



/* Footer
**********************************************************/
div#footer
{	margin:0 20px 0 276px;
	font-size:0.6em;
	text-align:right;
	display:none;
}

ul#footnav
{margin:70px 0 30px 0;
padding:0;
}
ul#footnav li
{display:inline;
font-size:0.7em;
}
ul#footnav a
{	text-decoration:none;
}
#print
{	padding-left:20px;
	background-image:url(../img/symbol_drucken.gif);
}
#backlink
{	padding-left:20px;
	background-image:url(../img/symbol_last.gif);
}
#toplink
{	padding-left:20px;
	background-image:url(../img/symbol_top.gif);
}

/* Titel
**********************************************************/
div#title
{	width:165px;
	height:71px;
	background-image:url(../img/logo.gif);
	overflow:hidden;
	text-indent:-1000em;
	margin:43px 0 0 64px;
	
}

/* Navigation
**********************************************************/
div#navigation
{	width:400px;
	height:161px;
	margin-top:31px;
	background-image:url(../upload/farben/Home/l.jpg);
	font-size:0.8em;
}

div#navigation ul
{	list-style:none;
	font-size:100%;
	padding:0;
}


div#navigation a
{	font-size:0.83em;
	padding:3px 0 4px 26px;
	display:block;
	text-decoration:none;
}

ul.galControls
{	list-style:none;
}

.ebene0 {margin:0 0 0 108px;width:170px;}


 

.ebene0 li.active {background-color:#c5dbdb;}

.ebene1 li {background-color:#e3edea;}

.ebene2 li {background-color:#e3edea;padding-left:20px;}
.ebene1 li.active {background-color:#e3edea;font-weight:bold;}
.ebene2 li.active {font-weight:bold;}

div#mainbody
{	padding:193px 0 0 30px;
}


div#mainbody h1
{	font-size:0.96em;
	margin:0 0 25px 0;
	font-weight:600;
}

div#mainbody p
{	font-size:0.8em;
}

div#mainbody .pdf
{	background-image:url(../img/pdf_icon.gif);
	height:25px;
	display:block;
	padding-left:26px;
	padding-top:5px;
}

/* Sprachen
**********************************************************/
div#lang
{	position:relative;
	top:220px;
	width:80px;
	visibility:hidden;
}
body#roed1 div#lang
{	visibility:visible !important;
}


div#search
{	position:absolute;
	top:10px;
	left:627px;
}
div#search fieldset
{	border:none;
}
div#search input 
{	border:1px solid #CCCCCC;
	background:#FFFFFF;
	width:123px;
	padding:1px 0px;
	font-size:0.65em !important;
}
div#search label
{	display:none;
}

div#search #fulltextsubmit
{	width:24px;
}


div#betsie
{	position:absolute;
	top:0px;
	right:0px;
	border:1px solid red;
	width:120px;
	height:60px;
	overflow:auto;
	display:none;
	
}

div#flash
{	position:absolute;
	height:103px;
	top:60px;
	left:276px;
	z-index:1;	
}




/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	background: #e3edea;
	margin: 5px 3px;
	z-index:200;
}

div.jaosg_thumbnail img{
z-index:200;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
	z-index:200;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
	z-index:200;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
	z-index:200;
}

/* 
FORMATION CSS:
Heavily borrowed from:
http://silice.de/csstest/formtest.html
*/

form.formation *
{	font-size:100.01%;
	margin:0;
	padding:0;
	color:black;
	background-color:white;
	font-family:Verdana,Sans-serif;
}

form.formation fieldset
{	border:1px solid #CCC;
	margin:2em;
	padding:1em;
	font-size:0.9em;font-weight:700;
	width:25em;
}

form.formation  p.radio,
form.formation p.checkbox
{	font-size:0.9em;
}

/* really bad IE hack \*/
* html form.formation fieldset { width:29em; }
* html form.formation fieldset legend { margin-bottom:1em; }
/* IE hack */

form.formation label
{	font-size:0.8em;
	font-weight:700;
	width:10em;
	float:left;
	margin:0 0 0.3em 0;
}

form.formation input, 
form.formation select, 
form.formation textarea
{	font-weight:normal;
	float:left;
	margin:0 0 0.3em 0;
	font-size:0.8em;
}

form.formation fieldset br
{	clear:left;
}

form.formation input.text,
form.formation input.password
{	width:20em;
	border:1px solid #CCC;
	padding:0.1em;
}

form.formation select
{	width:20.3em;
	border:1px solid #CCC;
}

form.formation textarea
{	width:20em;
	border:1px solid #CCC;
	padding:0.1em;
}

form.formation input.checkbox
{	margin-left:8em;
}

form.formation label.checkbox
{	font-weight:normal;
	margin-left:1em;
}
form.formation input.radio
{	margin-left:8em;
}

form.formation label.radio
{	font-weight:normal;			
	margin-left:1em;
}
form.formation input.button
{	width:30.3em;
	border:1px solid #CCC;
	background-color:#DDD;
	font-weight:700;
	font-size:0.8em;
	margin-top:2em;
	color:black;
}

form.formation input.button:hover
{	border:1px solid black;
}

form.formation p.FORMATIONerror
{	border:1px solid #CC6666;
	color:#000000;
	background-color:#FFCCCC;
	padding:5px;
	margin:0 20px 20px 20px;
	font-size:0.7em;
	text-align:center;
}

form.formation p.FORMATIONsuccess
{	border:1px solid #76CB66;
	color:#000000;
	background-color:#D3FECB;
	padding:5px;
	margin:0 20px 20px 20px;
	font-size:0.7em;
	text-align:center;
}
form.formation strong
{	background:none;
}
form.formation p.capDesc 
{	margin: 15px 0 0 0;
	font-size: 1em;
	color: #000000;
}
form.formation input.captchatext
{	margin-top: 5px;
	width: 8em;
}
img.captcha
{	float: left;
	padding-right: 10px;
}


