/*
####Color-scheme-travelosity:

Blue: #0000CC;
Green: #009900;
Yellow: #D6D600;
*/

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	color:#000;
	padding:0;
	border:0;
	margin: 0 auto;
	background-image: url(../../img/pics/bck_main.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}
p, h1, h2, h3, table, td, th, ul, ol, li, textarea, input, a {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding:0;
}
table, input, textarea, div {
	font-size: 100%;
}
h1 {
	font-size:160%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
h5 {
	font-size:90%;
}
h6 {
	font-size:80%;
}
li {
	padding: 0;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #777785;
	text-decoration: none;
}
a:active {
	color: #000033;
	text-decoration: none;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	color:#000066;
	text-align:center;
}
/*--------------------------------------------------------------------------*/

#header {
	clear: both;
	font-size: 0.85em;
	font-weight: normal;
	color: #ccc;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 5px 8px 0 0;
	margin-bottom: -5px;
}
#header a:link {
	color: #ccc;
	text-decoration: none;
}
#header a:visited {
	color: #ccc;
	text-decoration: none;
}
#header a:hover {
	color: #777785;
	text-decoration: none;
}
#header a:active {
	color: #ccc;
	text-decoration: none;
}
/*--------------------------------------------------------------------------*/




/*
############################################################################################
Master Classes for input fields and buttons - START - */
.travelosity_button {
	float: left;
	border-left: 1px solid #7475CF;
	border-top: 1px solid #7475CF;
	border-bottom: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	padding: 0.2em 0.3em 0.2em 0.3em;
	/*
	border-top: 1px solid #33FF66;
	border-left: 1px solid #003B01;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #003B01;
	*/
	background-image: url(../../img/pics/btn_back.jpg);
	background-repeat: repeat;
	color: #fff;
	text-align:center;
	font-weight: bold;
	font-size: 1.2em;
	width: 100px;
}
.travelosity_input_field {
	float: left;
	width: 340px;
	border-left: 1px solid #7475CF;
	border-top: 1px solid #7475CF;
	border-bottom: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	background-color: #fff;
	padding: 0.25em 0.2em 0.25em 0.2em;
	background-image: url(../../img/pics/input_bck.jpg);
	background-repeat: repeat;
	background-position: 0 0.2em;
	font-size: 1.2em;
	color: #000000;
}
.s_head_cont {
	float: left;
	font-size: 1.1em;
	padding: 0.4em 0.4em 0 0;
	color: #666666;
}
.s_words_cont {
	float: left;
	padding: 0.1em 0.5em 0 0;
}
.bt_cont {
	float: left;
	padding: 0;
}
/*Master Classes for input fields and buttons - END -
############################################################################################*/



/*
############################################################################################
Main layer definitions - START -

##################
left-side:  239px;
center:     800px;
right-side: 239px;
------------------
Total       1278px

*/

#main {
	width: 1278px;
	overflow: hidden;
}
#welcome {
	text-align: center;
	font-weight: bold;
	color: #ccc;
	width: 100%;
	font-size: 0.9em;
}
#top {
	width: 100%;
}
#top_left {
	float: left;
	background-image: url(../../img/pics/streifen_links.jpg);
	width: 239px;
	height: 208px;
	background-repeat: no-repeat;
}
#top_center {
	width: 800px;
	height: 232px;
	float: left;
	background-image:url(../../img/pics/oben_hintergrund.jpg);
	background-repeat: no-repeat;
}
#flashani {
	width: 800px;
	height: 232px;
}
#srchfield {
	height: 86px;
	width: 800px;
	clear: both;
}
#inner_srchfield {
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 9.2em;
}
#top_right {
	float: left;
	background-image: url(../../img/pics/streifen_rechts.jpg);
	width: 239px;
	height: 208px;
	background-repeat: no-repeat;
}
/*+++++++++++++++++++++++++++++++++AUTO COMPLETE+++++++++++++++++++++++++++++++++++++++++*/

.prechoice {
	width: 340px;
	background-color:white;
	border-left: 1px solid #7475CF;
	border-top: 1px solid #7475CF;
	border-bottom: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	margin:0;
	padding:0;
}
.prechoice ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.prechoice ul li.selected {
	background-color: #FFFF99;
}
.prechoice ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding: 0;
	line-height: 1.1em;
	height: 1.1em;
	padding: 0.1em 0.2em 0.1em 0.2em;
	cursor:pointer;
}
/*+++++++++++++++++++++++++++++++++AUTO COMPLETE END+++++++++++++++++++++++++++++++++++++*/




/*###################RESULTS###################################################*/
/*Total width: 800px  -> two fields with 265px height -> 530px height total*/

#result {
	text-align: left;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 10px 0 10px;
}
/*-----------------SITEMAP START--------------------------------------*/


.sitemap_h1 {
	text-align: left;
	font-size: 1.8em;
	color: #000;
	padding: 0 0 10px 15px;
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}
#sitemap {
	text-align: left;
	width: 100%;
	padding: 0 0 10px 42px;
}
#sitemap .level0 a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#sitemap .level0 a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#sitemap .level0 a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#sitemap .level0 a:active {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#sitemap .level0 {
	margin-bottom:5px;
	margin-left: -27px;
	font-size: 1.2em;
	color: #1a5f30;
}
/*
#sitemap .level0 a {
	font-weight:bold;
	color: #1a5f30;
}

*/


