body{
	background-color:#A4A4A4;
	color: #000000;
	margin: 0px;
}

#centerpage {
	width:850px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	position: relative;
}

#mainpage {
	width:850px;
	background-color:#D3DEF0;
	top: 0px;
	margin: 0px;
	min-height:660px;
/*	border: 1px solid #000000;*/
}

/*Head Bereich */
#header {
	height:220px;
}
	
#header_area {
	width:850px;
	position: absolute;
	top: 0px;
	margin: 0px;
	height:207px;
	left:0px;		 
}

#logo {
	position: absolute;
	background-image: url(../images/logo_blau.jpg);
	background-repeat:no-repeat;
	height: 207px;
	width: 218px;
}

#teaser {
	position: absolute;
	height:207px;
	top:-220px;
	left: -32px;
	width: 632px;
}

/* Icons */
#iconbox_print {
	position:absolute;
	background-image: url(../images/symbol_drucker_blau.gif);
	background-repeat:no-repeat;
	top: 173px;
	left: 675px;
	height:21px;
	width:22px;
}

#iconbox_home {
	position:absolute;
	background-image: url(../images/symbol_home_blau.gif);
	background-repeat:no-repeat;
	top: 174px;
	left: 700px;
	height:21px;
	width:22px;
}

#iconbox_sitemap {
	position:absolute;
	background-image: url(../images/symbol_sitemap_blau.gif);
	background-repeat:no-repeat;
	top: 172px;
	left: 725px;
	height:21px;
	width:22px;
}

#iconbox_plus {
	position:absolute;
	background-image: url(../images/symbol_plus_blau.gif);
	background-repeat:no-repeat;
	top: 169px;
	left: 770px;
	height:21px;
	width:22px;
}

#iconbox_minus {
	position:absolute;
	background-image: url(../images/symbol_minus_blau.gif);
	background-repeat:no-repeat;
	top: 166px;
	left: 795px;
	height:21px;
	width:22px;
}

#iconbox_text {
	position:absolute;
	background-image: url(../images/symbol_text_blau.gif);
	background-repeat:no-repeat;
	top: 165px;
	left: 820px;
	height:21px;
	width:22px;
}
/* Icons */

/*Head Bereich */

/* Content Bereich */
#content {
	width:830px;
	left:0px;
	top:100px;
	min-height:600px;
}

#teaser_headline {
    position: absolute;
	height: 50px;
	width: 410px;
    left: 130px;
	top:-200px;
	z-index:200;
}

h1 {
	color: #ffffff;
    font-weight: bold;
	font-family: "Times New Roman", serif;
}

h2 {
	color: #006BB3;
    font-weight: bold;
	font-family: "Times New Roman", serif;
}

#textbox {
	width: 380px;
    float:right;
	position: relative;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	min-height:900px;
}
#teaserbox {
	width: 380px;
	left:-200px;
    float:right;
	position: relative;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:30px;
}

#mainNaviArea {
	position:relative;
	width: 250px;
	left: -40px;
	float:left;
	margin-bottom:20px;
}

span.mainNavi {
	position: relative;
	left:20px;
	width:150px;
	top:15px;
}

li.mainNavi_active {
	position: relative;
	top:0px;
	background-image: url(../images/wischer_blau.gif);
	background-repeat:no-repeat; 
}

span.mainNavi_active {
	position: relative;
	left:20px;
	width:150px;
	top:10px;
}

.span_text_sub {
	position: relative;
	cursor: pointer;
	width:250px;
}

hr {
	color: #0072BC;
	background-color:#0072BC;
	height:3px;
}


hr.hrsub1 {
	clear:both;
	width:180px;
}

#mainNaviArea li {
    list-style-type: none;
}

li.sub1 {
	margin-left:-10px;
}

li.sub2 {
	margin-left:-30px;
}

li.sub3 {
	list-style-image: url(../images/list_style_blau.gif);
	margin-left:-10px;
}

