/**************************************************
     GENERAL
**************************************************/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

img {
	border: 0 none;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing:0px;
}

hr {
	border-bottom: 1px solid #e3e3e3;
	margin: 10px 0px 10px 0px;
}


.minheight {
	min-height:450px;
	height:auto !important;
	height:450px;
}

.boxLeft {
	float: left;
	width: 49%;
}

.boxRight {
	float: right;
	width: 50%;
}

.boxLeftIntern {
	float: left;
	width: 24%;
}

.boxRightIntern {
	float: right;
	width: 75%;
}

.gray {
	color: #cdcdcd;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #464595;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #464595;
}

.ImageButton {
	width: 130px;
	height: 35px;
	background-image: url("../images/bg_button.gif");
	background-repeat: no-repeat;
	color: #fbfbfb;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	padding-top: 10px;
}

.ImageButton:hover {
	cursor: pointer;
}

.smallImageButton {
	width: 90px;
	height: 25px;
	background-image: url("../images/bg_smallButton.gif");
	background-repeat: no-repeat;
	color: #fbfbfb;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	padding-top: 5px;
}

.smallImageButton:hover {
	cursor: pointer;
}

p {
	margin-top: 10px;
}

/**************************************************
     BLACKBOX
**************************************************/
.blackbox_top {
	height: 5px;
	background-image: url("../images/bg_blackbox_top.gif");
	background-repeat: no-repeat;
}

.blackbox_middle {
	background-color: #24211c;
	color: #fbfbfb;
	padding: 20px;
}

.blackbox_middle a {
	color: #fbfbfb;
	text-decoration: none;
}

.blackbox_bottom {
	height: 5px;
	background-image: url("../images/bg_blackbox_bottom.gif");
	background-repeat: no-repeat;
}

/**************************************************
     WHITEBOX
**************************************************/
.whitebox_top {
	height: 15px;
	background-image: url("../images/bg_whitebox_top.gif");
	background-repeat: no-repeat;
}

.whitebox_middle {
	background-image: url("../images/bg_whitebox_middle.gif");
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	padding: 5px 20px 5px 20px;
	text-align: justify;
}

.whitebox_middle h1 {
	margin-bottom: 10px;
}

.whitebox_bottom {
	height: 15px;
	background-image: url("../images/bg_whitebox_bottom.gif");
	background-repeat: no-repeat;
}

/**************************************************
     SMALL WHITEBOX
**************************************************/
.smallWhitebox {
	width: 310px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	text-align: justify;
}

.smallWhiteboxLast {
	width: 310px;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
}

.smallWhitebox_top {
	height: 15px;
	background-image: url("../images/bg_smallWhitebox_top.gif");
	background-repeat: no-repeat;
}

.smallWhitebox_middle {
	background-image: url("../images/bg_smallWhitebox_middle.gif");
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	padding: 5px 20px 5px 20px;
}

.smallWhitebox_bottom {
	height: 15px;
	background-image: url("../images/bg_smallWhitebox_bottom.gif");
	background-repeat: no-repeat;
}

.smallWhitebox h1 {
	margin-bottom: 10px;
}

.smallWhitebox h2 {
	margin-bottom: 20px;
}

.smallWhiteboxLast h1 {
	margin-bottom: 10px;
}

.smallWhiteboxLast h2 {
	margin-bottom: 20px;
}

.smallWhiteboxExtended {
	width: 472px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	text-align: justify;
}

.smallWhiteboxExtendedLast {
	width: 472px;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
}

.smallWhiteboxExtended_top {
	height: 15px;
	background-image: url("../images/bg_smallWhiteboxExtended_top.gif");
	background-repeat: no-repeat;
}

.smallWhiteboxExtended_middle {
	background-image: url("../images/bg_smallWhiteboxExtended_middle.gif");
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	padding: 5px 20px 5px 20px;
}

.smallWhiteboxExtended_bottom {
	height: 15px;
	background-image: url("../images/bg_smallWhiteboxExtended_bottom.gif");
	background-repeat: no-repeat;
}

.smallWhiteboxExtended h1 {
	margin-bottom: 10px;
}

.smallWhiteboxExtended h2 {
	margin-bottom: 20px;
}

.smallWhiteboxExtendedLast h1 {
	margin-bottom: 10px;
}

.smallWhiteboxExtendedLast h2 {
	margin-bottom: 20px;
}

/**************************************************
     MAIN
**************************************************/
body {
	background-color: #fbfbfb;
	background-image: url("../images/bg_body.jpg");
	background-repeat: repeat-x;
	color: #000;
	font-size: 12px;
	overflow-x: hidden;
}

#container {
	margin: auto;
	width: 960px;
}

/**************************************************
     PARTNER
**************************************************/
#partner {
	margin-bottom: 20px;
	font-weight: bold;
}

#partner select {
	width: 517px;
	border: 1px solid #24211C;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #f0f000;
	color: #24211C;
	font-weight: bold;
}

/**************************************************
     HEADER
**************************************************/
#header {
	height: 133px;
	background-image: url("../images/bg_header.jpg");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#slideshow_head {
    position:absolute;
    width: 200px;
	margin-left: 650px;
	top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

#slideshow {
	position:absolute;
	height:50px;
	margin-left: 650px;
	top: 40px;
}

#slideshow IMG {
	position:absolute;
	display: none;
}

#slideshow IMG.active {
	display: inline;
}

