@charset "UTF-8";

/*CSS reset - start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Css reset - end*/

/* GENERAL BODY DEFINITIONS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(graphics/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f; /*#49392f*/
	margin:0px 0px 20px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:20px 0px 10px 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin: 20px 0px 10px 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #646464;
	margin-bottom: 10px;
}

.is_inline_block  {
display: inline-block;
}

.is_inline  {
display: inline;
}

a:link, a:active, a:visited{
	color: #646464;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC; 
}

a:link img, a:active img, a:visited img{
	border: none; 
}

/*Tipp von rasc*/
a:hover {
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC; 
}

/*a:visited{
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC; 
	font-style: italic;
}*/

hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}

/* -a- CONTAINER */
#wrapper {
	position:relative;
	width:1000px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* CORPORATE MENU */
#corpmenu {
	height: 34px;
	width: 700px;
	background-image: url(graphics/divider_corp.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	clear: both;
}
#corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#corpmenu li {
	float:left;
	height: 26px;
	text-align:center;
	background-image: url(graphics/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 22px 0 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;
	border: none;

}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: underline;
}

/* LOGO */
#logo {
	float:left;
	padding-left:17px;
	padding-top:20px;
	width: 400px;
	color:#FFFFFF;
	font-family:verdana;
	font-size:45px;
	font-weight:bold;
	letter-spacing:-1.7px;
	line-height:1.3em;
}

#logo .extend {
	font-size:23px;
	font-weight:normal;
	letter-spacing:1px;
}

/* SEARCH */
#WLSearchBoxDiv {
	height: 100px;
	width: 300px;
	/*padding-left: 660px;*/
	float: right; /*Tipp von rasc*/
	padding-right: 10px;
}

/*.textfield*/
.textfield {
	border:1px solid #FFFFFF;
	width:208px;
	height:18px;
	background-image:url(graphics/input_back.gif);
	margin-top:30px;
	margin-right:10px;
	padding:5px;
	background-repeat: repeat-x;
	float: left;
}
/*.button*/
.button {
	height: 30px;
	width: 70px;
	background-image: url(graphics/bg-button.png);
	background-repeat: no-repeat;
	border:0px;
	float: right;
	margin-top:30px;
}

/* MAIN MENU */
#mainmenu {
	height: 50px;
	width: 900px;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #49392f;
	clear: both;
	font-weight: normal;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 22px 0 20px;
}
#mainmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.3px;
	border-bottom: none;
}
#mainmenu li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #49392f;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.3px;
}

#mainmenu li a.current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	/*color: #555F12;*/
	color: #EFE6D1;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.3px;
}

.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #81620a;
	height: auto;
	width: auto;
}

/* FEATURE */
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px; 
	height: 190px;
	overflow: hidden;
	border:5px solid #c0bbb2;
	float:left;
	margin-top:30px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:580px;
	height:192px; /* for repair change to 192px */
	overflow:hidden;
	float:left;
	padding:0px;		
}

div.scroller div.content {
	width: 10000px;
}
div#section1 {
	background:#ffffff;
}
div#section2 {
	background:#ffffff;
}
div#section3 {
	background:#ffffff;
}
#previous {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none;
}
#next {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none;
}
#controls {
	float: left;
	height: auto;
	width: 300px;
	margin: 10px 0px 0px 20px;
}
#controls ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#controls li {
	float:left;
	text-align:left;
	background-image: url(graphics/control_divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	width:280px;
	padding:0px 0px 10px 20px;
	margin-top:20px;
}
#controls li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
	line-height:1.5em;
	border-bottom: none;
}
#controls li a.mark {
}
#controls li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.controlsdesc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #49392f;
	height: auto;
	width: auto;
}

