/* 
======================================================
	Stylesheet zu www.umatec.ch für die Masterpage
======================================================
	Allgemeine Definitionen
==============================
*/
div#inhalt h3 {
	font-weight: bold;
	color: #AAAAAA;
	line-height: 1.8em;
}

p.link a {
	background: url(../img/layout/icon_link.gif) no-repeat 0px 2px;
	padding: 2px 0px 2px 18px;
}

p.datei a {
	background: url(../img/layout/icon_file.gif) no-repeat 0px 1px;
	padding: 2px 0px 2px 18px;
}


/*PART BASIC*/

div.bilder{
	display: inline;
	float: right;
	width: 160px;
	margin: 5px 0 20px 20px;
}

div.bilder img {
	display: block;
	border: none;
}

div.bilder span {
	font-size: 10px;
	background-color: #EEEEEE;
	display: block;
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #C5C5C5;
}


p.introduction {
	font-size: 110%;
	font-weight: bold;
	color: #AAAAAA;
}

/*PART Bild/Text-Liste*/

div.bild-text div {
	line-height: 1.6em;
	}
	
div.bild-text h3 {
	font-weight: bold;
	color: #AAAAAA;
	line-height: 2em;
	}
	
	
div.bild-text div h2 {
	font-size: 100%;
	color: #000;
	}
	
div.bild-text div p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #AAAAAA;
	}	
	
div.bild-text div p.bild {
	float: left;
	margin: 5px 20px 0px 0px;
	padding: 0px;
	}

/*PART Downloadliste*/

div#inhalt ul.files {
	margin-left: 0px;
	list-style: none;
}

div#inhalt ul.files ul {
	margin-left: 0px;
	list-style: none;
}

ul.files li {
	
}


ul.files li h3 {
	font-weight: bold;
	border-bottom: 3px solid #A14B28;
	width: 250px;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
}



ul.files li ul li {
	float: none;
	margin-right: 10px;	
}

ul.files li ul li a {
	display: block;
	border-bottom: 1px dotted #C5C5C5;
	width: 235px;
	padding: 5px 0px 5px 20px;
   background: url(../img/layout/icon_file.gif) no-repeat 0px 5px;
}

ul.files li ul li a:hover {
	background-color: #EEEEEE;
}	
	
/*PART Linkliste*/

div#inhalt ul.links {
	margin-left: 0px;
	list-style: none;
	list-style-image: none;
}

div#inhalt ul.links li{
	float: none;
	clear: both;
}


div#inhalt ul.links li h3 {
	font-weight: bold;
	border-bottom: 3px solid #A14B28;
	width: 500px;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	clear: both;
}


div#inhalt ul.links ul {
	margin-left: 0px;

}

div#inhalt ul.links ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	list-style: none;
	clear: none;
}

ul.links li ul li a {
	display: block;
	border-bottom: 1px dotted #C5C5C5;
	width: 235px;
	padding: 5px 0px 5px 15px;
   	background: url(../img/layout/icon_raquo_red.gif) no-repeat 0px 6px;
}

ul.links li ul li a:hover {
	background-color: #EEEEEE;
}

/*PART Bilderliste*/

ul.thumblist li {
	float: left;
	display: block;
	margin: 0px 10px 10px 0px;
}

ul.thumblist li img {
	border: 1px solid #C5C5C5;
	padding: 3px;
	background-color: #EEEEEE;
}

div.part_markenliste ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 470px;
	display: block;
}

div.part_markenliste ul li {
	float: left;
	width: 120px;
	margin-right: 10px;
	display: block;
}

div.part_markenliste ul li img {
	border: 1px solid #AAA;
}

div.part_dienstleistungen ul {
	border-top: 1px solid #E3C9BE;
	border-bottom: 1px solid #E3C9BE;
	width: 470px;
	padding: 10px 0px 10px 0px;
	background-color: #FAF6F4;
}

div.part_dienstleistungen ul li{
	padding: 5px 0px 5px 20px;
	background: url(../img/layout/icon_raquo_red.gif) no-repeat 5px 6px;
}

div.part_dienstleistungen ul li a {
}

