* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(/layout/bg_html.gif);
	background-repeat: repeat-y;
	background-color: #b5761b;
	background-position: center;
}
html {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}


.c {
	clear: both;
}

h1 {
	font-size: 140.1%;
	margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #1e87be;
}

h2 {
	font-size: 130.1%;
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #1e87be;
}

h3 {
	font-size: 120.1%;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-size: 100%;
}
a {
	color: #1e87be;
	text-decoration: none;
}
a:hover {
	color: #004494;
	text-decoration: underline;
}



ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
li {
	background-image: url(/layout/li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px 3px;
	padding-bottom: 5px;
}


td {
	padding: 3px;
}
img {
	border: none;
}

.bildlinks {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.bildrechts {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

#L_warp {
	width: 980px;
	padding: 0;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#L_head {
	width: 980px;
	height: 110px;
	position: relative;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(/layout/logo_tv_de.gif);
	background-repeat: no-repeat;
}

#L_head_it {
	width: 980px;
	height: 110px;
	position: relative;
	float: left;
	clear: both;
	background: #FFFFFF url(/layout/logo_tv_it.gif) no-repeat;
}

#head_fahnen {
	position:absolute;
	left:370px;
	top:4px;
	width:608px;
	height:31px;
	z-index:1;
	text-align: right;
}

#L_bild {
	width: 980px;
	height: 280px;
	position: relative;
	float: left;
	clear: both;
}

#bild {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:260px;
	z-index:2;
	overflow: hidden;
}

#bild_blende_rechts {
	position:absolute;
	left:300px;
	top:242px;
	width:680px;
	z-index:22;
	text-align: right;
	height: 30px;
	line-height: 30px;
}
#bild_blende_links {
	position:absolute;
	left:0px;
	top:220px;
	width:210px;
	height:60px;
	z-index:23;
	background-color: #2798D2;
}


#bild_schnellanfrage {
	position:absolute;
	left:760px;
	top:6px;
	width:220px;
	height:217px;
	z-index:24;
}




#L_content_3 {
	width: 980px;
	position: relative;
	clear: both;
	margin-bottom: 5px;
}
#L_content_3 #L_navi {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}
#L_content_3 #L_mitte {
	float: left;
	width: 500px;
	margin-left: 30px;
}
#L_content_3 #L_rechts {
	float: right;
	width: 210px;
}
#L_content_3 #L_rechts .box {
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	background: #2798d2 url(/layout/bg_box.gif) no-repeat;
}

#L_rechts .box h2 {
	color: #F6CA28;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 15px;
}
#L_rechts .box a {
	color: #F6CA28;
}
#L_rechts .box p {
	font-size: 100%;
	font-weight: normal;
}





#L_content_2 {
	width: 980px;
	position: relative;
	clear: both;
	margin-bottom: 5px;
}
#L_content_2 #L_navi {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}
#L_content_2 #L_mitte {
	float: left;
	width: 710px;
	margin-left: 30px;
}



#L_footer {
	width: 980px;
	position: relative;
	float: left;
	clear: both;
	background-color: #1e87be;
	background-image: url(/layout/bg_footer_blau.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}
#L_footer #footer1 {
	font-size: 90.1%;
	color: #FFFFFF;
	padding: 5px;
}
#footer1 h1 {
	color: #FFCC00;
}

#L_warp #L_footer #footer1 a {
	color: #FECC00;
}

#L_footer #footer2 {
	background-color: #FFFFFF;
	font-size: 90.1%;
	padding: 5px
}

.content_text {
	margin-bottom: 10px;
}
.content_block {
	margin-bottom: 10px;
}








/* Dynamische Aufklapp Menüs*/


.klappUE {
	cursor: hand;
	cursor: pointer;
	font-size: 100%;
	padding: 5px 0 5px 25px;
	margin: 2px 0 0 0;
	background-image: url(/layout/bg_kappUE.gif);
	color: #FFFFFF;
}

.klappUEopen { 
	cursor: hand;
	cursor: pointer;
	font-size: 100%;
	padding: 5px 0 5px 25px;
	margin: 2px 0 0 0;
	background-image: url(/layout/bg_kappUE.gif);
	color: #f6ca28;
}

.klappTXT {
	background: #ECECEC;
	padding: 5px;
	margin: 0 0 5px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2798d2;
	border-bottom-color: #2798d2;
	border-left-color: #2798d2;
}





.multianfrage #multianfrage_hilfe {
	padding: 10px;
	margin-bottom: 10px;
	background: url(/layout/bg_footer_blau.gif);
	color: #FFFFFF;
	margin-top: 10px;
}
#multianfrage_hilfe #multianfrage_button {
	text-align: right;
	padding: 5px;
}
.UNtxtTAB {
	border-bottom: 1px solid #2798D2;
	margin-bottom: 2px;
}
.UNueTAB {
	background: #2798D2 url(/layout/bg_UN_ue.gif) repeat-x;
	color: #FFFFFF;
}
.UNueTAB .UNue a {
	color: #FFFFFF;
}

