body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color: #676767;
}

*, td{
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #676767;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: #f5f5f5;
	height: 132px;
}

	#header .wrapper {
		position: relative;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		height: 132px;
	}
	
		#logo {
			position: absolute;
			left: 20px;
			top: 34px;
		}
	
		#navigation {
			z-index: 1100;
			position: absolute;
			left: 330px;
			border-top: 1px solid #e7e7e7;
			margin-top: 66px;
		}
		
			#navigation ul {
				margin: 0;
				padding: 0;
				z-index: 1;
			}
			
				#navigation ul li {
					position: relative;
					display: inline;
					float: left;
					text-align: center;
					position: relative;
					background: url(/layout/images/navi-sprite.png) no-repeat;
					background-position: -180px 0;					
				}
				
				#navigation ul li:hover {
					background-position: -90px 0;
				}
				
					#navigation ul li:hover a,
					#navigation ul .active,
					#navigation ul .active a  {
						background-position: 0 0;	
						color: #fff;	
					}
				
				#navigation ul li a,
				#navigation ul li:hover a  {
					display: block;
					width: 90px;
					height: 56px;
					color: #adadad;	
					text-decoration: none;
					padding-top: 25px;
					font-weight: bold;
				}	
					
					#navigation ul li ul {
						dislay: none;
						position: absolute;
						left: -10000em;		
						width: 170px;	
						margin-top: -16px;
						padding: 20px 10px 10px 15px;
						background: #fafafa;
						z-index: -1;
					}
					
					#navigation ul li:hover ul {
						left: 0;
					}

						#navigation ul li ul li {
							float: none;
							height: auto;
							text-align: left;
						}
						
						#navigation ul li ul li a ,
						#navigation ul li:hover ul li a {						
							height: auto;
							width: auto;
							background: transparent;
							padding: 0 0 6px 0;
							color: #635757;
						}
						
							#navigation ul li ul li a:hover,
							#navigation ul li ul li .active {						
								color: #e31821;
							}
#bigPic {
	position: relative;
	height: 363px;
	background: url(/layout/images/bg-header.jpg) repeat-x;
}

	#bigPic .wrapper {
		position: relative;
		border-right: 1px solid #dadada;
		border-left: 1px solid #dadada;
		height: 363px;		
	}
	
		#bigPic .wrapper img {
			position: absolute;
			top: 0;
			left: 0;
		}
		
	#bigPic .nivo-controlNav {
		z-index: 1000;
		position: absolute;
		bottom: 10px;
		right: 50%;
		margin-right: -480px;
	}
	
		#bigPic .nivo-controlNav a {
			position: relative;
			display: block;
			float: left;
			width: 12px;
			height: 20px;
			margin-right: 5px;
			background: url('/layout/images/bulb-sprite.png') no-repeat left -20px;
			text-indent: -10000px;
			text-decoration: none;
		}
		
		#bigPic .nivo-controlNav a.active {
			background-position: left top;
		}
	
#content {
	background: #f5f5f5;
}

	#content .wrapper {
		border-right: 1px solid #dadada;
		border-left: 1px solid #dadada;
	}
	
	#main {
		float: left;
		width: 620px;
		padding: 50px 35px;
		line-height: 1.4em;
	}
	
	#sidebar {
		float: right;
		width: 290px;
		background: url(/layout/images/bg-cable.gif) no-repeat left bottom #e9e9e9;	
	}
	
		#subnavi {
			margin: 50px 20px 100px 20px;
		}
		
	
		#subnavi strong a {
			font-size: 2em;
			color: #e31821;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#subnavi ul {
			margin: 20px 0 0 0;
			padding: 0;
			list-style-type: none;
		}

			#subnavi ul li {
				margin: 0;
				padding: 5px 0;			
			}	
			
				#subnavi ul li a {
					font-size: 1.2em;
					color: #635757;
					text-decoration: none;
				}
				
					#subnavi ul li a:hover,
					#subnavi ul li .active {
						color: #e31821;
					}
			