/*Leftsidebar */
#leftside_area {
	position:relative;
	width: 195px;
	left: 15px;
	float:left;
}

.leftside_quad {
	position:relative;
	width: 195px;
    height:auto;
	background-color: #0072BC;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
}

.leftside_header {
	position:relative;
	top:8px;
	left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:15px;
}

.imagelayer_left {
	position:relative;
	top:-28px;
	width:195px;
	height:28px;
	background-image: url(../images/bogen4blau.gif);
	background-repeat:no-repeat; 
}
/*Leftsidebar */

/*Rightsidebar */
#rightside_area {
	position:absolute;
	width: 200px;
	left: 650px;
    top:810px;
	border-top:30px solid #D3DEF0;
	padding-top:8px;
}

.rightside_quad {
	position:relative;
	width: 200px;
    height:auto;
	background-color: #0072BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
    margin-bottom:-20px;
}

.rightside_header {
	position:relative;
	top:0px;
	left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:15px;
}

.imagelayer_right {
	position:relative;
	top:-28px;
	width:200px;
	height:28px;
	background-image: url(../images/bogen5blau.gif);
	background-repeat:no-repeat; 
	border-bottom:20px solid #D3DEF0;	
}
/*Rightsidebar */

#footer {
	position:relative;
	top:0px;
	width:850px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:9px;
	color: #A4A4A4;
	text-align:right;
	clear:both;
}
/* Content Bereich */


/* Image Box */
#imagebox_area {
	position:absolute;
	width:200px;
	height: auto;
	left: 400px;
	top: -20px;
}

#imgbox1 {
	width:200px;
	background-color:#D3DEF0;
	position: relative;
	border-top:30px solid #D3DEF0;
	border-bottom:5px solid #D3DEF0;	
}

.imagelayer1 {
	position:relative;
	top:-28px;
	width:200px;
	height:28px;
	margin-bottom:-28px;
	background-image: url(../images/bogen2blau.png);
	background-repeat:no-repeat; 
}

/* Special IE6.0 Hack */
*html .imagelayer1 {
	background-image: url(../images/ie_bogen2blau.gif);
	background-repeat:no-repeat; 
}
/* Special IE6.0 Hack */

#imgbox2 {
	width:200px;
	background-color:#D3DEF0;
	position: relative;
	border-top:5px solid #D3DEF0;
	border-bottom:5px solid #D3DEF0;
}

.imagelayer2 {
	position:relative;
	top:-28px;
	width:200px;
	height:28px;
	margin-bottom:-28px;
	background-image: url(../images/bogen1blau.png);
	background-repeat:no-repeat; 
}

/* Special IE6.0 Hack */
*html .imagelayer2 {
	background-image: url(../images/ie_bogen1blau.gif);
	background-repeat:no-repeat; 
}
/* Special IE6.0 Hack */

#imgbox3 {
	width:200px;
	background-color:#D3DEF0;
	position: relative;
	border-top:5px solid #D3DEF0;
	border-bottom:10px solid #D3DEF0;
}
/* Image Box */


/*Links allgemein */
a:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #0072BC;
}

a:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #0072BC;
}

a:hover {
     text-decoration: underline;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #ffffff;
}

/*Iconbox */
a.iconbox_link:link {
	text-decoration: none;
}

a.iconbox_link:visited {
	text-decoration: none;
}

a.iconbox_link:hover {
	text-decoration: none;
}
   
/* mainNavi */   
a.mainNavi:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color:#0072BC;
}

a.mainNavi:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color:#0072BC;
}

a.mainNavi:hover {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color:#ffffff
}
 
a.mainNavi:active {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-decoration: none;
	 color:#0072BC;
}

/* mainNavi_active */   
a.mainNavi_active:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color:#ffffff;
}

a.mainNavi_active:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

a.mainNavi_active:hover {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
     color:#ffffff;  
}
 
a.mainNavi_active:active {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-decoration: none;
	 color:#ffffff;
}

