@charset "utf-8";
body {
	min-width:640px;
	background-color: #c6bb95;
	text-align: center;
}
#MainContainer {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

#MainContainer hr {
	color: #232323;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 144px;
	margin: 0;
	border-bottom-style: none;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*Left Menu- MAIN_MENU*/

#menu {
	float: left;
	width:190px;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

#menu DIV {
	overflow: visible;
}

#menu DIV A {
	color: #710000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menu DIV A:hover {
	color: #232323;
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO), level 1, active state (ACT) */
#menu DIV.menu1-level1-no, #menu DIV.menu1-level1-act {
	font-size: 14px;
	padding-top:5px;
	padding-left: 18px;
	font-weight: bold;
	line-height: 28px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 26px;
	vertical-align: bottom;
}

/*  MENU 1, level 1, active state (ACT) */

#menu DIV.menu1-level1-act A {
	color: #232323;
	text-decoration: underline;
}

/*  MENU 1, level 2, normal state (NO), level 2, active state (ACT) */
#menu DIV.menu1-level2-no, #menu DIV.menu1-level2-act {
	font-size: 12px;
	padding-left:40px;
	background-image: url(images/bullet_sml.gif);
	background-repeat: no-repeat;
	background-position: 22px;
	margin-left: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*  MENU 1, level 2, active state (ACT) */

#menu DIV.menu1-level2-act A {
	color: #232323;
	text-decoration: underline;
}

/*  MENU 1, level 3, normal state (NO), level 3, active state (ACT) */
#menu DIV.menu1-level3-no, #menu DIV.menu1-level3-act {
	font-size: 12px;
	padding-left:50px;
	background-image: url(images/bullet_sml.gif);
	background-repeat: no-repeat;
	background-position: 32px;
	margin-left: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*  MENU 1, level 2, active state (ACT) */

#menu DIV.menu1-level3-act A {
	color: #232323;
	text-decoration: underline;
}

/*Navigation Top*/

#navigationTop {
	background-color: #977a53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625d47;
	border-bottom-color: #625d47;
	padding-left: 208px;
}

/*  MENU Top, level 1, normal state (NO), level 1, active state (ACT) */
#navigationTop DIV.menuTop-level1-no, #navigationTop DIV.menuTop-level1-act {	
	background-image: url(images/li_small.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	padding-right: 6px;	
	padding-left: 4px;
}

#navigationTop DIV.menuTop-level1-no A {	 
	color: #232323;
	text-decoration: none;		
	padding-right: 6px;	
	padding-left: 6px;
}

#navigationTop DIV.menuTop-level1-no A:hover {
	color: #710000;
	text-decoration: none;
}

/*  MENU Top, level 1, active state (ACT) */

#navigationTop DIV.menuTop-level1-act A {
	color: #710000;
	text-decoration: none;		
	padding-right: 6px;	
	padding-left: 6px;
}

/*  MENU Top, level 1, last punkt (LAST) */

#navigationTop DIV.menuTop-level1-last  {
	text-transform: lowercase;
	padding-right: 6px;
	padding-left: 4px;
	background-image: none;
	display: inline;
}

#navigationTop DIV.menuTop-level1-last A {
	color: #FFF;
	background-image: none;
	text-decoration: none;
}

#navigationTop DIV.menuTop-level1-last A:hover {
	color: #CCC;
	text-decoration: none;
}

/*  MENU Top, level 2, normal state (NO), level 2, active state (ACT */
#navigationTop DIV.menuTop-level2-no, #navigationTop DIV.menuTop-level2-act {
	font-size: 12px;
	line-height: 14px;
	padding-left:80px;
	padding-bottom: 5px;
	font-weight: bold;
}

#navigationTop DIV.menuTop-level2-no A {
	color: #005250;
	text-decoration: none;
}

#navigationTop DIV.menuTop-level2-no A:hover {
	color: #903;
	text-decoration: none;
}

/*  MENU Top, level 2, active state (ACT) */

#navigationTop DIV.menuTop-level2-act A {
	color: #903;
	text-decoration: underline;
}

/*Right Menu*/

#sub-section {
	float: right;
	width:180px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/*  Right MENU 1: level 1, normal state (NO), level 1, active state (ACT) */
#sub-section DIV.menu1-level1-no, #sub-section DIV.menu1-level1-act {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625d47;
	border-bottom-color: #625d47;
	background-color: #977a53;
	line-height: 1.2em;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
	width: 180px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	padding-top: 5px;
}

