/**
* Projekt: ADLER-Farbenmeister Homepage
* Beschreibung: Stylesheet der ADLER-Farbenmeister Homepage
* @version 1.0
* @package adler-farbenmeister.com
* @copyright (C) 2007 by web2you.at - All rights reserved!
* @author Markus Gasteiger
* @license http://www.web2you.at/ GPL/GNU License
**/
html{
	margin: 0px;
	height: 100%;
}

body {
 margin : 0px;
 padding : 0px;
 background : #FFFFFF;
 font-family :Verdana, Geneva, Arial, Helvetica, sans-serif; ;
 font-size : 12px;
 color : #000;
}



/**
 * Specials für ADLER-Farbemaister Homepage
 */
#fmheadline{
	height: 110px;
}

#hd-left{
	background: #ffcc00 url(../images/fm-logo.png) top no-repeat;
	background-position: center 3px;
	height: 110px;
	width: 290px;
}



#hd-center{
	background-color: #ffe680;
	text-align: center;
	vertical-align: top;
	width: 45%;

}

#hd-right{
  width: 30%;
	background: #ff9900 url(../images/ad-logo.png) top no-repeat;
	background-position: center 15px;
	height: 110px;
	background-color: #ff9900;
}

#menubar{
	position: absolute;
	top: 70px;
	padding-top: 2px;
	height: 21px;
	background-color: #ffffff;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	width: 100%;
}


#selector{
	width: 100%;
	height: 153px;
}

#colorselect{
	position: absolute;
	top: 113px;
	right: 50px;
	height: 12px;
	background-color: #ffffff;
}

#leftmenu{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.formhead{
	height: 1px;
	padding-left: 3px;
	font-size: 9px;
	color: #000000;
}

.prnhead{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	text-align: center;
}

.prntabhead{
 font-family: Arial, Verdana;
 font-size: 9px;
 font-weight: bold;
 color: #000000;
 background : #ffffff;
 border : 1px solid silver;
}

.prnrowodd{
 	font-family: Arial, Verdana;
 	font-size: 11px;
 	color: #000000;
	background-color: silver;
}

.prnroweven{
 	font-family: Arial, Verdana;
 	font-size: 11px;
 	color: #000000;
	background-color: white;
}



.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

.conth1{color:silver; font-size: 14px}

.reztype1{
	border: 1px solid #4682b4;
	background-color: #add8e6;
	font-size: 11px;
}

.reztype2{
	border: 1px solid #32cd32;
	background-color: #cafbca;
	font-size: 11px;
}
.reztype3{
	border: 1px solid #dc143c;
	background-color: #ffded9;
	font-size: 11px;
}
