/* Import 960 Grid System Framework */
@import url('reset.css');
@import url('text.css');
@import url('960.css');


/* General Settings */
html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/bgTop.png) top repeat-x #FFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
}

a {
	text-decoration: none;
}


#wrapper {
    height: auto !important;
	min-height: 100%;
	position: relative;
}


/* Header Settings */
#header {
	height: 290px;
	background: url(../images/header.png);
	position: relative;
}

#logo {
	width: 340px;
	height: 100px;
	background: url(../images/logo.png);
	position: absolute;
	top: 50px;
	left: 0;
}


/* Navigation Settings */
.slidenav {
	font-size: 1.1em;
	position: absolute;
	top: 0;
	right: 0;
}

.slidenav ul {
	margin: 0;
	padding: 15px 0 0 0;
}

.slidenav ul li {
	margin: 0 0 0 40px;
	display: inline;
	position: relative;
}

.slidenav ul li a {
	padding: 39px 0 0 0;
	text-shadow: #FFF 0 0 10px;
	font-weight: bold;
	color: #000;
	display: inline-block;
}

.slidenav ul li a:hover, .slidenav ul li.active a:hover {
	background: url(../images/arrow.png) top no-repeat !important;
}

.slidenav ul li.navi01.active a {
	background: url(../images/arrowOrange.png) top no-repeat;
}

.slidenav ul li.navi02.active a {
	background: url(../images/arrow.png) top no-repeat;
}

.slidenav ul li.navi03.active a {
	background: url(../images/arrowRed.png) top no-repeat;
}

.slidenav ul li.navi04.active a {
	background: url(../images/arrowGreen.png) top no-repeat;
}

.slidenav ul li.navi05.active a {
	background: url(../images/arrowPink.png) top no-repeat;
}

.slidenav ul ul {
	display: none;
}

.slidenav ul li:hover ul {
	margin: 0;
	padding: 15px;
	position: absolute;
	left: -15px;
	display: block;
	
	background-color: #000;
	filter:alpha(opacity=80); /* Internet Explorer */
    -moz-opacity: 0.80; /* Mozilla Browser */
    opacity: 0.80; /* Opera */
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	box-shadow: 5px 5px 5px #FFF;
	-webkit-box-shadow: 5px 5px 5px #FFF;
    -moz-box-shadow: 5px 5px 5px #FFF;
}

.slidenav ul ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.slidenav ul ul li a,
.slidenav ul li ul li:hover a,
.slidenav ul li.active ul li:hover a {
	min-width: 150px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	background: none !important;
	font-weight: normal;
	color: #FFF;
	text-shadow: none;
	display: block;
}



/* Content Settings */
#contentWrap {
	padding: 5px 0 0 0;
	background: url(../images/bgContent.jpg) repeat-y;	
}

#contentWrap h1,
#contentWrap h2,
#contentWrap h3,
#contentWrap h4,
#contentWrap h5,
#contentWrap h6,
#contentWrap a {
	color: #FF6503;
}

#contentWrap #subLinks {
	margin: 15px 0 5px 0;
	font-weight: bold;
	text-align: right;
}

#contentWrap #subLinks a {
	color: #000;
}

#contentWrap .csc-textpic-caption,
#contentWrap .news-single-imgcaption {
	padding: 0 2px;
	font-size: 0.9em;
	color: #333;
}

#sidebarLeft .newsBox {
	width: 130px;
	height: 141px;
	margin: 0 0 15px 0;
	padding: 10px 15px;
	font-size: 0.8em;
	background: url(../images/newsBox.png);
	overflow: hidden;
}

#sidebarLeft .newsBox p {
	margin: 0 0 5px 0;
}

#sidebarLeft .newsBox a {
	font-weight: bold;
	color: #000;
}

#sidebarLeft .newsBox p.newsDate {
	margin: 0 0 5px 0;
	font-size: 0.9em;
}

#sidebarLeft .newsBox h1.newsTitle {
	width: 100px;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	color: #000;
}

#content #mainColumn {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#sidebarRight #hotlineBox,
#sidebarRight #contactBox,
#sidebarRight #contactBox a {
	width: 160px;
	height: 75px;
	margin: 0 0 15px 0;
	display: block;
}

#sidebarRight #hotlineBox {
	background: url(../images/phoneBox.png);
}

#sidebarRight #contactBox {
	background: url(../images/contactBox.png);
}

#sidebarRight #searchBox {
	width: 160px;
	height: 40px;
	background: url(../images/searchBox.png);
}


/* Footer Settings */
#footer {
	width: 100%;
	height: 116px;
	padding: 15px 0 0 0;
	background: url(../images/bgFooter.png) top repeat-x;
	position: relative;
}

#footer a {
	color: #000;
}



/* Powermail Settings */
.tx-powermail-pi1 {
	margin: 15px 0 0 0;
}

.tx-powermail-pi1 fieldset {
	padding: 0;
}

.tx-powermail-pi1 fieldset,
.tx-powermail-pi1 fieldset .even {
	border: 0;
	background: none !important;
}

.tx-powermail-pi1 fieldset label {
	font-weight: normal;
}

.tx_powermail_pi1_formconfirmation_back {
	width: 80px;
	float: left;
}

.tx_powermail_pi1_formconfirmation_submit {
	width: 160px;
	float: left;
}


/* News Settings */
.news-single-item h3 {
	margin: 15px 0;
	font-size: 1.1em;
	line-height: 140%;
	color: #000 !important;
}

.news-single-item .news-single-timedata {
	margin: 0 0 5px 0;
	font-size: 0.9em;
}

.news-single-img {
	padding: 0 10px 0 0;
	float: left;
}


/* Searchbox Settings */
.tx-macinasearchbox-pi1 #inputField {
	width: 101px;
	height: 18px;
	padding: 2px;
	font-size:11;
	background: url(../images/searchfield.png) top left no-repeat;
	border: 0;
	position: relative;
	top: -1px;
}

.tx-macinasearchbox-pi1 #submitButton {
	width: 30px;
	height: 20px;
	background: none;
	border:0;
	cursor: pointer;
}