div#sidebar div.part_iframe {
	background-color: #F5F6F6;
	width: 188px;
	height: 265px;
}

div#sidebar div#partnerlogo {

}

div#sidebar p#partnerlogo {
height: 60px;
margin: 10px 0 10px 20px;
padding: 0 0 10px 0;
}


div.part_kontakt{
	background: #F5F6F6;
	padding: 10px 20px 15px 20px;
}
div.part_kontakt p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
div.part_kontakt a {
	font-size: 90%;
}
div.part_kontakt p.kontakt-email {
	padding: 2px 0 2px 20px;
	background: url(../img/layout/icon-email.png) no-repeat center left;
}
div.part_kontakt p.kontakt-telefon {
	padding: 2px 0 2px 20px;
	background: url(../img/layout/icon-telefon.png) no-repeat center left;
}
div.part_kontakt p.kontakt-fax {
	padding: 2px 0 2px 20px;
	background: url(../img/layout/icon-fax.png) no-repeat center left;
}
div.part_kontakt p.kontakt-text {
	padding: 5px 0;
}

div.part_kontakt h4 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}
div.part_kontakt h3 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}

div.part_kontakt img{
	/*margin: 5px 0px 5px -20px;*/
	margin-left: 0px;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}

img.headerslogan {
position: absolute;
}

div#content div.part_iframe {
	position: relative;
	width: 720px;
}

div#inhalt div.marken div.MarkenDiv {
	border: 1px solid #CCC;
	padding: 0px 0px 10px 0px;
	width: 155px;
	margin: 9px;
	float: left;
	height: 180px;
	background: #F2F2F2;
	position: relative;
}

div#container div#content div#inhalt div.marken div.MarkenDiv ul{
	margin: -10px 0 0 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

div#container div#content div#inhalt div.marken div.MarkenDiv ul li{
	padding: 0px 0px 0px 10px;
}

div#container div#content div#inhalt div.marken div.MarkenDiv a{
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: none;
	background-color: #EAEAEA;
	width: 145px;
	padding: 2px 0px 2px 10px;
	color: #000;
}

div#container div#content div#inhalt div.marken div.MarkenDiv a:hover{
	background-color: #CCC;
}

div#container div#content div#inhalt div.marken div.MarkenDiv h2{
	margin: 0;
	padding: 0;
	font-size: 11px;
	padding: 3px 0px 3px 10px;
}



div#inhalt div.marken div.MarkenDiv ul li{
	display: block;
	border-bottom: 1px solid #FFF;
}

div#inhalt div.marken div.MarkenDiv p.bild{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	float: none;
	height: 61px;
	text-align: center;
	background: #FFF;
	line-height:250%;
	width: auto;

}

div#inhalt div.marken div.MarkenDiv p.bild img{
		vertical-align: middle;
		margin-top: 5px;
		overflow: hidden;
}




div#inhalt ul.news, 
div#inhalt ul.archiv {
	margin: 0;
	list-style-image: none;
}
div#inhalt ul.news li, 
div#inhalt ul.archiv li {
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 1em 0;
}
div#inhalt ul.news span, 
div#inhalt ul.archiv span {
	color: #999;
}
div#inhalt ul.news h2 {
	margin: 0;
	padding: 0;
}
div#inhalt ul.news p {
	margin: .5em 0 1em 0;
	padding: 0;
}

div#inhalt ul.archiv li {
	margin: 0;
	padding: .25em .5em;
}
div#inhalt ul.archiv span {
	float: left;
	width: 7.5em;
}
div#sidebar ul.aktuelles {
	background-color: #f5f6f6;
}
div#sidebar ul.aktuelles li{
	border-bottom: 1px dotted #CCC;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 3px 22px;
	background: url(../img/layout/icon_link.gif) no-repeat 5px 9px;
}
div#sidebar ul.aktuelles li span {
	display: block;
	color: #666;
	margin: 0;
}
div#sidebar ul.aktuelles li h3{
	padding: .25em 0 1em 0;
	font-weight: normal;
}

div#sidebar ul.aktuelles li h3 a:hover {
	color: #000;
}