.UNueTAB a {
	color: #FFFFFF;
}

.rot {
	color: #990000;
	font-size: 90%;
	font-weight: bold;
}

.tr_linie  td {
	border-bottom: 1px dotted #FFFFFF;
}



.shopping_select td {
	background: #FFFFFF url(/layout/bg_UN_ue.gif);
	color: #FFFFFF;
	height: 26px;
}
.shopping_select h1 {
	color: #FFFFFF;
}


#shopping_content .shopping_td {
	border: 1px solid #1E87BE;
	margin-top: 2px;
	margin-bottom: 10px;
}
#shopping_content .shopping_td td {
	border-bottom: 1px solid #1E87BE;
}

#shopping_content .shopping_td h3 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
#shopping_content .shopping_td p {
	font-size: 90%;
}


.navi {
	color: #FFFFFF;
	background: #2798D2;
	font-weight: normal;
}
.navi a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.n {

}
.n a {
	background: url(/layout/nav/bg1.gif) center;
	padding-left: 16px;
}
.n a:hover {
	background: url(/layout/nav/bg1.gif) center;
	padding-left: 16px;
	color: #F6CA28;
}

.n .non {
	background: url(/layout/nav/bg1_on.gif) center;
	color: #F6CA28;
}
.n .nn .n a {
	background: url(/layout/nav/bg2.gif) center;
	padding-left: 25px;
}
.n .nn .n .non {
	background: url(/layout/nav/bg2_on.gif) center;
}
.n .nn .n .nn .n a {
	background: url(/layout/nav/bg3.gif) center;
	padding-left: 35px;
}
.n .nn .n .nn .n .non {
	background: url(/layout/nav/bg3_on.gif) center;
	padding-left: 35px;
}




#suche_orte {
	background: url(/layout/suche/bg_unterkunftssuche.jpg);
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 500px;
	overflow: hidden;
	z-index: 100;
	position: relative;
}
#suche_orte_it {
	background: url(/layout/suche/bg_unterkunftssuche_it.jpg);
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 500px;
	overflow: hidden;
	z-index: 100;
	position: relative;
}
#bttn_burgeis {
	position:absolute;
	left:152px;
	top:50px;
	width:25px;
	height:25px;
	z-index:101;
}
#bttn_mals {
	position:absolute;
	left:217px;
	top:89px;
	width:25px;
	height:25px;
	z-index:102;
}
#bttn_schluderns {
	position:absolute;
	left:329px;
	top:143px;
	width:25px;
	height:25px;
	z-index:103;
}
#bttn_glurns {
	position:absolute;
	left:207px;
	top:140px;
	width:25px;
	height:25px;
	z-index:104;
}





#WE {
	position:absolute;
	left:1315px;
	top:7px;
	width:294px;
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	z-index:100;
	text-align: left;
	padding: 3px;
	border: 1px solid #333333;
}
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}






.boxbereich {
	margin-top: 2px;
}
.zwei {
	height: 2px;
	width: 500px;
	clear: both;
	float: none;
}
.boxcontent_l {
	float: left;
	height: 180px;
	width: 248px;
	background-image: url(/layout/bg_box_mitte.gif);
}
.boxcontent_r {
	float: right;
	height: 180px;
	width: 248px;
	background-image: url(/layout/bg_box_mitte.gif);
}
.boxbereich {
	clear: both;
	margin-bottom: 2px;
}
.boxwrapper {
	font-size: 12px;
	padding: 10px;
}
.boxlink a {
	font-size: 12px;
	float: right;
	padding: 3px;
	background-image: url(/layout/bg_boxlink_mitte.gif);
	color: #F6CA49;
}


#bild_blende_rechts .nav_oben {
	float: right;
}
#bild_blende_rechts .nav_oben a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	background-color: #F6CA28;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#bild_blende_rechts .nav_oben a:hover {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	background-color: #63C2F3;
	display: block;
	color: #FFFFFF;
}
#bild_blende_rechts .nav_oben_blau {
	float: right;
}
#bild_blende_rechts .nav_oben_blau a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	background-color: #63C2F3;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#bild_blende_rechts .nav_oben_blau a:hover {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	background-color: #F6CA28;
	display: block;
	color: #FFFFFF;
}
#bild_blende_rechts .nav_oben_gelb {
	float: right;
}
#bild_blende_rechts .nav_oben_gelb a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	background-color: #FFE279;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#bild_blende_rechts .nav_oben_gelb a:hover {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	background-color: #63C2F3;
	display: block;
	color: #FFFFFF;
}