#sub-section DIV.menu1-level1-no A {
	color: #232323;
	text-decoration: none;	
}

#sub-section DIV.menu1-level1-no A:hover {
	color: #710000;
	text-decoration: none;	
}

/*  Right MENU 1, level 1, active state (ACT) */

#sub-section DIV.menu1-level1-act A {
	text-decoration: none;
	color: #710000;
}

/* Right MENU 1, level 2, normal state (NO), level 2, active state (ACT) */
#sub-section DIV.menu1-level2-no, #sub-section DIV.menu1-level2-act {
	font-size: 0.7em;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625d47;
	border-bottom-color: #625d47;
	background-color: #a19c89;
	text-transform: uppercase;
	width: 140px;
	text-align: center;
	margin-right: auto;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
}

#sub-section DIV.menu1-level2-no A {
	font-family: Arial, Helvetica, sans-serif;
	color: #312A18;
	text-decoration: none;
}

#sub-section DIV.menu1-level2-no A:hover {
	color: #600;
}

/*  Right MENU 1, level 2, active state (ACT) */

#sub-section DIV.menu1-level2-act A {
	font-family: Arial, Helvetica, sans-serif;
	color: #600;
	text-decoration: underline;
}

/*Main content*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 50px;
	text-align: left;
	padding-bottom: 25px;
	width: 480px;
}

#content h1, h2, p {
	margin: 0;
}

#content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #710000;
	line-height: 18px;
}

#content h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #710000;
}

#content A {
	font-weight: bold;
	color: #eb5d17;
	text-decoration: none;
}

#content A:hover {
	text-decoration: underline;
}


/*main_content_links*/

#MainContainer #content p a {
	font-weight: bold;
	color: #eb5d17;
	text-decoration: none;
}

#MainContainer #content p a:hover {
	text-decoration: underline;
}

/*footer*/
#footer {
	clear:left;
	background-color: #625D47;
	height: 25px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #D7D1C1;
	padding-top: 7px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* FCE styles*/
TABLE {
	margin-top: 10px;
	margin-bottom: 10px;
}

#MainPage {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625d47;
	border-bottom-color: #625d47;
	background-color: #977a53;
	font-size: 14px;
	text-transform: uppercase;
	color: #232323;
	text-align: left;
	line-height: 1.6em;
	margin-right: 2px;
	margin-left: 2px;
	font-weight: bold;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.MainPageTitle {
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #710000;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #710000;
	font-weight: normal;
	line-height: 16px;
	width: 141px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	clear: right;
	text-align: left;
}

.MainPageSubtitle {
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	text-decoration: none;
	line-height: 110%;
	text-align: left;
	padding-top: 8px;
}

/*.MainPageSubtitleLink, .MainPageSubtitleLink a {
	padding-bottom: 4px;
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	color: #710000;
	text-decoration: none;
	line-height: 110%;
	text-align: justify;
	padding-top: 4px;
	font-weight: bold;
	font-style: normal;
}

.MainPageSubtitleLink a:hover {
	text-decoration: underline;
}
*/
#content #FceTable tr td table tr td .MainPageSubtitleLink a {
	padding-bottom: 4px;
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	color: #710000;
	text-decoration: none;
	line-height: 110%;
	text-align: justify;
	padding-top: 4px;
	font-weight: bold;
	font-style: normal;
}

#content #FceTable tr td table tr td .MainPageSubtitleLink a:hover {
	text-decoration: underline;	
}

#FceTable {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
}

#FceTable IMG, IMG A {
	margin-bottom: 10px;
	border: 1px solid #312A18;
	padding: 0px;
}

#FceImageLeft {
	padding: 0px;
	width: 150px;
}

/*Mailform Classes*/

label{
	font-weight: bold;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 150px;
	color: #232323;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EDEFF1;
	border: 0px solid #625d47;
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	color: #232323;
	font-weight : normal;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	border: 1px solid #666666;
}

input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 130px;
	color: #232323;
	background-color: #977a53;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #625d47;
	border-bottom-color: 625d47;
}

BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #232323;
	background-color: #977a53;
	border: 1px solid #625d47;
}

.csc-mailform {
	width: 450px;
	border: 1px solid #625d47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.csc-mailform-field {
  margin-bottom: 6px;
  line-height: 18px;
}

.deep_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #710000;
}