#sitemap .level1 {
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: 0px solid #666;
}
#sitemap .level1 a:link {
	color: #666666;
	text-decoration: none;
}
#sitemap .level1 a:visited {
	color: #666666;
	text-decoration: none;
}
#sitemap .level1 a:hover {
	color: #ccc;
	text-decoration: none;
}
#sitemap .level1 a:active {
	color: #666666;
	text-decoration: none;
}
#sitemap .level2 {
	margin-left:20px;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	border-bottom: 0px solid #666;
}
/*-----------------SITEMAP START--------------------------------------*/


/*-----------------NEWS START--------------------------------------*/


#news {
	clear: both;
	width: 249px;
	height: 200px;
	clear: both;
	background-image:url(../../img/pics/news_bg.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
}
.centerpos {
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom: 0;
}
.newslinewrap {
	clear: both;
	padding: 5px;
}
.newsimg {
	clear:both;
	padding: 0;
	margin: 0;
	text-align: center;
	/*background-color: #009900;
	border-top: 1px solid #D6D600;
	border-bottom: 1px solid #D6D600;*/
	background-color: #D6D600;
	background-image:url(../../img/pics/h1_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	overflow: hidden;
}
.newsheadline {
	clear:both;
	padding: 0 0 2px 1px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 1em;
	color: #666666;
	font-weight: bold;
}
.newslinetxt {
	clear:both;
	padding: 0 0 0 1px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 0.8em;
	color: #666666;
}
.newsmore {
	text-align: right;
	padding:0 0 1px 0;
	margin: -10px 0 0 0;
	border-bottom: 1px dashed #999999;
}
.newsmore a:link {
	font-size: 0.8em;
	color: #999999;
}
.newsmore a:visited {
	font-size: 0.8em;
	color: #999999;
}
.newsmore a:active {
	font-size: 0.8em;
	color: #999999;
}
.newsmore a:hover {
	font-size: 0.8em;
	color: #ffffff;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------BOTTOM START----------------------------------------------------------*/


#bottom {
	width: 1278px;
}
/*##################BOTTOM NAVI START####################################*/
#nav_generic {
	clear: both;
	padding: 0;
	margin: 3px auto 3px auto;
	width: 800px;
	text-align: center;
	font-weight: bold;
	/*background-color: #d6d600;*/
	
	color: #CCCCCC;
}
.naviList {
	padding-left: 5px;
	padding-right: 5px;
}
.naviList a:link {
	/*color: #d6d600;*/
	color: #0000cc;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.naviList a:visited {
	/*color: #d6d600;*/
	color: #0000cc;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.naviList a:hover {
	color: #009900;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.naviList a:active {
	/*color: #d6d600;*/
	color: #0000cc;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
/*##################NAVI END####################################*/

#big_text {
	width: 780px;
	margin: 5px auto 5px auto;
	text-align: left;
	clear: both;
	color: #666;
}
#big_text p {
	padding: 5px 0 5px 0;
	margin: 0;
}
#big_text ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: square
}
#big_text li {
	padding: 0;
	margin: 0;
}
#big_text h3 {
	padding: 5px 0 2px 0;
	margin: 0;
}
#footer {
	clear: both;
	font-weight: normal;
	color: #0000cc;
	text-align: center;
	margin: 10px auto 0 auto;
	width: 800px;
	/*background-image: url(../../img/tab_img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;*/
	overflow: visible;
	border: 0px solid;
}
#footer_top {
	clear: both;
	color: #999999;
}
.validate {
	clear: both;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 800px;
}
#footer a:link {
	color: #ccc;
	text-decoration: none;
}
#footer a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #777785;
	text-decoration: none;
}
#footer a:active {
	color: #ccc;
	text-decoration: none;
}

/************************************************************************/

.partners-1 {
}
.partners-2 {
	background-color: #ccc;
	margin: 10px 0 10px 0;
	clear: both;
	border-bottom: 1px dashed;
	overflow: hidden
}
.partners-3 {
}
.partners-4 {
}
.partnersh3 {
}
.partnersh4 {
}


.icon_wrapper {
	margin: 6px 0 0 210px;
	text-align: center;
	color: #999999;
	height: 18px;
}

.icons {
	padding: 0 0 0 0;
	margin: 0;
	border: 0;
	float: left;
}
.icon_short {
	width: 21px;
	height: 16px;
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
}
.icon_long {
	width: 50px;
	height: 16px;
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
}
.bookmark_this1 {
	font-size: 10px;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}
.bookmark_this2 {
	font-size: 10px;
	padding: 0 5px 0 9px;
	margin: 0;
	float: left;
}
.bookmark_this3 {
	font-size: 10px;
	padding: 0 5px 0 2px;
	margin: 0;
	float: left;
}
/************************************************************************/
/***********************DB FUNC CLASSES*********************************/


/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/

.clearfix :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* hides from IE/Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: inline-block;
}
/* end hide from IE-Mac */
/*** end clearing hack ***/
