@charset "utf-8";
/******************************************************
BASE STYLES
*******************************************************/
html { 
	font-size: 100%;
} 

body { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, FreeSans, sans-serif; 
	font-size: 11px;  
	color: #c3bab3; 
	background: #56453e; 
} 

h1, h2, h3, h4, h5, h6 { 
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 15px;  
	font-weight: bold; 
	font-style: normal; 
} 

h1 { 
	font-size: 18px; 
} 

h2 { 
	font-size: 14px;
  font-weight: normal;
  margin: 0; 
} 

h3 { 
	font-size: 13px; 
} 

h4 { 
	font-size: 12px; 
}

h5 {
	font-size: 11px;  
} 

ul, ol { 
	margin: 0 0 9px 32px; 
	padding: 0; 
} 

p { 
	padding: 0;
	margin: 0 0 11px 0;
} 

address { 
	margin: .75em 0; 
	font-style: normal; 
} 

a { 
	text-decoration: underline; 
	font-weight: bold;
} 

a:link, a:visited { 
	color: #c3bab3;  
}
a:hover, a:active { 
	color: #c3bab3;  
}


a {
	outline: none;
}
a:focus, a:active {
	outline: none;
}

a img { 
	border: none; 
} 

em { 
	font-style: italic; 
} 

strong { 
	font-weight: bold; 
} 

form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

input, button, select { 
	vertical-align: middle; 
}

abbr[title] { 
	border-bottom: 1px dotted; 
	cursor: help; 
} 

blockquote { 
	margin: .75em 0 .75em 20px; 
	padding: 0 0 0 10px; 
	border-left: solid 2px #ddd; 
} 
q, cite { 
	font-style: italic; 
} 

q cite, q q { 
	font-style: normal 
} 

q { 
	quotes: none; 
} 

q:before, q:after { 
	content: "";
} 

blockquote p, li p { 
	margin: .5em 0; 
} 

dl { 
	margin: .75em 0; 
} 

dt { 
	margin: .75em 0 0 0; 
	font-weight: bold; 
} 

dd { 
	margin: .25em 0 .25em 32px; 
} 

table.contenttable { 
	margin: 0; 
	border: 1px solid gray; 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

table.contenttable td, table.contenttable th { 
	padding: 4px; 
	border: 1px solid #ccc; 
	vertical-align: top; 
} 

/******************************************************
  CLEAR
*******************************************************/
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/******************************************************
  TYPO3 SPECIFIC STYLES
*******************************************************/
.csc-firstHeader {
	margin: 10px 0 7px 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

/******************************************************
  LAYOUT
*******************************************************/
#headerWrapper {
	width: 100%;
	height: 270px;
	position: fixed;
	background: #56453e url(../images/headerBg.jpg) repeat-x fixed 0 0;
	z-index:300;
}

#header {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#contentWrapper {
	padding: 285px 0 30px 0;
	z-index: 10;
}

#content {
	position:relative;
	width: 955px;
	margin: 0 auto;
}

#menu {
	width: 200px;
	height: 420px;
	float: left;
	position: fixed;
}

#main {
	position: relative;
	width: 741px;
	float: right;
}

/******************************************************
  HEADER
*******************************************************/
#header h1 {
	display:block;
	width: 180px;
	height: 35px;
	background: url(../images/logo_oi.png) no-repeat left top;
	position: absolute;
	left: 122px;
	top: 31px;
	margin:0;
	padding:0;
}

#header h1 a {
	display: block;
	width: 180px;
	height: 35px;
}

#header h1 span {
	display: none;
}


/******************************************************
  AJAX
*******************************************************/
#loadingScreen {
	display:block;
	position:absolute;
	top:0;
	left:214px;
	width:742px;
	height:500px;
	background:#56453E url(../images/loader.gif) center no-repeat;
	z-index:299;
}


/******************************************************
  MENU
*******************************************************/
#menu ul {
	line-height:14px;
}
#menu ul {
	margin: 0;
	list-style-type: none;
}

#menu ul.level2 {
	position:relative;
	margin: 0 0 0 12px;
	z-index:20;
}

#menu ul.level1 li {
	padding: 2px 0;
}

#menu ul.level2 li {
	padding: 1px 0;
}

#menu ul a {
	position:relative;
	display:block;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:30;
}
#menu ul.level2 a {
	z-index:21;
}


#menu ul.special {
	margin: 20px 0 0 0;
}
#menu ul.special li {
	padding: 2px 0;
}


