/** BASIC */




/** HEADINGS */

h1 {
color:#FFCC00;
font-size:16px;
margin-top: 10px;
margin-bottom: 15px;
padding-left: 30px;
font-weight: bold;
	
}

h2 {
color:#ffffff;
font-size:16px;
font-weight: bold;
	
}

h3 {
color:#ffffff;
font-size:12px;
text-decoration:none;
	
}

h4 {
color:#c28802;
font-size:18px;
text-decoration:none;
	
}


.mail {
background:url(../img/h1_icons/mail.png) no-repeat left center;
}

.new {
background:url(../img/h1_icons/new.png) no-repeat left center;
}

.prod {
background-image:url(../img/h1_icons/paper.png);
background-repeat:no-repeat;
background-position: left center;
}

.query {
background-image:url(../img/h1_icons/query.png);
background-repeat:no-repeat;
background-position: left center;
}


.location {
background-image:url(../img/h1_icons/location.png);
background-repeat:no-repeat;
background-position: left center;
}

.links {
margin-top:300px;
margin-left:110px;
}



/** TEXTS */

body, th, td, input, textarea, select {
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

p, blockquote, ul, ol, dl {
	padding-left: 30px;
	padding-right:30px;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	color:#FFFFFF;
}


/** LINKS */

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

a:hover {
	text-decoration: none;
	color:#000000;
}


.button {
color:#000000;
}


.highslide-container {
	z-index:10003 !important;
}
.highslide-credits {
	display:none !important; 
}
.highslide-caption {
	color:#333 !important; 
}

a img { 
border: 0; 
}