div#inhalt ul.team {
	margin: 0;
	float: left;
	width: 510px;
}
div#inhalt ul.team li {
	list-style: none;
	float: left;
	width: 170px;
	margin: 0 0 1em 0;
	padding: 0;
}

div#inhalt ul.team li p {
	border-bottom: 3px solid #a14b28;	
	padding: 0;
	margin : 0;
	width : 160px;
}

div#inhalt ul.team li a.PopimgBox {
	background: #eeeeee;
	display : inline-block;
	border-bottom: 1px solid #ffffff;
	height : 120px;
	overflow : hidden;
	width : 160px;
}

div#inhalt ul.team li a.PopimgBox img {
	height : 120px;
}

div#content ul.team li h2 {
	font-size: 100%;
	padding: 3px;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	background-color: #F5f6f6;
	width: 154px;
}

div#content ul.team li p.funktion {
	padding: 0;
	margin: 0;
	height: 35px;
	border: 0;	
	width : auto;
}

div#content ul.team li span {
	float: none;
	clear: both;
	display: block;
}



div.startnews {
	width: 160px;
	padding: 20px 20px 0 0;
	float: left;
}

div#inhalt div.startnews ul {
	margin-left: 0px;
	list-style: none;
}

div.startnews a {
	display: block;
	padding: 5px 5px 5px 10px;
	background: url(../img/layout/startnews-link.gif) no-repeat 0 1.1em;
}
div#inhalt div.startnews h2, 
div#inhalt div#startbox-large h2 {
	color: #FFF;
	background: #A14B28;
	padding: 1px 5px;
	margin: 0;
}
div#startbox-large {
	float: left;
	width: 500px;
	margin: 20px -10px 0 0;
}
div#startbox-large table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 500px;
}
div#startbox-large table caption {
	display: none;
}
div#startbox-large th {
	text-align: left;
	padding: 2px 5px;
}
div#startbox-large td {
	background: #FFF;
	padding: 1px 5px;
}
div#startbox-large tr.altrow td {
	background: #F5F5F5;
}
div#startbox-large tr.altrow:hover td, div#startbox-large tr:hover td {
	background: #EEE;
	cursor: pointer;
}
div#startbox-large td a {
	text-decoration: none;
	color: #000;
}
div#startbox-large a.occasionslink {
	display: block;
	text-decoration: none;
	padding: 1px 5px;
	margin: 4px 0 0 0;
	font-weight: bold;
}
div#startbox-large a.occasionslink:hover {

}

div#container div#content div#inhalt div.part_sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

div#container div#content div#inhalt div.part_sitemap ul li {
	margin: 0px;
	padding: 0;
	list-style: none;

}

div#container div#content div#inhalt div.part_sitemap ul li a {
	margin: 0px;
	padding: 3px 0px 3px 10px;
	list-style: none;
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 1px;
}

div#container div#content div#inhalt div.part_sitemap ul li a:hover {
	background-color: #EAEAEA;
}
div#container div#content div#inhalt div.part_sitemap ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #EAEAEA;
	
}

div#container div#content div#inhalt div.part_sitemap ul ul li a{
	background-color: #FFFFFF;
	padding-left: 40px;
	border: none;
	margin: 0;
	background: url(../img/layout/icon_link.gif) no-repeat 20px 5px;
}

div#container div#content div#inhalt div.part_sitemap ul ul li a:hover{
	background-color: #F2F2F2;
}

/* ############################################
	Formular
############################################ */