/*
#menu ul li a img {
	position:absolute;
}
#menu ul li a:link img, #menu ul li a:visited img {
	top:0;
}
#menu ul li a:hover img, #menu ul li a:active img {
	top:-19px;
}
#menu ul li a.act:link img, #menu ul li a.act:visited img {
	top:-19px;
}
#menu ul li a.act:hover img, #menu ul li a.act:active img {
	top:-19px;
}
*/
/******************************************************
  CONTENT
*******************************************************/
/*.grid-3cols {
  width: 740px;
}

.grid-3cols .nav {
  width: 80px;
  float: left;
}

.grid-3cols .text {
  width: 225px;
  float: left;
}

.grid-3cols .img {
  width: 415px;
  float: right;
}
*/

#main .sitenav {
	position: absolute;
	top:0;
	left:0;
	width: 70px;
	padding: 0 0 0 8px;
}
#main .sitenav a {
	font-size: 14px;
	font-weight: normal;
}
#main .sitenav a:link, #main .sitenav a:visited {
	text-decoration: none;
	color:  #C3BAB3;
}
#main .sitenav a:hover, #main .sitenav a:active {
	text-decoration: none;
	color:  #837d78;
}

#main .title {
	padding: 0 0 8px 78px;
}
#main .title h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#main .title h2 span {
	font-size: 10px;
	line-height: 11px;
	margin: 0 0 0 8px;
	padding: 0;
}

#main .content {
	position: relative;
	height: 380px;
	padding: 8px 0;
	border-top: 1px solid #C3BAB3;
	border-bottom: 1px solid #C3BAB3;
}

#main .content div.scroll {
	position: relative;
	height: 380px;
	overflow: auto;
}

#main .content div.list {
	position: relative;
	height: 50px;
	padding: 8px;
	margin: 0 16px 0 0;
	border-bottom: 1px solid #C3BAB3;
}
#main .content div.first {
	position: relative;
	height: 50px;
	padding: 0 8px 8px 8px;
	border-bottom: 1px solid #C3BAB3;
}
#main .content div.last {
	position: relative;
	height: 50px;
	padding: 8px 8px 0 8px;
	border-bottom: none;
}
#main .content div.list .image {
	position: absolute;
	width: 50px;
	height: 50px;
	top:8px;
	left:8px;
}
#main .content div.first .image {
	top:0px;
}
#main .content div.last .image {
}
#main .content div.list .image img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
#main .content div.list .in {
	height: 50px;
	padding: 0 0 0 70px;
}
#main .content div.list h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 4px 0;
}
#main .content div.list p {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 0;
}
#main .content div.list a {
	font-weight: normal;
}
#main .content div.list a:link, #main .content div.list a:visited {
	color: #C3BAB3;
}
#main .content div.list a:hover, #main .content div.list a:active {
	color: #837d78;
}
#main .content div.list-over a:link, #main .content div.list-over a:visited {
	color: #837d78;
}
#main .content div.list-over {
	color:  #837d78;
	cursor: pointer;
}
#main .content div.list-over .image img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

#main .content .nav {
	position: relative;
	width: 67px;
	height: 380px;
	margin: 0 3px 0 0;
	padding: 0px 0 0px 8px;
	float: left;
	overflow: auto;
}
#main .content .nav img {
	margin: 0 0 16px 0;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	cursor: pointer;
}
#main .content .nav img.last {
	margin: 0;
}
#main .content .nav img.selected {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
#main .content .nav img.hidden {
	display: none;
}
#main .content .navSpecial {

}
#main .content .navSpecial img {
	margin: 0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
#main .content .navSpecial a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 0 16px 0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
#main .content .navSpecial a.last {
}
#main .content .navSpecial a.selected {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}
#main .content .navSpecial a.hidden {
	display: none;
}
#main .content a.navScrollTop {
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	width: 78px;
	height: 16px;
	z-index: 900;
}

#main .content a.navScrollBottom {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 78px;
	height: 16px;
	z-index: 900;
}

#main .content .text {
	width: 240px;
	height: 380px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#main .content .text .paddingEl {
	margin-right:16px;
}

#main .content .textBig {
	width: 663px;
	height: 380px;
	padding: 0;
	float: left;
	overflow: hidden;
}


#main .content .img {
	position: relative;
	width: 420px;
	height: 380px;
	padding: 0;
	float: right;
	overflow: hidden;
}
#main .content .img .img-in {
	width: 420px;
	height: 388px;
	
}

