/************************* Generals **************************/
* { margin:0; padding: 0; }

html {
	width: 100%;
}

body {
	width: 100%;
	background-color: #E7E7E7;
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	background-image: url(../images/back_body.gif);
	background-repeat: repeat-y;
}

h1 {
	padding-bottom: 15px;
	font-size: 18px;
	color: #007D40;
	font-weight: bold;
}

h2 {
	padding-bottom: 20px;
	font-size: 14px;
	color: #888888;
	font-weight: normal;
}

h3 {
	padding-bottom: 10px;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

h5 {
	padding-bottom: 5px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

h6 {
	padding-bottom: 5px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

p {
	padding-bottom: 20px;
	/*
	font-size: 12px;
	color: #555555;
	font-weight: normal;
	*/
}

span {
	font-size: 12px;
	color: #555555;
	font-weight: normal;
}

table {
	border-spacing: 0;
	border: 0;
}

td {
	vertical-align: top;
}

input {
	border: 1px solid #D1D1D1;
	font-size: 12px;
	color: #666666;
}

img {
	border: 0;
}

a { color: #007D40; text-decoration: none; }

/*************************************************************/

/************************ Fontstyles *************************/
.font12 {
	font-size: 12px;
}

.font11 {
	font-size: 11px;
}

.fontBold {
	font-weight: bold;
}

.textCenter {
	text-align: center;
}
/*************************************************************/

/************************ Line colors ************************/
.line007D40 {
	border-bottom: 1px solid #55AB26;
}

.lineFFB300 {
	border-bottom: 1px solid #FFB300;
}

.lineE5E5E5 {
	background-color: #E5E5E5;
}
/*************************************************************/

/************************** Image ****************************/
.link_arrow {
	margin-right: 5px;
}
/*************************************************************/

/************** Main box with background image ***************/
#marginleft {
	float: left;
	height:200px;
	padding-left:50px;
	width: 50px;
}

* html #marginleft {  /* nur fuer Internet Explorer */
   width:0px;     /* Version 5.x */
   w\idth:50px;    /* Version 6 */
	}

#main {
	float: left;
	padding-bottom: 50px;
	width: 973px;
	/*
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	*/
	background-image: url(../images/back_main.gif);
	background-repeat: no-repeat;
}

/*************************************************************/

/************************ Column left ************************/
#col_left {
	float: left;
	margin-top: 3px;
	padding-left: 12px;
	width: 190px;
}

* html #col_left {  /* nur fuer Internet Explorer */
   width:178px;     /* Version 5.x */
   w\idth:190px;    /* Version 6 */
	}
/*************************************************************/

/*********************** Column middle ***********************/
#col_middle {
	float: left;
	padding: 25px 25px 0 25px;
	width: 538px;
}

* html #col_middle {  /* nur fuer Internet Explorer */
   width:488px;     /* Version 5.x */
   w\idth:538px;    /* Version 6 */
	}
/*************************************************************/

/************************ Column right ***********************/
#col_right {
	float: left;
	margin-top: 28px;
	padding: 0 2px 0 2px;
	width: 167px;
}

* html #col_right {  /* nur fuer Internet Explorer */
   width:163px;     /* Version 5.x */
   w\idth:167px;    /* Version 6 */
	}
/*************************************************************/

/*************************** Header **************************/
#header {
	float: left;
	padding-left: 12px;
	width: 961px;
	height: 190px;
}

* html #header {  /* nur fuer Internet Explorer */
   width:949px;     /* Version 5.x */
   w\idth:961px;    /* Version 6 */
}

.header_navi {
	float: right;
	margin-top: 16px;
	margin-right:16px;
	width: 90%;
}

.header_link {
	float: right;
	padding-left: 16px;
	font-size: 11px;
	line-height: 14px;
}

