/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	text-align: center;
	margin-top: 35px;
}

.page {
	/* Page width: */
	width: 60%;
	width: 752px;
}
#maincontainer{
width: 840px;   /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#leftcolumn{
float: left;
width: 140px; /*Width of left menue column*/
margin-top: -444px; /* Set top margin to menue 459 -(MainContainerWidth)*/
}
#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin: 0 0 0.2em 178px;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
	float: right;
}

/* menu: 874, dd7*/
#large {font-family: arial, sans-serif; font-size:11px;}
#large {padding:0; margin:2px; list-style:none;}
#large li {float:left; display:block; margin-right:5px; width:100px; height:24px;}
#large li a {display:inline; float:left; width:100px; height:24px; position:absolute; text-align:center; text-decoration:none;}
#large li a em {display:block; width:100px; height:20px; background:#fff; border:1px solid #f0f0f0;}
#large li a b {display:block; width:100px; height:24px; background:transparent; color:#b3b3b3; position:absolute; top:0; left:0; line-height:20px;}
#large li a b {color:#99846E;}
#large li a:hover {white-space:normal; cursor:pointer; z-index:100;}
#large li a:hover em {display:block; width:115px; height:35px; left:7px; top:5px; position:absolute; background:#431; z-index:100; opacity:0.7; border:0}
#large li a:hover b {width:110px; height:30px; top:-7px; left:-5px; z-index:200; background:#985; font-size:1.1em; color:#ff9; line-height:29px; border:1px solid #fff;}

/* page: */
#padding {
	padding: 1em;
	padding: 24px;
}

.innerpage {
	/* Background image: */
	background-image: url("../images/SNC10136.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 420px;
}

/*
 Styles that apply to the 
 content area:
*/

#content,
#contentgbuch {
	background-color: #ffffff; 
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
	float: right; 
	width: 520px; 
	height: 29.8em;
	padding: 20px;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}
#contentgbuch { width: 635px; }
.posgif {
	position: absolute;
	width: 203px;
	margin: 100px 0 0 -120px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.postgif img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}
.posgif2 {
	position: absolute;
	width: 203px;
	margin: 100px 0 0 -100px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#content h3,  #bluetxt {
	font-family : Verdana, Arial, Helvetica;
	color : #2F4583;
	font-size: 1em;
	line-height: 1.5em;
	}
#content h4{
	font-family : Verdana, Arial, Helvetica;
	font-size: 1em;
	line-height: 1.5em;
	}

#bluetxt {
	color : #00F;
	font-size: 1.3em;
	}
/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
#prinicon {
	background-color: #ffffff; 
	float: right; 
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-right: -10px;
}
#pdficon {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	padding: 0 0 0 -10px;
}

}
#smalltext  {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 1.2em;
	}

/* From values */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 600px;
  width: 460px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