div#inhalt div.form_standard fieldset {
	border: none;
	clear: both;
	line-height: 1.4;
}
div#inhalt div.form_standard div#danke {
	color: #3f7559;
	margin: 1em 0;
	padding: 1em 10px;
	background: #F9F9F9;
	border: 1px solid #DDD;
	width: 500px;
}
div#inhalt div.form_standard div.ValidationSummary ul {
	float: left;
	padding: 1em 10px;
	margin: 0;
	background: #F9F9F9;
	border: 1px solid #DDD;
	border-top: none;
	width: 500px;
	color: #700;
}
div#inhalt div.form_standard div.ValidationSummary p {
	float: left;
	padding: .5em 10px 0 10px;
	margin: 1em 0 0 0;
	background: #F9F9F9;
	border: 1px solid #DDD;
	border-bottom: none;
	width: 500px;
	color: #700;
}
div#inhalt div.form_standard div.ValidationSummary ul li {
	list-style: square;
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
}
div#inhalt div.form_standard p input {
	width: 150px;
	padding: 5px 5px 5px 5px;
	border: none;
	float: right;
	margin: 20px 10px 0 0;
	font-size: 110%;
	color: black;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #EAEAEA;
	border: 1px solid #CCC;
}
div#inhalt div.form_standard ul {
	margin: 0;
}
div#inhalt div.form_standard ul li {
	list-style: none;
	float: left;
	width: 510px;
	padding: 1em 10px;
	margin: 0 -10px;
	position: relative;
}
div#inhalt div.form_standard ul li.alt {
	background: #F9F9F9;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
div#inhalt div.form_standard ul li label {
	float: left;
	width: 130px;
	padding: 2px 20px 2px 0;
	font-weight: bold;
}
div#inhalt div.form_standard ul li em {
	font-size: 150%;
	position: absolute;
	left: 140px;
	top: 10px;
	font-weight: normal;
	color: #700;
	line-height: 1.0;
}
div#inhalt div.form_standard ul li input, 
div#inhalt div.form_standard ul li select {
	width: 250px;
	padding: 2px;
	border: 1px solid #999;
} 
div#inhalt div.form_standard ul li textarea {
	width: 350px;
	height: 200px;
	padding: 2px;
	line-height: 1.6;
	border: 1px solid #999;
}
div#inhalt div.form_standard ul li input:focus, 
div#inhalt div.form_standard ul li select:focus, 
div#inhalt div.form_standard ul li textarea:focus {
	border: 1px solid #555;
	border-right: 5px solid #555;
}

div#inhalt div.form_standard ul li span.RadioButton, 
div#inhalt div.form_standard ul li span.CheckBox {
	float: left;
	padding: 0 1em .25em 0;
}

div#inhalt div.form_standard ul li span.RadioButton input, 
div#inhalt div.form_standard ul li span.CheckBox input {
	border: none;
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
}
div#inhalt div.form_standard ul li span.RadioButton label, 
div#inhalt div.form_standard ul li span.CheckBox label {
	float: none;
	width: auto;
	padding: 0;
	font-weight: normal;
}

div#inhalt div.form_standard ul li ol.RadioButton, 
div#inhalt div.form_standard ul li ol.CheckBox {
	float: left;
	width: 355px;
	padding: 0 0 1em 5px;
}
div#inhalt div.form_standard ul li ol.RadioButton li, 
div#inhalt div.form_standard ul li ol.CheckBox li {
	float: left;
	padding: 0 0 .5em 0;
}
div#inhalt div.form_standard ul li ol.RadioButton label,
div#inhalt div.form_standard ul li ol.CheckBox label {
	float: left;
	width: 330px;
	padding: 0;
	font-weight: normal;
}
div#inhalt div.form_standard ul li ol.RadioButton input,
div#inhalt div.form_standard ul li ol.CheckBox input {
	width: 20px;
	padding: 0;
	margin: 0 5px 0 0;
	border: none;
	float: left;
}



li.hide { display: none; }
li.show { display: block; }

