
/* All Browsers 
*******************************************************************************/


/* ----------------------------------------------------- html, body Defaults */
html,body {

	height: 100%;
/*
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-family: Georgia, "Times New Roman", serif;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
*/
	background: #fff url(../img/background-body.png) repeat-x top;
	font-size: 12px;
	line-height: 16px;
}

@font-face {
	font-family: 'UniversLTStd55';
	src: url('univers/universltstd.eot');
	src: local('☺'), url('univers/universltstd.woff') format('woff'), url('univers/universltstd.ttf') format('truetype'), url('univers/universltstd.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniversLTStd45Light';
	src: url('univers/universltstd-bold.eot');
	src: local('☺'), url('univers/universltstd-bold.woff') format('woff'), url('univers/universltstd-bold.ttf') format('truetype'), url('univers/universltstd-bold.svg#') format('svg');
	font-weight: bold;
	font-style: normal;
}

.UniversLTStd {font-weight: normal; font-style: normal;line-height:normal; font-family: 'UniversLTStd55', sans-serif;}
.UniversLTStd-Bold {font-weight: bold; font-style: normal;line-height:normal; font-family: 'UniversLTStd45Light', sans-serif;}


html,body {
	font-family: 'UniversLTStd55', sans-serif;
}

.indexpic {
	display: none;
}
.index_pic {
	display: block;
	margin: 0 auto;
	width: 940px;
	height: 280px;
}
/*
IE HACKS
never use float: left  + margin-left
never use float: right + margin-right
*/

/* Layout Set
*******************************************************************************/

/* ----------------------------------------------------- Layout Width */

#container,
#header,
#wrapper,
#footer,
#headline {
	width: 100%;
}
#iheader,
#iwrapper,
#ifooter,
#iheadline {
	width: 940px;
	margin: 0 auto; 			/* center layout not in IE5 */
}

/* ----------------------------------------------------- Default */

#container {
	position: relative;			/* needed for footer positioning */
	height: auto !important;	/* real browsers */
	height: 100%;				/* IE6: treaded as min-height */
	min-height: 100%;			/* real browsers */
}
#index #container {
	background: transparent url(../img/background-pic-index.jpg) no-repeat center 150px;
}

/* ----------------------------------------------------- Header */

#header {
	height: 150px;
	width: 100%;
}
#iheader {
	height: 150px;
	margin: 0 auto;
}
.logo {
	padding-top: 9px;	
}
.logo a {
	display: block;
	width: 118px;
	height: 50px;
	background: transparent url(../img/logo-site.gif) no-repeat left top;
	text-indent: -1000em;
}
#index .logo a {
	background: transparent url(../img/logo-index.gif) no-repeat center top;
}
.ih-left {
	width: 200px;
}
.ih-main {
}
.ih-right {
	width: 700px;
	/*border-bottom: 2px solid #E7201F;
	*/height: 150px;
}
.ih-snav {
	width: 220px;
	position: relative;
}

/* ----------------------------------------------------- Content */

#wrapper {
	padding: 0 0 80px 0;
	min-height: 450px;
}
* + html #wrapper {
	padding-bottom: 120px;
}
.content {
	width: 700px;
}
#index #wrapper {
/*	padding-top: 280px;*/
	min-height: 250px;
}
.ih-line {
	width: 700px;
	height: 82px;
	position: relative;
}
.ih-line h1 {
	position: absolute;
	padding-bottom: 30px;
	bottom:0;
}
#iheadline {
	height: 101px;
}
.sub-navigation {
	width: 200px;
	padding-top: 5px;
}
.sitepic {
	margin: 5px 0 25px 0;
	display: block;
	width: 700px;
	height: 241px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999em;
}
.cc-content {
	width: 450px;
}
.cc-extra {
	width: 220px;
	padding: 0;
}
/*.cc-extra.bgcc {
	background: #EFEFEF url(../img/background-cc.png) repeat-x center top;
}*/

.cc-extra.bgcc .c-text {
	background: #EFEFEF;
	padding: 11px 11px 1px 11px;
	margin-bottom: 13px;
}

.cc-extra.bgcc .image {
	background: #EFEFEF;
	margin-bottom: 13px;
	display: block;
	padding: 10px 0 10px 10px;
}

