
#subnav ul {
	padding: 0;
	margin: 0;
}

#subnav ul li {
	border: 0;
	list-style-type: none;
	float: left;
	padding: 0 0 0 1.5em;
	width: 11.5em;
	background-color: #ffffff;
	opacity:.60;
	overflow: hidden;
	font-weight: 100;
}

#subnav ul li:hover {
	opacity:.90;
	color: #4d2f1f;
}

#subnav ul li.active {
	opacity:.90;
	color: #4d2f1f;
}


#subnav ul li.verylast {
	width: 980px;
}

#subnav ul li.verylast:hover {
	background-color: #ffffff;
	opacity:.60;
}

#subnav ul li a {
	text-decoration: none;
	background: none;
	opacity:1.0;
}


/* START alistapart sliding doors */

.mainnavitem {
/*	padding: 0 2em 0 2em;
	width: 12em;*/
	text-align: left;
}

#mainnav {
	width: 100%;
	font-size: 93%;
	line-height: normal;
	text-align: right;
}

#mainnav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#mainnav li {
	float: right;
	margin: 0;
	padding: 0 0 0 9px;
}

#mainnav li.business {
	background: url("./images/dasreisehaus.de__mainnav_business.jpg") no-repeat left top;
}

#mainnav li.obc {
	background-color: #9b3c1a;
}

#mainnav li.private {
	background-color: #4d2f1f;
}

#mainnav a {
	float:left;
	display:block;
	width: 14em;
	text-align: left;
	padding: 15px 10px 15px 0;
/*	margin: 10px 0 10px 0;*/
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#mainnav a.business {
	background-color: #94634e;
}

#mainnav a.obc {
	background:url("./images/dasreisehaus.de__mainnav_private.jpg") no-repeat right top;
}

#mainnav a.private {
	background-color: #4d2f1f;
}


/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainnav a {float:none;}
/* End IE5-Mac hack */

#mainnav a:hover {
	color:#ffffff;
}
/*
#mainnav #current {
	background-image:url("left_on.gif");
}

#mainnav #current a {
	background-image:url("right_on.gif");
	color:#333;
	padding-bottom:5px;
}
*/
/* END alistapart sliding doors */


/* START teaserbox */
#teaserbox {
	background: #ffffff url("./images/dasreisehaus.de__tsr.gif") bottom left no-repeat;
	float: right;
	width: 190px;
	margin: 60px 0 20px 20px;
}


#teaserbox h2 {
/*
	background: #ffffff url("./images/dasreisehaus.de__tsr.gif") top left no-repeat;
*/
	padding: 1em 15px 1em 15px;
	margin: 0;
	font-size: 100%;
}

#teaserbox h3 {
	background: #ffffff url("./images/dasreisehaus.de__tsr.gif") top left no-repeat;
	padding: 1em 15px 1em 15px;
	margin: 0;
	font-size: 90%;
}

#teaserbox p {
	margin-top: 0;
	background-color: #ffffff;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding: 0px 15px 0px 15px;
/*	margin: 0 0 10px 0; */
	font-size: 80%;
	line-height: 1.4em;
}


#teaserbox.filled {
	background: #bb9686 url("./images/dasreisehaus.de__tsr_filled.gif") bottom left no-repeat;
}

#teaserbox.filled a {
  color: #ffffff;
  text-decoration: underline;
}

#teaserbox.filled h2 {
	color: #ffffff;
	background-color: #bb9686;
}

#teaserbox.filled h2 a {
    text-decoration: none;
}

#teaserbox.filled h2 a:hover {
    background-color: transparent;
}


#teaserbox.filled h3 {
	color: #ffffff;
	background: #bb9686 url("./images/dasreisehaus.de__tsr_filled.gif") top left no-repeat;
}

#teaserbox.filled p {
	color: #ffffff;
	background-color: #bb9686;
	border-color: #bb9686;
}

#teaserbox.filled p.readmore a:hover {
    background-color: transparent;
}

#teaserbox p img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* END teaserbox */


/* 
#
## @file: this file contains css-info for MODxCMS extensions aka. snippets
#
*/

/* 
#
## START eForm e-mail-Formular
#
*/

#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* 
#
## END eForm e-mail-Formular
#
*/

/* START Gesch�ftsbereichsanimationen */
.gahovers {
	position:absolute;
	top: -50px;
	left: -100px;
	height: 44px;
	z-index: 1010;
}

.gaimgs {
	position:absolute;
	top: -50px;
	left: -100px;
	z-index: 900;
}

/* END Gesch�ftsbereichsanimationen */
