/* State: 02.05.2009 */
/* Version: 0.0.7 */

#wrapperLeft {
    /* background: url(../bilder/bg01.gif) 19% 0; */
    background-color: #fff;
    margin: auto;
    max-width: 1000px;
    width: 1000px;
        /* hier besser eine farbe angeben */
}

#wrapperRight {
    /* background: url(../bilder/bg02.gif) 79% 0; */
    /* hier besser eine farbe angeben */
}

.clearFix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

body {
    color: #383838;
    background: #f5f5fa url("../grafix/scale.png") repeat-x top left fixed;
    height: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px ;
    font-size: 75%;
}

/* Layout Boxes */

#pictureBar {
    border: none;
    width: 1000px;
    height: 210px;
    margin: auto;
    padding: 0pt;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #f6f7fb;
    background-image: url(http://www.reiseservice-henser.de/fileadmin/template/grafix/head.jpg);
}

#navigation {
    clear: both;
    background-color: #fffdcc;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 160px;
    height: 100%;
    float: left;
}

#content {
    width: 545px;
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
    background-color: #fff;
}


#context {
    width: 240px;
    float: right;
    border: none;
    background-color: #fffdcc;
    padding: 5px 5px 5px 10px;
}

#contextPlus {
	margin: 5px;
	float: right;
	max-width: 140px;
}

#contextPlus h1 a {
	color: #4f4778;
	font-size: 8pt;
}

#jhTopMenu {
	background-color: #cac3f1;
	font-weight: bold;
	padding: 3px;
	font-size: 10pt;
}

/* Colors */

strong.rshBlue a  {
    color: #50638B;
}

strong.rshBlue  {
    color: #50638B;
}

h2.rshBlue, h3.rshBlue  {
    color: #50638B;
}

div.rshBlue  {
    background-color: #cac3f1;
}

#content a {
    color: #50638B;
    font-weight: bold;
}

/*Allgemeine Angaben*/

body, h1, h2, h3, h4, h5, h6, div, span, p, ul, dl, ol, li, a, dd, dt, table, tr, th, td, textarea, select, option, input, label {
    font-family: Arial,  Helvetica, Verdana, Tahoma, sans-serif;   
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

div.csc-header-n1 h1 {
	font-size: 14px;
}


#contentContents ul, #contentContents ol {
   /* margin-left: 1.3em; */
}

/*Links*/
a {
    color: #363639;
}

a.internal-link {
    color: #50638B;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

.hidden {
    position: absolute;
    top: -1000px;
    left: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.disabled {
	color: #bababa;
}

/* Menues */

.subMenu {
    margin: 0.2em 0 0 -0.7em;
    padding: 0;
    color: #000000;
}

ul.menueSearchL1  {
	font-weight: bold;
	padding-left:0px;
	margin-left: 0px;
}

ul.menueSearchL1 {
	color: #363639;
}

li.menueSearchL1Act {
	font-weight: bold;
	list-style: url(../grafix/triangle_left_sm.png);
	margin-left:12px;
}

li.menueSearchL1No {
	font-weight: bold;
	list-style: url(../grafix/triangle_down_sm.png);
	margin-left:12px;
}


ul.menueSearchL2  {
	color: #363639;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	font-weight: normal;
}

li.menueSearchL2Act{
	list-style: url(../grafix/triangle_left_sm.png);

}

li.menueSearchL2No {
	list-style: url(../grafix/triangle_right_sm.png);
	margin-left: 12px;
}


ul.menueSearchL3  {
	padding-left: 0px;
	list-style: none;
}

li.menueSearchL3Act{
	list-style: none;
}

li.menueSearchL3No {
	list-style: url(../grafix/triangle_right_sm.png);
}

#contextContents ul {
	list-style: none;
	line-height: 1.5em;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}

#navigationMenu .csc-menu {
	list-style: none;
	line-height: 1.5em;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}

#houseMenu li {
	list-style: url(../grafix/triangle_right_sm.png);
	margin-left: 12px;
}

#content ul {
	list-style: url(../grafix/triangle_right_sm.png);
}

/*Tabellen*/
table, tr, th, td {
    padding: 0;
    margin: 0;
}
tr.odd {
	background-color: #fffdcc;
}

tr.even {
	background-color: #ffffff;
}

/*Formulare*/
fieldset {
	margin-top: 10px;
	background-color: #cac3f1;
	border: 0px;
}

legend {

	background-color: #4f4778;
	color: #fff;
	padding: 2px;
	font-weight: bold;
}