/* subNavi1 */
a.subNavi1:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #0072BC;
}

a.subNavi1:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #0072BC;
}

a.subNavi1:hover {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

a.subNavi1:active {
     text-decoration: underline;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #0072BC;
}

/* subNavi2 */
a.subNavi2:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #0072BC;
	 margin-left:10px;
}

a.subNavi2:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #0072BC;
	 margin-left:10px;
}

a.subNavi2:hover {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

a.subNavi2:active {
     text-decoration: underline;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #0072BC;
}

/* subNavi3 */
a.subNavi3:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #0072BC;
}

a.subNavi3:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
	 color: #0072BC;
}

a.subNavi3:hover {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

a.subNavi3:active {
     text-decoration: underline;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #0072BC;
}

/* subNavi1_active */
a.subNavi1_active:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

a.subNavi1_active:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

/* subNavi2_active */
a.subNavi2_active:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
	 margin-left:10px;	
}

a.subNavi2_active:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
	 margin-left:10px;
}

/* subNavi3_active */
a.subNavi3_active:link {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;	
}

a.subNavi3_active:visited {
     text-decoration: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
	 color: #ffffff;
}

/*Wird noch nicht benötigt*/
.textboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 200px;
	border:1px solid #94a86a;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #94a86a;
	background-color: #C7D3BA;
	color: #FFFFFF;
}


/* QB 2010 API */

/* Für die Suche */

.moqb_tab {
	padding:5px;
	background-color:#e4eef8;
	font-size:10px;
	color: #006699;
	cursor: pointer;
}

.moqb_tab_active {
	padding:5px;
	background-color:#FF3300;
	font-size:10px;
	color: #ffffff;
	cursor: pointer;
}

.moqb_tab_active a {
	color:#FFFFFF;
}

.moqb_button {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#133C91;
	border: 1px solid #004990;
	cursor:pointer;
}

.moqb_table {
	border: 1px solid #004990;
}

.moqb_tr_topbottom {
	background-color: #BFDAF5;
}

.moqb_tr_middle {
	background-color: #E4EEF8;
}

.moqb_reiseregion {
	background-color:#133c91;
	padding:5px 5px 5px 5px;
	color:#ffffff;
}

.moqb_headline {
	padding:5px 5px 5px 5px;
	border-top-color:#133c91;
	border-top-style:solid;
	border-top-width:1px;
	font-weight:bold;
}

.moqb_td_30tage {
	border-color:#E4EEF8; 
	border-width:1pt; 
	border-style:solid;
}

/* Für Detaileintrag */

.moqb_objektheadline { 
	background-color:#133C91;
	position:relative; 
	top:0px;
	font-size:13pt; 
	color:#ffffff;
	font-weight:bold;
}

/* Für Preloader */

#moqb_preloaderintern{
	/*set Page Center */
	margin-left: auto;
	margin-right: auto;
	left:150px;
	width:400px;
	height:300px;
	position:relative;
	border:1px solid #004990;
	background-color:#ffffff;
	text-align:center;
}

.moqb_table_preloader {
	border: 0px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#moqb_preloaderheadline {
	background-color:#133C91;
	font-size:16px !important;
	font-weight: bold !important;
	color:#ffffff !important;
	height:40px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}

#moqb_preloaderimage {
	padding-left:10px;
	background-color:#ffffff;
}

#moqb_preloadermoreinfo {
	font-size:18px !important;
	line-height:40px !important;
	font-weight: bold !important;
	color:#133C91 !important;
	text-align:center;
	padding-left:10px;
	background-color:#ffffff;
}

#moqb_preloaderspacer {
	background-color:#ffffff;
}


/*werbung*/
#skyscraperbanner{
	position: absolute;
	width:198px;
	top:0px;
	left:870px;
	text-align:center;
	border: 1px solid #000000;
}
.addwords {
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
}

.addwordsHead {
	background-color: #DBDBDB;
	color: #999999;
	text-align: left;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
}