.cc-extra.bgcc .image p {
	margin: 0;
	padding: 10px 0 5px 0;
}

.cc-extra.bgcc p,
.cc-extra.bgcc li {
	color: #666;
}

/* ----------------------------------------------------- Footer */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background: transparent url(../img/background-footer.png) repeat-x center bottom;
}
#ifooter {
	height: 86px;
	background: transparent url(../img/background-footer.png) repeat-x center bottom;
}
.if-logo {
	width: 240px;
	padding-top: 14px;
}
.if-center {
	width: 510px;
	padding-top: 28px;
}
.if-right {
	width: 100px;
	padding-top: 28px;
	position: relative;
}

/* ----------------------------------------------------- r+l Cols */

.r-col {
	float: right;
}
.l-col,
.l-cols {
	float: left;
}


/* Navi Sets
*******************************************************************************/


/* ----------------------------------------------------- Main Nav */

.main-navigation ul {
	position: absolute;
	top: 121px;
	border-left: 1px solid #ccc;
	height: 29px;
	width: 500px
}
.main-navigation ul li {
	float: left;
	border-right: 1px solid #ccc;
	height: 29px;
}
.main-navigation ul li a {
	display: inline-block;
	padding: 6px 7px 0 7px;
	height: 23px;
}
.main-navigation ul li.current a, 
.main-navigation ul li a:hover {
	text-decoration: none;
	background: #ccc url(../img/background-m-nav-hover.png) repeat-x center top;
	color: #333;
}
.main-navigation ul li.current a {
	text-decoration: none;
	background: #fff;
	color: #333;
}

.main-navigation ul li#n_1 {
	display: none;
}

/* ----------------------------------------------------- Lang Nav */

.ih-left ul {
	position: absolute;
	top: 121px;
	width: auto;
	height: 28px;
}
.ih-left ul li {
	float: left;
	margin: 0 5px;
}
.ih-left ul li a {
	font-family: 'UniversLTStd55', sans-serif;
	display: inline-block;
	text-transform: capitalize;
	padding: 7px 0 0 0;
	height: 28px;
}

/* ----------------------------------------------------- Sub Nav */

.sub-navigation ul {
	border-top: 1px solid #E5E5E5;
}
.sub-navigation ul li {
}
.sub-navigation ul li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #E5E5E5;
}
.sub-navigation ul li.current a,
.sub-navigation ul li a:hover {
	border-bottom: 1px solid #A5A5A5;
	text-decoration: none;
	color: #000;
}

/* ----------------------------------------------------- Footer Nav */

.if-right ul {
	position: absolute;
	right: 0;
	width: auto;
}
.if-right ul li {
	float: left;
}
.if-right ul li a {
	font-family: 'UniversLTStd55', sans-serif;
	display: inline-block;
}

/* ----------------------------------------------------- Service Nav */

.ih-snav ul {
	position: absolute;
	right: 0;
	top: 121px;
	width: auto;
	height: 28px;
}
.ih-snav ul li {
	float: left;
	margin: 0 7px;
}
.ih-snav ul li a {
	display: inline-block;
	padding: 7px 0 0 0;
	height: 28px;
}



/* Basic Link Style
*******************************************************************************/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Color Set
*******************************************************************************/

/* ----------------------------------------------------- Link Colors */

a {
	color: #666;
}
a:hover {
	color: #000;
}

.logo a {
	color: transparent;
}

.ih-snav ul li a,
.ih-left ul li a {
	color: #999;
}
.if-right ul li a {
	color: #999;
}
.main-navigation ul li a {
	color: #666;
}

/* ----------------------------------------------------- Basic Headline Color */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'UniversLTStd45Light', sans-serif;
	color: #000;
}

.cc-extra.bgcc h1,
.cc-extra.bgcc h2,
.cc-extra.bgcc h3,
.cc-extra.bgcc h4,
.cc-extra.bgcc h5,
.cc-extra.bgcc h6 {
	font-family: 'UniversLTStd45Light', sans-serif;
	color: #000;
}

/* ----------------------------------------------------- Basic Text Color */

p,
strong,
em {
	color: #888;
}
.if-center span {
	color: #999;
}
.lead p,
.lead p em,
.cc-content .c-text p,
.cc-extra .c-text p {
	color: #666;
}
.wrapp.teaser .name {
	color: #333;
}

