html,body{
	height: 100%;
}

body{
	background-image:url('/images/bg.png');
	background-repeat: repeat-x;
}

#content{
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	min-height: 900px;
}

#top{
	/*background-color: #fffff0;*/
	height:125px;
}

#logo{
	width: 233px;
	background-color: #fff;
	float: left;
}

#lang{
	text-align: right;
}


	/* MENU */
	#menuHolder{
		padding-top: 40px;
	}
	
	#menuHolder a{
		color: #000;
		text-decoration: none;
	}

	#menuHolder h1{
		padding: 0;
	}

	#menuHolder, #topmenu{
		height: 30px; /*26*/
	}

		#topmenu ul {
			/*margin: 3px 0 0 0;*/ /*4*/
			float: left;
			/*padding-top: 1px;*/
		}
		
/* Suckerfish menus */
			#nav, #nav ul {
				padding: 0;
				margin: 0;
				list-style: none;
				border-left: 1px dotted #000;
			}

			#nav a {
				color: #000;
				display: block;
			}

			#nav li {
				font-family: Century Gothic, Verdana;
				font-size: 11pt;
				float: left;
				height: 17px;
				line-height: 17px;
				border: 0;
				border-right: 1px dotted #000;
				text-transform: uppercase;
				color: #fff;
				}
			
			#nav li:hover{
				color: #fff;
				background-color: #8d1174;
			}

			#nav li a:hover{
				color: #fff;
			}
			
			#nav li ul li {
				font-family: Verdana;
				height: 22px;
				width: 190px;
				line-height: 18px;
				border: 0;
				color: #000;
				background-color: #fff;
				text-transform: capitalize;
			}
			
			#nav li ul {
				margin-left:-1px;
				position: absolute;
				width: 190px;
				left: -999em;
				margin-top: 0;
				background: #fff;
				border: 1px dotted #000;
				border-top-width: 0px;
				z-index: 10000;
				padding: 0 4px;
			}
					
			#nav li:hover ul, #nav li.sfhover ul {
				left: auto;
			}
			
			#nav li ul li.first {
				padding-top: 8px;
			}

			#nav li ul li.last {
				padding-bottom: 4px;
			}
			
			#nav li ul li a {
				font-size: 10px;
				padding: 2px 4px;
				width: auto;
			}
			
			#nav li ul li a:hover {
				color: #fff;
				background-color: #8d1174;

			}


			
#nav li:hover a,#nav li.over a, #nav li:hover li a:hover,#nav li.over li a:hover {
   color: #fff;
   background-color: 8d1174;
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
    color: #000;
   background-color: #fff;
}
			
			
/* End Suckerfish */

#footer{
	clear: both;
	font-family: Verdana;
	font-size: 12px;
	color: #525252;
	width: 910px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	height: 30px;
}

#main{
	
	min-height:650px;
	font-family: Verdana;

}

#pagetitle{
	font-size: 20px;
	text-transform: uppercase;
}

/* submenu */

#submenu{
	width: 233px;
	min-height: 300px;
	float: left;
	padding-top: 10px;

}

#submenu ul {
	font-size: 12px;
	width: 210px;
	border-style: dotted;
	border-width: 1px 0px 0px;
	line-height: 25px;
	vertical-align: middle;
}

#submenu ul li{
	height: 25px;
	border-style: dotted;
	border-width: 0px 0px 1px;
	vertical-align: middle;
}

#submenu a{
	color: #000;
	text-decoration: none;
}

#submenu a:visited{
	color: #000;		
}

#submenu a:hover{
	color: #ccc;
}

.sub-active{
  padding:0 0 0 24px;
  list-style-type: none;
  list-style-image: none;
  background-image: url('../images/submenu-pil.png');
  background-repeat:no-repeat;
  background-position: 0.8em 0.8em;
}

.inactive{
	padding-left: 24px;
}

/* MAIN CONTENT */

#main-content{
	line-height: 14px;
	float:left;
	width: 640px;
	background-image: url('../images/shadow.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top left;
	min-height: 600px;
	padding: 0px 25px 25px;	
	font-size: 12px;
}

#main-content img{
	border: 1px solid #deddc7;
}

#main-content ul{
	list-style: disc;
	margin-left: 25px;
}

#main-content p{
	padding-bottom: 10px;
}

#main-content h1{
	font-size: 20px;
}

#main-content a{
	color: #8d1174;
}

#main-content a:visited{
	color: #8d1174;
}

#main-content a:hover{
	color: #ccc;
}