.header_link a:link 		{ color: #888888; text-decoration: none; }
.header_link a:visited 	{ color: #888888; text-decoration: none; }
.header_link a:hover  	{ color: #888888; text-decoration: none; }
.header_link a:active 	{ color: #888888; text-decoration: none; }

.search_box {
	float: left;
	margin-top: 92px;
	padding: 0 10px 0 10px;
	height: 67px;
	width: 172px;
}

* html .search_box {  /* nur fuer Internet Explorer */
   width:192px;     /* Version 5.x */
   w\idth:172px;    /* Version 6 */
}

.search_field {
	margin-bottom: 5px;
	width: 170px;
}

.search_button {
	float: right;
	width: 43px;
}

.header_image {
	float: left;
	margin-top: 13px;
	height: 148px;
	width: 769px;
}

/*************************************************************/

/**************************** Navi ***************************/
.navi {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 188px;
	list-style-type: none;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

.navi a { display: block; text-decoration: none; }
.navi li { float: left; width: 188px; margin: 0; padding: 0; }

.navi_level1 a {
	width: 168px;
	padding: 9px 10px 8px 10px;
	background-image: url(../images/navi_back.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 2px solid #E5E5E5;
}
.navi_level1 a:hover { color: #007D40; }

.navi li ul { list-style-type: none; overflow: hidden; width: 148px; margin: 0; padding: 15px 20px 11px 20px; border-bottom: 2px solid #E5E5E5; }
.navi li ul li { float:left; width: 148px; margin: 0; padding: 0; }

.navi_level2 a {
	width: 148px;
	padding-bottom: 9px;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #555555;
}

.navi_level2 a:hover { color: #007D40; }

.navi li.navi_level1Active {
	width: 168px;
	padding: 9px 10px 8px 10px;
	background-image: url(../images/navi_back.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #007D40;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 2px solid #E5E5E5;
}

.navi li ul li.navi_level2Active {
	width: 148px;
	padding-bottom: 9px;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #007D40;
}
/*************************************************************/

/**************************** Info ***************************/
.info {
	float: left;
	margin-top: 60px;
	background-image: url(../images/infobox_back.jpg);
	background-repeat: no-repeat;
	width: 180px;
}

.info_headline {
	float: left;
	margin-top: 5px;
	padding: 0 10px 0 20px;
	width: 160px;
	line-height: 32px;
}

* html .info_headline {  /* nur fuer Internet Explorer */
   width:130px;     /* Version 5.x */
   w\idth:160px;    /* Version 6 */
	}

.info_text {
	float: left;
	margin-top: 12px;
	padding: 0 10px 27px 20px;
	width: 150px;
	background-image: url(../images/infobox_unten.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666666;
}

* html .info_text {  /* nur fuer Internet Explorer */
   width:120px;     /* Version 5.x */
   w\idth:150px;    /* Version 6 */
	}
/*************************************************************/

/*************************** Content *************************/
.content_disconnector {
	float: left;
	width: 538px;
	height: 1px;
}

.content_disconnector0x20 {
	float: left;
	margin-bottom: 20px;
	width: 538px;
	height: 1px;
}

.content_disconnector0x10 {
	float: left;
	margin-bottom: 10px;
	width: 538px;
	height: 1px;
}

.content_text {
	float: left;
	width: 538px;
}

.content_left {
	float: left;
	padding-right: 20px;
	width: 249px;
}

.content_right {
	float: left;
	padding-left: 20px;
	width: 248px;
}

.content_right img {
	margin-bottom: 20px;
}

.content_2column {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 538px;
}

.content_2column p {
	padding-bottom: 15px;
}

.content_2column_left {
	padding-top: 15px;
	padding-right: 20px;
	width: 249px;
}

.content_2column_right {
	padding-top: 15px;
	padding-left: 20px;
	width: 248px;
}

.content_3column {
	float: left;
	margin-bottom: 35px;
	width: 538px;
}

.content_3column h4 {
	margin-bottom: 6px;
}

.content_3column p {
	padding-bottom: 5px;
}

.content_3column a:link 		{ color: #888888; text-decoration: none; }
.content_3column a:visited 	{ color: #888888; text-decoration: none; }
.content_3column a:hover  	{ color: #888888; text-decoration: none; }
.content_3column a:active 	{ color: #888888; text-decoration: none; }

.content_3column_left {
	padding-top: 10px;
	padding-right: 7px;
	width: 120px;
}

.content_3column_middle {
	padding-top: 10px;
	padding-right: 7px;
	width: 277px;
}

.content_3column_right {
	padding-top: 10px;
	padding-right: 7px;
	width: 120px;
}

.content_column_border {
	border-right: 1px solid #E5E5E5;
}
/*************************************************************/

/************************* Quicklinks ************************/
.quicklinks {
	float: left;
	margin-top: 40px;
	width: 538px;
}

.quicklinks_headline {
	float: left;
	margin-bottom: 15px;
	padding: 6px 0 6px 0;
	width: 538px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.quicklinks_image {
	float: left;
	width: 134px;
}

.quicklinks_spacer {
	margin-right: 58px;
}
/*************************************************************/

/*************** Text with teaser panel format ***************/
.teaser_pf_text {
	float: left;
	width: 386px;
}

.teaser_pf_text img {
	margin-right: 5px;
}

.teaser_pf_text a:link 		{ color: #555555; text-decoration: none; font-weight: bold; }
.teaser_pf_text a:visited { color: #555555; text-decoration: none; font-weight: bold; }
.teaser_pf_text a:hover  	{ color: #555555; text-decoration: none; font-weight: bold; }
.teaser_pf_text a:active 	{ color: #555555; text-decoration: none; font-weight: bold; }

.teaser_pf_img {
	float: right;
	margin-bottom: 20px;
	padding-left: 50px;
	width: 102px;
}
/*************************************************************/

/************* Text with teaser landscape format *************/
.teaser_lf_text {
	float: left;
	width: 388px;
}

.teaser_lf_text a:link 		{ color: #555555; text-decoration: none; }
.teaser_lf_text a:visited { color: #555555; text-decoration: none; }
.teaser_lf_text a:hover  	{ color: #555555; text-decoration: none; }
.teaser_lf_text a:active 	{ color: #555555; text-decoration: none; }

.teaser_lf_text img {
	margin-right: 5px;
}

.teaser_lf_img {
  float: right;
  margin-bottom: 20px;
	/*
		padding-left: 30px;
		width: 120px;
	*/
}
.teaser_lf_img2 {
  float: right;
  margin-bottom: 20px;
  text-indent: -0.6em;
  width: 11.5em;
}
/*************************************************************/

/***************** Text with vertical images *****************/
.vert_pic_text {
	float: left;
	width: 386px;
}

.vert_pic_img{
	float: right;
	padding-left: 50px;
	width: 102px;
}
/*************************************************************/

/************************** Contact **************************/
.contact_text {
	float: left;
	width: 316px;
}

.contact_img{
	float: right;
	margin-bottom: 20px;
	padding-right: 120px;
	width: 102px;
}

/*************************************************************/

/************************* Maginalie *************************/
.maginalie_headline {
	float: left;
	margin-bottom: 2px;
	padding: 10px 0 5px 10px;
	width: 157px;
	border-bottom: 1px solid #E5E5E5;
}

/**
News items
**/
.news_item {
	float: left;
	padding: 12px 10px 15px 10px;
	width: 147px;
	background-color: #E5F2EC;
	font-size: 11px;
	color: #666666;
}

* html .news_item {  /* nur fuer Internet Explorer */
   width:127px;     /* Version 5.x */
   w\idth:147px;    /* Version 6 */
	}

.news_item_border {
	border-bottom: 1px solid #E5E5E5;
}

/**
Newsletter
**/
.newsletter {
	float: left;
	margin-top: 2px;
	padding: 15px 10px 0 10px;
	width: 147px;
	height: 67px;
	border-top: 1px solid #E5E5E5;
}

.newsletter_field {
	float: left;
	margin-bottom: 5px;
	width: 147px;
}

.newsletter_button {
	float: right;
	width: 52px;
}
/*************************************************************/

/**************************** form ***************************/
.form_search {
	padding: 2px 4px 0 4px;
	width: 162px;
	height: 16px;
}

.form_newsletter {
	padding: 2px 4px 0 4px;
	width: 137px;
	height: 16px;
}

/***************** boxen fuer buchungshinweis ****************/
.buchungshinweis {
  background-color: #F2F2F2; 
  margin-bottom: 20px; 
  padding: 15px; 
}
.buchungshinweis.typeofoffering {
  background-color: #FEECCE; 
}
.buchungshinweis p.last {
  padding-bottom: 0px;
}
div.addthis_toolbox {
  float: right;
  margin-top: 25px;
}
