#maintab{
	width: 100%;
	background-color:#DDF1FF;
}
.shadetabs{
width: 880px;
padding: 10px 3px 5px 3px;
margin: 0px;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
float: left;
background-color:#DDF1FF;
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
color: #1A99D7;
font-weight:bold;
}
.shadetabs li a:active{
color: #1A99D7;
}
.shadetabs li a:visited{
color: #1A99D7;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #1A99D7;
font-weight:bold;
}
/*
.shadetabs li.selected a{
color: #1A99D7;
}
*/
.shadetabs li.selected{
position: relative;
color: #000000;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	font-weight:bold;
	background: #67C1FF;
	color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background: #67C1FF;
	color: #1A99D7;
}
.shadetabs li.selected a span{ /*selected main tab style */
	font-weight:bold;
	background: #67C1FF;
	color: #000000;
}

.shadetabs li.selected a:hover span{ /*selected main tab style */
	text-decoration: none;
	background: #67C1FF;
	color: #1A99D7;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float: left;
background: #ffffff;
margin: 0px;
padding:0px;
width: 100%;
text-align:left;
}

.tabcontent{
display:none;
margin:0px;
padding:0px;
}
.tabcontent h2{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #4D83C3;
	padding:5px;
}
.tabcontent h3{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #4D83C3;
	padding:5px;
}
.tabcontent p{
	text-align: justify;
}
.col-text{
	background: #FDF7DB;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */	
#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font-size: 10px;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


#ddcolortabs a{
float:left;
color: white;
background: #1A99D7 url(http://www.reiseangebote-preisvergleich.de/images/layout/tabmenu/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 0px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(http://www.reiseangebote-preisvergleich.de/images/layout/tabmenu/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}

#ddcolortabs li.selected a:active, #ddcolortabs li.selected a:active span{
color: #ffffff;
background-color: #67C1FF;
}

#ddcolortabs li a:active, #ddcolortabs li a:active span{
color: #ffffff;
background-color: #67C1FF;
}

#ddcolortabs a:hover{
background-color: #67C1FF;
}

#ddcolortabs a:hover span{
background-color: #67C1FF;
}
#ddcolortabs a:active{
background-color: #67C1FF;
}

#ddcolortabs a:active span{
background-color: #67C1FF;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #67C1FF;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
background: #1A99D7;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
#ddcolortabsline a{
	color:white;
}


@media print {
.tabcontent {
display:block!important;
}