#footer {
	height: 86px;
}

	#contact {
		width: 800px;
		float: left;
		text-align: center;
		margin-top: 15px;
	}
	
	#eib {
		width: 67px;
		height: 47px;
		float: right;
		margin: 10px 14px 0 0;
	}
	
	
.vcard {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
		
.vcard .fn.org,
.vcard .street-address,
.vcard .locality,
.vcard .tel {
	border-right: 1px solid #767676;
	padding-right: 10px;
}	

.vcard .postal-code,
.vcard .street-address,
.vcard .tel,
.vcard .tel .value,
.vcard .email {
	padding-left: 10px;
}

.vcard .fax,
.vcard .country-name,
.vcard.hittisau .email {
	display: none;
}

.vcard.hittisau .tel {
	border-right: 0;
}

.listview {
	padding-top: 20px;
}

.listview .block {
	border-bottom: 1px solid #e31821;
}

.listview h2 {
	font-size: 1.3em;
	margin-bottom: 0;
}

.listview h3 {
	font-size: 1em;
	margin-top: 3px;
}

a {
	text-decoration: underline;	
	color: #e31821;
}

a:hover {
	text-decoration: underline;	
}	

a img {
	border: 0px;
}

h1,
h2 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
	margin-top: 0;	
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

.left_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.lightwindow {}

table .coloredRows {}

	.coloredRows th {
		font-size: 1.2em;
	}

	.coloredRows .even {
		background: #ffffff;
	}

	.coloredRows .odd {
		background: #efefef;
	}
	
hr {
	border:0;
	height: 1px;
	background: #ccc;
}
	
.clearer {
	clear: both;  
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.content_block {
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid #DADADA;
	padding: 20px;
}

	fieldset legend {
		padding: 10px 10px;
		font-weight: bold;
		font-size: 1.4em;
	}

label {
	display: block;
	float: left;
	width: 190px;
}

label.error {
	font-style: italic;
	color: #ff0000;
	float: right;
	width: auto;
	padding: 2px 10px;
}

	.choice_group {
		float: left;
		width: 150px;
	}

	label.choice {
		display: block;
		float: none;
		width: 130px;
		margin-left: 22px;
		margin-top: -18px;
	}

.error,
.success {
	display: block;
	margin: 10px 0;
	padding: 10px;
}

.error {
	background: #fef0f0;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.success {
	background: #dbf8df;
	border: 1px solid #068636;	
	color: #068636;
}

.routing_from {
	display: block;
	outline: 1px solid #cccccc;
	padding: 4px;
	background: #ffffff;
}

.routing_from label {
	width: 120px;
}

.routing_from #from_address {
	width: 344px;
}

#map {
	text-align: center;
	width: 620px;
	height: 400px;
	outline: 1px solid #ccc;
}

.pagination {
	text-align: center;
	clear: both;
}

input,
textarea {
	border: 1px solid #DADADA;
}

input[type=text],
input[type=email],
select,
textarea {
	width: 140px;
	margin-bottom: 5px;
	padding: 4px;
	border-radius: 3px;
}

input[type=text].error,
input[type=email].error,
select.error,
textarea.error {
	display: inline;
}

select {
	width: 150px;
}

input[type=text]:hover,
input[type=email]:hover,
select:hover,
input[type=text]:focus,
select:focus,
textarea:focus {

}

input[type=submit],
input[type=button],
.button {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #000000;
	box-shadow: 0 1px 0 #ffffff;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #E31821;	
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button:hover,
.button:focus {

}

.pdf_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -96px;
	padding-left: 24px;	
}

.email_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -224px;
	padding-left: 24px;	
}

.xls_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -128px;
	padding-left: 24px;	
}

.doc_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -112px;
	padding-left: 24px;
}

.zip_link{
	background: url('/layout/images/icon-sprite.png') no-repeat 4px -144px;
	padding-left: 24px;
}

.eps_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -160px;
	padding-left: 24px;	
}

.jpg_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -176px;
	padding-left: 24px;
}

.tif_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -192px;
	padding-left: 24px;
}

.cart_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -368px;
	padding-left: 24px;
}

.down_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -352px;
	padding-left: 24px;
}

.up_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -337px;
	padding-left: 24px;
}