/* 
www.kuehlanlagen-postl.at
Start: 22.2.2007
Letzte Aenderung: 22.2.2007
*/
/* Reset all */
*{
	margin: 0;
	padding: 0;
}

/* Allgemeines ---------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: url(../pics/k-postl-bg-navi.gif) repeat-y left;
	font-size: 100.01%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

img, a img {
	border: 0;
}

.float_left_artikel {
	border: 1px solid #fff;
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 15px;
}

.float_right_artikel {
	border: 1px solid #fff;
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 15px;
}

/* Schriften ---------- */
#content {
	font: 1.0em/1.3 Verdana, Geneva, sans-serif;
}

#content p {
	font: 0.8em/1.3 Verdana, Geneva, sans-serif;
	margin: 0 0 15px 0;
}

#content h1 {
	font: bold 1.8em/1.3 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
	border-bottom: 1px solid #2BABE2;
}

#content h2 {
	font: 1.2em/1.3 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0 0 25px 0;
	text-align: right;
}

#content h3 {
	font: bold 1.0em/1.3 Arial, Geneva, sans-serif;
	color: Black;
	margin: 30px 0 15px 0;
}

#content h4 {
	font: bold 0.8em/1.3 Arial, Geneva, sans-serif;
	color: Black;
	margin: 10px 0 0 0;
}

#content h5 {
	font: bold 0.7em/1.3 Arial, Geneva, sans-serif;
	color: Black;
	margin: 20px 0 10px 0;
}

#content h6 {
	font: bold 0.6em/1.3 Arial, Helvetica, sans-serif;
	color: Black;
	margin: 20px 0 5px 0;
}

#content ul {
	font: 0.8em/1.3 Verdana, Geneva, sans-serif;
	margin: 0 0 15px 30px;
}

#content ol {
	font: 0.8em/1.3 Verdana, Geneva, sans-serif;
	margin: 0 0 15px 30px;
}

#content a:link, #content a:visited, #content a:active {
	color: #2BABE2;
} 

#content a:hover {
	color: #999999;
	text-decoration: none;
} 

#content table {
	font: 0.9em/1.3 Verdana, Geneva, sans-serif;
	margin: 0 0 15px 30px;
	width: 445px;
	text-align: left;
}

#content table a {
	text-decoration: none;
}

.links {
	text-align: left;
}

.rechts {
	text-align: right;
}

.fett {
	font-weight: bold;
}

/* Container ---------- */
#header {
	background: url(../pics/k-postl-bg-header.gif);
	width: 100%;
	height: 110px;
}

#header img {
	margin-top: 10px;
	margin-left: 438px;
}

#navigation {
	background: url(../pics/k-postl-pinguin.gif) no-repeat top;
	width: 190px;
	float: left;
	padding-top: 160px;
}

#content {
	width: 535px;
	float: left;
	margin-left: 50px;
}

#footer {
	width: 100%;
	height: 20px;
	margin-top: 30px;
	clear: both;
	border-top: 1px solid #2BABE2;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation ---------- */
.MenuContainer {
	font: bold 0.8em/1.3 Verdana, Geneva, sans-serif;
	padding-top: 30px;
} 
.MenuContainer a {
	display: block;
	width: 170px;
} 
.MenuContainer ul {
	list-style-type: none;
} 
.MenuContainer li {
} 
.MenuContainer li a:link,.MenuContainer li a:visited,.MenuContainer li a:active {
	color: #Dddddd;
	text-decoration: none;
	padding: 2px 40px 3px 5px;
} 

/* aktive Rubrik id, kein class,  für IE!!! */ 
.MenuContainer li a:hover {
	color: Black;
} 

.MenuContainer li a#menu_on {
	color: White;
	background: url(../pics/k-postl-navi-aktiv.gif) no-repeat left;
} 

/* ================================ */ 
/* Subnavigation 1 */ 
/* ================================ */ 
.MenuContainer li ul {
} 
.MenuContainer li ul li { 
	list-style-type: none;
} 
.MenuContainer li ul li a:link,.MenuContainer li ul li a:visited,.MenuContainer li ul li a:active { 
	color: #Dddddd;
	text-decoration: none;
	padding: 2px 40px 3px 10px; 
} 

/* aktive Rubrik id, kein class,  für IE!!! */ 
.MenuContainer li ul li a:hover {
	color: Black;
} 
.MenuContainer li ul li a#sub_menu_on {
	color: White;
	background: url(../pics/k-postl-navi-aktiv.gif) no-repeat left;
} 

/* ================================ */ 
/* Subnavigation 2 */ 
/* ================================ */ 
.MenuContainer li ul li ul { 
} 
  