.body-title{
	font-size: 18px;
	padding-bottom: 20px;
}

/* NEWS STYLING */
.thumb{
	float:left;
	padding-bottom: 10px;
	padding-left: 10px;
}


.news-item{
	padding:10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	height:117px;
}

.news-image{
	float:left;
	padding-right: 10px;
}

.news-title{
	font-size: 18px;
	padding-bottom: 8px;	
}

.news-text{
	height:63px;
}

.news-link{
}

#news-back{
	text-align: right;
}

#news-back img{
	border: 0;
}


/* Fairs table styling */

#messe{
	padding: 5px;
}

.messe-first-row{
	height: 30px;
	border-bottom: 1px dotted #ccc;
}

.messe-row{
	height: 50px;
	border-bottom: 1px dotted #ccc;
}

.messe-gray{
	background-color: #f9f7f5;
}

/* WORKER STYLING */

.worker-row{
	clear:both;
	height: 20px;
	border-bottom: 1px dotted #ccc;
}

.worker-item{
	float:left;
	/*width:160px;*/
	/*min-height: 240px;*/
	width:200px;
	min-height: 300px;
	line-height: 18px;
}

/* DEALER IFRAME STYLING */
#dealerlist{
	display: block;
	border: 0px;
	width: 100%;
	height: 100%;
}

/* Frontpage content*/
#frontcontent{
	min-height: 333px;
	width: 910px;
}

#front-image{
	border: 1px solid #ccc;
	float: left;
	width: 628px;
}

#image-container{
	width: 628px;
	float: left;
}
.campaign{
	/*clear: both;*/
	width: 270px;
	float:right;
	height: 165px;
	padding-bottom: 10px;
	/*left: 640px;*/
}

.campaign img{
	border: 1px solid #ccc;
}
.campaign span{
	margin-top: 1px;
	position: absolute;
	line-height: 20px;
	margin-left:1px;
	width: 269px;
	color: #ccc;
	background-image: url('../images/white-bg.png');
}

.campaign a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#front-links{
	margin-top: 20px;
	width: 940px;
	float: left;
}

.links{
	width: 640px;
	float: left;
}

.link-title{
	width: 634px;
	font-size: 12px;
	font-weight: bold;
}

.link-text{
	width: 634px;
	font-size: 12px;
}

.link-item{
	width: 634px;
	color: #ccc;
	font-size: 12px;	
}

.link-item a{
	color: #dcde3b;
}

.fb-logo{
	float:left;
	border: 1px dotted #ccc;
	border-top: 0px;
	border-bottom: 0px;
	color: #ccc;
	font-size: 12px;
	width: 123px;
}

.fb-logo a{
	text-decoration: none;
	color: #909090;
}


.fb-logo img{
	padding-left: 3px;
	padding-right: 3px;
	float:left;
}

.kraeft-logo{
	text-align: center;
	float: left;
	height: 45px;
	width: 143px;
	border-right: 1px dotted #ccc;
}

#footer a{
	color:#525252;
}

#payoff{
	position: fixed;
	bottom: 0;
	right: 0;
}

#galleriFlash{
	display:none;
	position:absolute;
	height:130%;
	width:100%;
	z-index:100;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	top: 0;
	left: 0;
	visibility: hidden;
}

.p-inactive{
	border: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	float: left;
	padding-left: 5px;
}

.p-active{
	border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	float: left;
	padding-left: 5px;	
}

.p-inactive:hover{
	border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	float: left;
	padding-left: 5px;	
}

#pants-text{
	margin-top: 70px;
	float: both;
}

#pants-text img{
	border: 0px;
	float: right;
	margin-right: 50px;
}

.pants-title{
	font-size: 12px;
	font-weight: bold;
}

#pants-text p{
	width: 400px;
	float: left;
}


#pants-info{
	float:left;
	padding: 5px;
	width: 400px;
}

#pants-icon img{
	border: 0px;
}



#pants-info tr{
	height: 80px;
	border-bottom: 1px dotted #ccc;
}

#pants-info tr td{
	border-left: 0px;
	border-right: 0px;
}

#pants-image{
	float: right;
	margin-right: 50px;
}

#pants-image img{
	border: 0px;
}

.cleartext{
	clear:both;
	left: 0;
}

#supplier{
	position: fixed;
	bottom: 0;
	left: 50%;
	text-align: center;
	bottom: 10px;
	
}

#supplier a{
	font-family: Verdana;
	font-size: 10px;
	color: #525252;
	text-decoration: none;
}











































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