/* CONTENT */
.clearer {
	clear:both;
}
.leftblock {
	width: 279px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.leftblock img {
	width:270px;
}
.middleblock {
	width: 279px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.middleblock img {
	width:270px;
}
.rightblock {
	width: 280px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;

}
.rightblock img {
	width:270px;
}
.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
.squarelink {
	display:inline;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer;
}
.squarelink a {
	padding:10px;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.squarelink a:hover {
	padding:10px;
	background-color:#d8a81e;
	color:#47382e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}


/* Our Team */

#team_container {
	margin-top: 20px;
}

#team_container div {
	min-height: 175px;
	margin-bottom: 20px;
	clear: both;
}

#team_container p {
	/*height: 175px;*/
	padding-top: 10px;
}

#team_container .img_container_left {
	margin-top: 0px;
	margin-left: 5px;
}

/* FOOTER */
#footer {
	margin:30px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2ded8;
}
.footer_text {
	color:#bfbab3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#footer_left {
	float:left;
	width:400px;
}
#footer_right {
	float:right;
	width:400px;
	text-align:right;
}

/* -a- SUBPAGE */
#content_default {
	background-color: #FFFFFF;
	width: 960px;
	min-height:430px;
	margin-top: 30px;
	padding: 20px 20px 0px 20px;
	background-image: url(graphics/subpage_back2.png);
	background-repeat: no-repeat;
	background-position: top;
}

#content_glider {
	background-color:#FFFFFF;
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:31px;
	min-height:430px;
	padding:20px 20px 0;
	width:960px;
}

#main_content {
	width: 659px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}

#main_content ul {
	/*list-style-image: url("graphics/arrow.png");*/
}

#main_content li {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-left: 30px;
}

.rightblock_sub {
	width: 260px;
	min-height:200px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}

.rightblock_sub img {
	width:270px;
}

.img_left {
	padding:4px;
	margin:15px 20px 10px 0px;
	float:left;
}

.img_right {
	padding:4px;
	margin:15px 0px 10px 20px;
	float:right;
}

.img_container_left {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}

.img_container_right {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 0px 10px 20px;
	float:right;
}


/* SOVONEX */

/*sovonex menu*/
#navcontainer 
{ 
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 0px;
} 

#navcontainer ul 
{
	padding: 0;
	list-style-type: none;
	font-family: arial,helvetica,serif;
}

#navcontainer li { margin: 0 0 0px 0; }

#navcontainer a 
{
	display: block;
	padding: 5px 10px;
	font-size: 15px;
	color: #6F594C; /* color of <h1>*/
	text-decoration: none;
	font-weight: bold;
	/*letter-spacing:-0.2px;*/
	margin: 3px 0px 0px 0px;
	border: none;
	/*line-height:18px;*/
	height: 1%;
	
}

#navcontainer a:hover 
{
	text-decoration: underline;
	color: #9F7E4F;
}

#navcontainer ul ul 
{ 
    margin: 0px 0px 0px 0px;
}

#navcontainer ul ul li { margin: 0 0 0px 0; }

#navcontainer ul ul a 
{
	display: block;
	margin: 2px 0px 0px 10px;
	border: 1px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

#navcontainer ul ul a:hover 
{
	background-color: #F5EFC9;
	text-decoration: none;
	margin: 2px 0px 0px 10px;
	border: 1px solid #EFE5C2;
}

/*3rd level*/
#navcontainer ul ul ul
{ 
    margin: 0px 0px 3px 20px;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#F5EFC9;
	padding-bottom: -1px;
}

#navcontainer ul ul ul a 
{
	display: block;
	margin: 1px 0px 1px 0px;
	border: 1px solid #FFFFFF;
	
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	font-weight: normal;

}

#navcontainer ul ul ul a:hover 
{
	background-color: #F5EFC9;
	text-decoration: none;
	margin: 1px 0px 1px 0px;
	border: 1px solid #EFE5C2;
}


/*Extra classes*/
#navcontainer ul ul a.parent
{
	/*font-weight: bold;*/
	letter-spacing:-0.2px;
}

#navcontainer .self
{
	background-color: #F5EFC9; /*#EFE6D1*/
	text-decoration: none;
	color: #9F7E4F;
	border: 1px solid #EFE5C2;
	/*margin: 2px 0px 0px 10px;*/

}

#navcontainer ul ul ul .self
{
	margin: 1px 0px 1px 0px;
}

.indicator
{
	font-weight: bold;
}

/*Landing page menu #F8F2DA*/
#highlights h2 {
	padding:5px;
	display:block; 
	background:url(images/h2line.gif) repeat-x left bottom; 
	color:#8D6932; 
	margin:0px 3px 5px 0px; 
	font-family:Arial, Helvetica, sans-serif;
	}