/******************************************************
  Newsletter
*******************************************************/
.form_newsletter form {
	margin:0;
	padding:0;
}
.form_newsletter .line {
	display: block;
	margin: 0 0 8px 0;
}
.form_newsletter .line label {
	display: block;
	width: 80px;
	font-size: 12px;
}
.form_newsletter .line input {
	display: block;
	width: 160px;
	background: #56453e;
	border: 1px solid #9c9089;
	color: #C3BAB3;
	font-size: 12px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-khtml-box-sizing:content-box;
	box-sizing:content-box;
}
.form_newsletter .line select {
	display: block;
	width: 130px;
	background: #56453e;
	border: 1px solid #9c9089;
	color: #C3BAB3;
	font-size: 12px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-khtml-box-sizing:content-box;
	box-sizing:content-box;
}
.form_newsletter .line input[type=submit] {
	display: block;
	float: left;
	width: 60px;
	background: #9c9089;
	border: 1px solid #9c9089;
	color: #56453e;
	font-size: 12px;
	cursor: pointer;
}




/******************************************************
  MOOSCROLL
*******************************************************/
.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:2px;
	height:100%;
	width:9px;
}

.upBtn{
	display:none;
	position:absolute;
	top:-28px;
	right:0;
	width:9px;
	height:15px;
	background: url(../images/upBtn.gif) no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../images/upBtn.gif) no-repeat 0 -26px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(../images/upBtn.gif) no-repeat 0 -52px;
}

.downBtn{
	display:none;
	position:absolute;
	bottom:-28px;
	right:0;
	width:9px;
	height:15px;
	background: url(../images/downBtn.gif) no-repeat 0 -34px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(../images/downBtn.gif) no-repeat 0 -17px;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(../images/downBtn.gif) no-repeat 0 0;
}

.scrollBar{
	display:block;
	position: absolute;
	top:0;
	right:0;
	padding: 0 0 0 0;
	bottom:0;
	width:9px;
	background: url(../images/scrollBar.png) repeat-y 0 0;
}
.scrollHandle-In .scrollBar{
	background: url(../images/scrollBar.png) repeat-y -15px 0;
}
.scrollHandle-BigIn .scrollBar{
	background: url(../images/scrollBar.png) repeat-y -30px 0;
}
.scrollHandle-BigDown .scrollBar{
	background: url(../images/scrollBar.png) repeat-y -15px 0;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:9px;
	height:35px;
	min-height:4px;
	cursor: pointer;
	padding:0; /*11px */
	margin:0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:9px;
	background: url(../images/scrollHandleBG.png) repeat-y 0 0 ;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url(../images/scrollHandleBG.png) repeat-y -15px 0;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG, .scrollHandle-In .scrollHandleBG{
	background: url(../images/scrollHandleBG.png) repeat-y -30px 0;
}

.scrollHandleMiddle{
	display: block;
	position: absolute;
	width:9px;
	height:13px;
	/*background: url(../img/scrollHandleMiddle.gif) no-repeat 0 0  ;*/
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	/*background: url(../img/scrollHandleMiddle.gif) repeat-y -15px 0;*/
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	/*background: url(../img/scrollHandleMiddle.gif) repeat-y -30px 0;*/
}

.scrollHandleTop{
	display:none;
	position:absolute;
	width:9px;
	height:0px;
	/*background: url(../images/scrollHandleTop.png) no-repeat 0 0;*/
	top:2px;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	/*background: url(../images/scrollHandleTop.png) no-repeat -30px 0;*/
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	/*background: url(../images/scrollHandleTop.png) no-repeat -30px 0;*/
}

.scrollHandleBottom{
	display:none;
	position:absolute;
	width:9px;
	height:0px;
	/*background: url(../images/scrollHandleBottom.png) no-repeat 0 0 ;*/
	bottom:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	/*background: url(../images/scrollHandleBottom.png) no-repeat -30px 0;*/
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	/*background: url(../images/scrollHandleBottom.png) no-repeat -30px 0 ;*/
}


/*************************************
* Form check
*************************************/
.fc-tbx *{
	position: relative;
	z-Index: 10000;
}

.fc-tbx table{
	margin: 0 0 0 0; 
}

.fc-tbx .tl{
	background: url('../images/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../images/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}
.fc-field-error {
	border-color: #C00;
}

.form_newsletter .line input.fc-field-error {
	border-color: #C00;
}




/*************************************
* FELOGIN
*************************************/
.tx-felogin-pi1 {
  margin: 20px 0 0 0;
}

.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 dd {
  margin-left: 0px;
}

.tx-felogin-pi1 input {
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  font-size: 11px;
  background: #c3bab3;  
  border: 1px solid #c3bab3;
  width: 120px;
  padding: 2px;
}

.tx-felogin-pi1 input.submit {
  background: #6f615b;
  color: #C3BAB3;
  border: 1px solid #c3bab3;
  cursor: pointer;
}


.tx-felogin-pi1 .logoutform {
  position: absolute;
  right: 20px;
  top: 20px;
}
