/*
Mauritius Individuell
4jp - copyright 2009
*/

/* Basics */	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Headlines */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
}

/* links */

a:link, a:visited  { 
	color:  #00188A;
	text-decoration: none;
}

a:active, a:hover {
	color:  #5C2222;
	text-decoration: underline;
}

/* pictures */

img {
	border: none;
}

/* classes */
	
.fett {
	font-weight: bold;
}


/* layer */

#container {
	width: 950px;
	margin:auto;
	text-align:left;
	background-color: white;
}

#navi-left {
	width: 220px;
	float: left; 
	list-style-type: none;
	border-right: solid white 10px;
	}
	
#head {
	height: 140px;
	width: 950px;
	background-image: url(/system/modules/de.travelindividuell.ocms.site/resources/images/kopf-home.jpg);
	}
	
#navi-top {
	background-color: white;
	height: 28px;
	width: 684px;
	margin-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4F84;
	padding-left: 5px;
}
	
#navi-top a:link, #navi-top a:visited {
	color:  #00188A;
	text-decoration: none;
}

#navi-top a:hover, #navi-top a:active {
	color:  #%c2222;
	text-decoration: underline;
}


#content {
	background-color: white;
	width: 490px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: black;
	padding-top: 15px;
	padding-left: 5px;
}

.breadcrumb {
	color: #5C2222;
}

.drucken{
	color: #FF9900;
        margin-left: 0px;
}

#navi-bottom {
	background-color: white;
	height: 20px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00188A;
	}
	
#navi-bottom a:link, #navi-bottom a:visited {
	color:  #00188A;
	text-decoration: none;
}

#navi-bottom a:hover, #navi-bottom a:active {
	color:  #5C2222;
	text-decoration: underline;
}

/* navigation left */

#navi-left #subnavigation  {
	list-style-type: none;
	text-align: right;
	background-color: none;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navi-left #subnavigation ul {
	text-transform: none;
	list-style-type: none;
	text-align: right;
	color: #00188A;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#navi-left a {
        padding-right: 0px;
}

#navi-left a:link, #navi-left a:visited {
	color:  #00188A;
	text-decoration: none;
}

#navi-left a:hover, #navi-left a:active {
	color:  #5C2222;
	text-decoration: underline;
}

#navi-left ul #subnavigation ul a:link, #navi-left ul #subnavigation ul a:visited, #navi-left ul #subnavigation ul li ul a:link, #navi-left ul #subnavigation ul li ul a:visited  {
	color:  #00188A;
	text-decoration: none;
	font-weight: normal;
	background-color: white;
	border-right-width: 20px;
	border-right-color: white;
}

#navi-left ul #subnaviagtion ul a:hover, #navi-left ul #subnavigation ul a:active, #navi-left ul #subnaviagtion ul li ul a:hover, #navi-left ul #subnavigation ul li ul a:active {
	color:  #5C2222;
	text-decoration: underline;
	font-weight: normal;
	background-color: white;
	border-right-width: 20px;
	border-right-color: white;
}
/* end navigation */

/* forms */

.field, .input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
    border: none;
}

form.mailform br {
	clear: both;
}

form.mailform label.left {
    float: left;
	text-align: right;
	margin-right: 10px;
}

form.mailform span.left-input {
    width: 200px;
	float: left; 
    clear: both;
    display: block;
}

form.mailforn div.form-control {
	white-space: nowrap;
}

form.mailform span.right-input {
	float: left;
	width: auto;
	clear: both;
	margin-left: 15px;
	margin-right: 5px;
}

form fieldset {
    background-color: transparent;
    padding: 5px;
    color: #2d4f84;
}

form input[type='text'], form input[type='password'], form textarea {
    width: 220px;
    border: 1px solid #2D4F84;
    background-color: white;
}

form input[name='captchaphrase'] {
    width: 150px;
}

form input:focus, form textarea:focus {
    border: 1px solid black;
    background-color: white;
    color: black;
}

div.form-control {
    padding: 0.2em;
    margin-bottom: 0.3em;
    margin-left: 10px;
}

label.left {
    font-style: bold;
}


.form-error {
  color: #D80014;
}

p.form-error {
  font-weight: bold;
  padding: 2px;
  font-size: 14px;
  line-height: 17px;
}


p.form-info-mandatory {
  padding: 2px;
}

span.form-error {
   color: #D80014;
   clear: both;
   display: block;
   weight: 300px;
}

legend {
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 7px;
   color: #2D4F84;
   font-size: 15px;
}

select {
   border: 1px solid #666666;
   width: 300px;
   margin: 0px;
   padding: 0px;
}
/* end forms */



/* print */
#logo-druck {
        display: none;
}

/* blue line left border */
#linie-druck { 
        display: none;
}

#slogan-druck {
        display: none;
}

#slogan-druck p {  
        display: none;
}

#slogan-druck h1{
        display: none;
}

#kontaktdaten-druck {
        display: none;
}

/* end print */

/* special tables */
#content #inhalt table.unterkuenfte {
	width: 600px;
	valign: top;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px;
	margin: 0px;
}

#content #inhalt table.unterkuenfte tbody tr td {
	height: 150px;
	border: solid 1px #EEEEEE;
	vertical-align: top;
}

#content #inhalt table.unterkuenfte img {
	height: 150px;
}
/* end of special tables */

/* banner */
#buchung {
    position: absolute;
    top: 600px;
    height: 80px;
    width: 200px;
    margin-top: 0px;
    padding: 0px;
    padding-left: 47px; 
}

#buchung img {
    margin-bottom: 7px;
}

#copyright {
    position: absolute;
    top: 680px; 
    text-align: right;
    height: 30px;
    width: 250px;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    margin-top: 0px;
    padding: 0px;
    margin-left: 694px; 
}

#copyright a:link, #copyright a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #00188A;
}

#copyright a:hover, #copyright a:active {
    text-decoration: underline;
    font-weight: normal;
    color: #5C2222;
}

/* hotellist */

#hotelliste table {
    width: 440px;
    padding: 0px;
    margin: 0px;
}

#hotelliste h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-color: #2D4F84;
	line-height: 13px;
        padding: 0;
        margin: 0;
        margin-top: 8px;
}

#hotelliste h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
        padding: 0;
        margin: 0;
}

#hotelliste td {
	width: 50%;
}

#hotelliste caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-color: #2D4F84;
	line-height: 24px;
}

#hotelliste img {
        float: left;
        margin: 4px;
        border-right-width: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
}

#searchbox {
        position: absolute;
        top: 149px;
        margin-left: 755px; 
}


#searchbox label {
        color: #5C2222;
}

#searchbox-input {
        width: 100px;
        margin-left: 4px;
        margin-right: 4px;
}

/* errormessages */

h1.error {
	font-size: 24px;
}

h2.error {
	font-size: 16px;
        padding-left: 40px;
}

p.error {
	padding-left: 40px;
}