.cc-content .c-text a {
	color: #E7201F;
}

/* Font and Text Sets
*******************************************************************************/


/* ----------------------------------------------------- Line Height */

h1 {
	line-height: 120%;
}
h3 {
	line-height: 110%;
}
.lead p,
.lead p em {
	line-height: 22px;
}
.cc-content .c-text p {
	line-height: 18px;
}
.cc-extra h3,
.cc-extra .c-text p {
	font-size: 15px;
}

/* ----------------------------------------------------- Font Sizes */

h1 {
	font-size: 26px;
	font-family: 'UniversLTStd55', sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: 13px;
	font-family: 'UniversLTStd55', sans-serif;
}
p,
strong,
em {
	font-size:12px;
	font-family: 'UniversLTStd55', sans-serif;
}

.lead p,
.lead p em {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
}

.ih-snav ul li a,
.ih-left ul li a,
.if-right ul li a,
.if-center span {
	font-family: 'UniversLTStd55', sans-serif;
	font-size: 11px;
}
.wrapp.teaser .name,
.sub-navigation ul li a,
.main-navigation ul li a {
	font-family: 'UniversLTStd55', sans-serif;
	font-size: 13px;
}
.cc-content .c-text p {
	font-size: 13px;
	font-family: 'UniversLTStd55', sans-serif;
}
.cc-extra h3,
.cc-extra .c-text p {
	font-size: 12px;
	font-family: 'UniversLTStd55', sans-serif;
}

/* Default Set
*******************************************************************************/


/* ----------------------------------------------------- Default Elements */
/* ----------------------------------------------------- h1-h6 */
/* ----------------------------------------------------- p, strong, em, span */

h1{
	margin: 0 0 15px 0;
}
#index h1 {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #E7201F;
	padding-bottom: 12px;
	font-weight: bold;
	
}
.ih-line h1 {
	padding: 0;
	margin: 0;
}
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}
.cc-extra h3 {
	margin-bottom: 10px;
/*	font-weight: normal;*/
}
.cc-extra .c-text p {
	padding-right: 10px;
	font-family: 'UniversLTStd55', sans-serif;
}
p {
	margin: 0 0 15px 0;
}

p.img {
	margin: 0 0 15px 0;
	padding: 15px 0 10px 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.if-center span {
	margin-right: 15px;
}
span.normal {
	font-weight: normal;
}
.lead p {
	padding-right: 62px;
}

/* ----------------------------------------------------- Bullet Lists (Textile) */

.c-text ul {
	margin-bottom: 15px;
}
.c-text ul li {
	list-style: disc;
	margin-left: 14px;
	font-family: 'UniversLTStd55', sans-serif;
}

/* ----------------------------------------------------- Num Lists (Textile) */

.c-text ol {
	
}
.c-text ol li {

}


/* Rex Modul Output Style
*******************************************************************************/


/* ----------------------------------------------------- Textile Container */

.c-text {
	
}

/* ----------------------------------------------------- Download List */
/* ----------------------------------------------------- Other */

.lead {
	padding-bottom: 15px;
}

.wrapp.teaser li {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.wrapp.teaser li.last {
	margin-right: 0;
}
.wrapp.teaser .pic {
	display: block; 
	width: 220px;
	height: 120px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.wrapp.teaser .name {
	font-family: 'UniversLTStd55', sans-serif;
	padding-top:6px;
	display: block;
	width: 220px;
}
.wrapp.teaser a:hover {
	text-decoration: none;
	cursor: pointer;
}

.wrapp.teaser a:hover .pic {
	border:2px solid #E7201F;
	width: 216px;
	height: 116px;
}

.news-box {
	display: block;
	background: transparent url(../img/background-news.gif) no-repeat left bottom;
	padding: 6px 30px 1px 6px;
}
*html .news-box {
	border: 1px solid #fff;
}
*+html .news-box {
	border: 1px solid #fff;
}

.news-box p {
	color: #000;
	font-size: 13px;
	margin-bottom: 10px;
}
.news-box p a {
	font-size: 12px;
	color: #666;
}

/* IE Hacks
*******************************************************************************/


/* ----------------------------------------------------- IE6 */

* html {
	width: 100%;
}

/* ----------------------------------------------------- IE7 */

*+ html {
	width: 100%;
}