.MenuContainer li ul li ul li { 
	list-style-type: none;
} 
.MenuContainer li ul li ul li a:link,.MenuContainer li ul li ul li a:visited,.MenuContainer li ul li ul li a:active { 
	color: #Dddddd;
	text-decoration: none;
	padding: 2px 40px 3px 15px; 
} 

/* aktive Rubrik id, kein class,  für IE!!! */ 
.MenuContainer li ul li ul li a:hover { 
	color: Black;
} 
.MenuContainer li ul li ul li a#sub_sub_menu_on { 
	color: White;
	background: url(../pics/k-postl-navi-aktiv.gif) no-repeat left;
} 

/* ================================ */ 
/* bei Bedarf die 3.Ebene hinzufügen */ 

/* ================================ */ 
/* hier werden die Listennummerierung, Standort, "Satzende (Punkt für Screenreader)" ausgeblendet */ 
dfn, .dn, span.hier {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/* Formular ---------- */
#content form {
	margin-left: 30px;
}

#content fieldset {
	width: 445px;
	border: 1px solid #ddd;
	background-color: White;
	padding: 10px;
}

#content legend {
	padding: 10px;
	font: 0.9em/3 Verdana, Geneva, sans-serif;
}

#content label {
	font: 0.9em/1.3 Verdana, Geneva, sans-serif;
	float: left;
	width: 120px;
	border: 1px solid #fff;
	height: 22px;
	padding: 2px 0 0 0;
	margin-bottom: 5px;
}

#content input {
	font: 0.9em/1.3 Verdana, Geneva, sans-serif;
	width: 250px;
	border: 0;
	height: 22px;
	padding: 2px 0 0 25px;
	color: #666;
	border: 1px solid #999;
	margin-bottom: 5px;
}

#content label:hover, #content input:hover, #content input:active, #content input:focus, #content label:active, #content label:focus{
	cursor: pointer;
	background: url(pfeil-rechts.gif) no-repeat right;
}

#content input:hover, #content input:active, #content input:focus{
	background: url(user-schreiben.gif) no-repeat left;
}

#content #anrede:hover, #content #anrede:active, #content #anrede:focus{
	border: 1px solid #a22;
}

#content #firma:hover, #content #firma:active, #content #firma:focus{
	border: 1px solid #a22;
}

#content #vorname:hover, #content #vorname:active, #content #vorname:focus{
	border: 1px solid #a22;
}

#content #name:hover, #content #name:active, #content #name:focus{
	border: 1px solid #a22;
}

#content #strasse:hover, #content #strasse:active, #content #strasse:focus{
	border: 1px solid #a22;
}

#content #plz:hover, #content #plz:active, #content #plz:focus{
	border: 1px solid #a22;
}

#content #ort:hover, #content #ort:active, #content #ort:focus{
	border: 1px solid #a22;
}

#content #land:hover, #content #land:active, #content #land:focus{
	border: 1px solid #a22;
}

#content #telefon:hover, #content #telefon:active, #content #telefon:focus{
	border: 1px solid #a22;
}

#content #fax:hover, #content #fax:active, #content #fax:focus{
	border: 1px solid #a22;
}

#content #email:hover, #content #email:active, #content #email:focus{
	border: 1px solid #a22;
}

#content #Lfirma:hover, #content #Lfirma:active, #content #Lfirma:focus{
	border: 1px solid #a22;
}

#content #Lvorname:hover, #content #Lvorname:active, #content #Lvorname:focus{
	border: 1px solid #a22;
}

#content #Lname:hover, #content #Lname:active, #content #Lname:focus{
	border: 1px solid #a22;
}

#content #Lstrasse:hover, #content #Lstrasse:active, #content #Lstrasse:focus{
	border: 1px solid #a22;
}

#content #Lplz:hover, #content #Lplz:active, #content #Lplz:focus{
	border: 1px solid #a22;
}

#content #Lort:hover, #content #Lort:active, #content #Lort:focus{
	border: 1px solid #a22;
}

#content #Lland:hover, #content #Lland:active, #content #Lland:focus{
	border: 1px solid #a22;
}

#content input[type=submit]{
	border: 1px solid #a22;
	float: right;
	background: #a22;
	width: 100px;
	padding: 0;
	color: White;
	margin-right: 46px;
}

#content input[type=submit]:hover, #content input[type=submit]:active, #content input[type=submit]:focus{
	color: White;
	background: #a07e2f;
}

/* 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_galerie{
	margin-left: 10px;
}

div.jaosg_thumbnail{
	float: left;
	background: #e5e5e5;
	margin: 5px 5px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #4d4d4d;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

/* Modul-Team ---------- */
.team {
	width: 200px;
	margin-right: 40px;
	background-color: #eee;
	padding: 5px;
	float: left;
	height: 265px;
	margin-bottom: 20px;
}