#slideshow IMG.last-active {
	display: none;
}

#header #logo {
	height: 90px;
	width: 160px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 11px;
}

#header #headerinfos {
	margin-left: 650px;
	position: absolute;
	top: 25px;
	color: #fbfbfb;
	letter-spacing: 2px;
	font-size: 12px;
}

#header #headerinfos a {
	color: #fbfbfb;
	text-decoration: none;
}

#header #headerinfos_left {
	margin-left: 25px;
	margin-top: 55px;
	position: absolute;
	top: 25px;
	color: #000;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

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

#header #headerinfos_right {
	margin-top: 40px;
	margin-left: 630px;
	position: absolute;
	top: 25px;
	color: #000;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

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

/**************************************************
     NAVIGATION
**************************************************/
#navigation {
	height: 40px;
	background-image: url("../images/bg_navigation.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fbfbfb;
}

#navigation a {
	color: #fbfbfb;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
}

#navigation ul li.headlink {
	height: 28px;
	float: left;
	margin-left: 5px;
	padding: 12px 20px 0px 20px;
	position: relative;
	white-space: nowrap;
	z-index: 999;
}


#navigation ul li.headlink:hover {
	background-color: #413d37;
	cursor: pointer;
}

#navigation ul li.headlink ul {
	background-color: #24211C;
	margin: 13px -20px 0px -20px;
	display: none;
	position: absolute;
}

#navigation ul li.headlink:hover ul {
	display: block;
}

#navigation ul li.headlink ul li {
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#navigation ul li.headlink ul li:hover {
	background-color: #413d37;
	cursor: pointer;
}

#navigation ul li.headlinkActive {
	background-color: #413d37;
	height: 28px;
	float: left;
	margin-left: 10px;
	padding: 12px 20px 0px 20px;
	position: relative;
	white-space: nowrap;
}

#navigation ul li.headlinkActive:hover {
	background-color: #413d37;
	cursor: pointer;
}

#navigation ul li.headlinkActive ul {
	background-color: #24211C;
	margin: 13px -20px 0px -20px;
	display: none;
	position: absolute;
}

#navigation ul li.headlinkActive:hover ul {
	display: block;
}

#navigation ul li.headlinkActive ul li {
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#navigation ul li.headlinkActive ul li:hover {
	background-color: #413d37;
	cursor: pointer;
}


/**************************************************
     HOMEBOX
**************************************************/
#homebox {
	margin-bottom: 20px;
}

#homebox h1 {
	margin-bottom: 10px;
}

#homebox h2 {
	margin-bottom: 20px;
}

/**************************************************
     CONTENT
**************************************************/
#content {
	margin-bottom: 20px;
}

#content ul {
	margin-left: 20px;
	margin-top: 10px;
}

#content ul li {
	margin-bottom: 5px;
}

#content table tr td {
	vertical-align: top;
	padding: 5px;

}

#content a {
	color: #24211C;
}

#content a:hover {
	color: #464595;
}

#content #googlemaps iframe {
	border: #000000 1px solid;
}

/**************************************************
     NEWS
**************************************************/
.newsEntry {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #24211C;
}

.newsEntry .newsDate {
	float: right;
	margin-top: -15px;
}

/**************************************************
     CONTACTFORM
**************************************************/
#contactform {
	margin-top: 10px;
}

#contactform fieldset {
	border: 0 none;
}

#contactform .field {
	margin-bottom: 10px;
}

#contactform label {
	float: left;
	width: 150px;
}

#contactform input {
	border: 1px solid #24211C;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: 5px;
}

#contactform textarea {
	border: 1px solid #24211C;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: 5px;
}

#contactform select {
	border: 1px solid #24211C;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: 5px;
}

#contactform #kf_submit {
	margin-left: 150px;
}


#contactform .errors {
	margin-bottom: 10px;
	color: red;
}

#contactform .invalid {
	color: red;
}


/**************************************************
     FOOTER
**************************************************/
#footer {
	margin-bottom: 20px;
}

#footer #counter {
	float:right;
}

/**************************************************
     GOOGLEMAPS
**************************************************/
#googlemaps input {
	border: 1px solid #24211C;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/**************************************************
     Scrollable
**************************************************/
div.scrollablePrev {
    height: 100px;
    float: left;
    width: 16px;
    margin-left: 10px;
    padding-top: 40px;
}

div.scrollableNext {
    height: 100px;
    float: left;
    width: 16px;
    padding-top: 40px;
}

div.scrollable {  
    position:relative; 
    overflow:hidden; 
    width: 418px; 
    height:102px; 
    float: left;    
} 
 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/**************************************************
     FONTSIZER
**************************************************/
.fsizer {
	float: right;
}

.fsizer a {
	display: block;
	float: left;
	width: 20px;
	margin-right: 5px;
	text-align: center; 
	border: 1px dotted #fff;
	color: #474696;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0;
	line-height: 100%;
}

.fsizer a:hover {
	text-decoration: none;
	background: #f1f1f1; 
}

.fsizer a#fs_sml {
	font-size: 10px;
	height: 15px;
	padding-top: 5px;
}

.fsizer a#fs_med {
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
}

.fsizer a#fs_lrg {
	font-size: 15px;
	height: 18px;
	padding-top: 2px;
}

.fsizer a.fsactive {
	color: #000;
	background: #f1f1f1;
	cursor: default;
}