#highlights {
	float:left; 
	margin-bottom: 5px;
	}

#highlights h3 {
	margin: 0px; /*new*/
	color:#8D6932; 
	font-weight:bold; 
	letter-spacing: 0.3px;
	}

#highlights h3 a {
	color:#9B7746; 
	text-decoration:none; 
	display:block; 
	border-bottom:solid 1px #F5EFC9;
	margin:-2px -2px 0; /*thinner border with li:hover*/
	}

#highlights h3 a:hover {
	color:#B38348; 
	display:block; 
	text-decoration:none; 
	background:#ffffcc; 
	border-bottom:dashed 1px #BC8F52;
	}

#highlights ul {
	list-style:none; 
	padding-right: 55px;
	/*padding-left: 15px;*/
	}

#highlights li {
	display:block; 
	padding:3px; 
	/*background:url(graphics/bg.jpg);*/
	border-bottom:solid 1px #fff;
	margin-left: 15px;
	}

/* Address <div>text</div> in normal text fields */	
#highlights div {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 1.5em;
	color: inherit;
	}

/* Address <div><p>text</p></div> in rich text fields */	
#highlights div p {
	margin-top: inherit;
	margin-bottom: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	}

/*#highlights li:hover {
	display:block; 
	padding:3px; 
	border-left: dashed 1px #BC8F52;
	}*/
	
/* Boxes*/
	
.orange_box 
{
	background-color:#ffffcc;
	border-color:#F5EFC9;
	border-style:solid;
	border-width:1px;;
	padding: 6px;
	}

/* sovonex table */

/* ------------------
 styling for the tables 
   ------------------   */

.sovonex_table
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 14px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #BFBFBF;
	margin: 5px 0px 25px 5px;
}

.sovonex_table th
{
	padding: 6px; /*padding: 12px 17px 12px 17px;*/
	font-weight: bold;
	font-size: 13px; /*font-size: 14px;*/
	/*color: #3F3F3F;*/
	border: 1px solid #BFBFBF; 
	background-color: #F5EFC9;
	vertical-align: middle;
}
.sovonex_table td
{
	padding: 6px;
	border: 1px solid #BFBFBF; 
	vertical-align: middle;
}

.sovonex_table tbody tr:hover td
{
	/*color: #339;*/
	background: #F5EFC9;
	color: #3F3F3F;

}

/* table small!!*/

.sovonex_table_small
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 14px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #BFBFBF;
	margin: 5px 0px 25px 5px;
}

.sovonex_table_small th
{
	padding: 5px; /* changed from 6px --> 5px */
	font-weight: bold;
	font-size: 13px; 
	border: 1px solid #BFBFBF; 
	background-color: #F5EFC9;
	vertical-align: middle;
}
.sovonex_table_small td
{
	padding: 4px; /* only changed from 6px --> 4px */
	border: 1px solid #BFBFBF; 
	vertical-align: middle;
}

.sovonex_table_small tbody tr:hover td
{
	background: #F5EFC9;
	color: #3F3F3F;
}


.side
{
	background-color: #F5EFC9; 
	/*color: #039;*/
	/*border-right: 10px solid transparent;
	border-left: 10px solid transparent;*/
}

.cut {
    display: none;
}