#imgProgress {
	position:absolute;
	z-index: 3;
}
div#content p.paging {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}
div#inhalt div.thumbgallery ul.thumblist li {
	height: 130px;
}
div#content p.paging span {
	float: left;
	line-height: 1.0;
	padding: 5px 10px 5px 10px;
} 
div#content p.paging a {
	float: left;
	line-height: 1.0;
	padding: 5px 10px 5px 10px;
	background: url(http://www.contentupdate.net/fenacoAgrartechnik/web/LandtechnikZollikofen/img/layout/agrarmaschinen-thead.gif?sdgf4sd) repeat-x #d5d5d5;
	border: 1px solid #BBB;
	text-decoration: none;
}
div#content p.paging a:hover {	
	background: url(http://www.contentupdate.net/fenacoAgrartechnik/web/LandtechnikZollikofen/img/layout/agrarmaschinen-thead.gif?sdgf4sd) repeat-x #d5d5d5;
	border: 1px solid #444;
}
div#thumbviewer {
	position: absolute;
	background: #FFF;
	border: 1px solid #999;
	padding: 10px;
	z-index: 2;
}
div#overlay{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background: #000;
	left: 0;
	top: 0;
	position:absolute;
	z-index: 1;
}
#itmCounter {
	float: left;
	width: 100px;
	margin: 5px 0 0 10px;
}
div#img-controls {
	background: #FFF;
	height: 25px;
	width: 100%;
	padding: 10px 20px 10px 0;
	margin: -10px 0 0 -10px;
}
div#img-controls ul {
	margin: 0;
	padding: 0;
}
div#img-controls ul li {
	float: left;
}
div#img-controls ul li a {
	float: left;
	height: 25px;
	width: 33px;
	text-indent: -2000px;
	padding: 0 10px;
	text-align: left;
}
div#img-controls ul li a#prevImg {
	background: url(../img/layout/gallery-control-prev.gif) no-repeat top center;
}
div#img-controls ul li a#playShow {
	background: url(../img/layout/gallery-control-play.gif) no-repeat top center;
}
div#img-controls ul li a#playShow.playing {
	background: url(../img/layout/gallery-control-pause.gif) no-repeat top center;
}
div#img-controls ul li a#nextImg {
	background: url(../img/layout/gallery-control-next.gif) no-repeat top center;
}
div#img-controls ul li a#close-link {
	position: absolute;
	right: 0px;
	background: url(../img/layout/gallery-control-close.gif) no-repeat top center;
}
div#thumbviewer p#img-info {
	padding: 5px 0 0 0;
	text-align: center;
}
#imgLoading {
	background: #FFF !important;
	padding: 20px !important;
	border: 1px solid #888 !important;
}


div.part_suche p.sucheeingabe {
	float: left;
	padding: 1em 0 1em 10px;
	background: #F9F9F9;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	width: 510px;
	color: #700;
	margin: 0;
}

div.part_suche p.sucheeingabe span#Serach1_lblQuery {
	font-weight: bold;
	color: #000;
	width: 80px;
	display: block;
	float: left;
}

div.part_suche p.sucheeingabe input {
		border: 1px solid #999;
		padding: 2px 0 0 0;
		height: 15px;
}





div.part_suche input.button {
	width: 150px;
	padding: 5px 0 5px 0;
	background: url(../img/layout/button_senden.gif) no-repeat;
	border: none;
	float: none;
	clear: both;
	display: block;
	margin: 20px 10px 20px 91px;
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}


div.part_map {
	float: left;
	width: 160px;
}

div.part_map h2 {
	margin: 0px 0px 5px 0px;
	padding: 0;
}

div.control {
	background: url(../img/layout/control_bg.gif) no-repeat top left;
	width: 138px;
	height: 61px;
}

div.control a#changeType {
	padding: 20px 0px 10px 10px;
	float: left;
	display: block;
	width: 50px;
}

div.control a#zoomPlus {
	display: block;
	background: url(../img/layout/zoomplus.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

div.control a#zoomMinus {
	display: block;
	background: url(../img/layout/zoomminus.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	float: left;
}

div.control div.zoom {
	float: left;
	margin: 10px 0px 0px 20px;
}

div.control div.zoom label{
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

div#mapcontainer {
	width: 350px;
	height: 300px;
	padding: 4px;
	border: solid #ebebeb;
	border-width: 1px;
	float: left;
}

div#container div#content div#inhalt div.part_map ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	list-style-image: none;
}


div.part_map ul li.phone {
	background: url(../img/layout/icon-telefon.png) no-repeat 0px 5px;
	padding-left: 20px;
}

div.part_map ul li.adress {
	background: url(../img/layout/icon-adress.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div#mapcontainer ul li.phone {
	background: url(../img/layout/icon-telefon.png) no-repeat 0px 5px;
	padding-left: 20px;
}

div#mapcontainer ul li.adress {
	background: url(../img/layout/icon-adress.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div#mapcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


