body{font-family:Verdana,Arial,Helvetica,sans-serif;margin:0px;}
h1{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12pt;color:#ffffff;}
h2{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10pt;color:#ffffff;}
h5{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10pt;color:#ff0000;}
p,td{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt;color:#ffffff;}
a{font-family:Verdana,Arial,Helvetica,sans-serif;color:#FDC200;}
a.nodec{font-family:Verdana,Arial,Helvetica,sans-serif;color:#FDC200;text-decoration:none;}
a.navi{font-family:Verdana,Arial,Helvetica,sans-serif;color:#ffffff;text-decoration:none;}

table.vergleich {
border-collapse: collapse;
border: 1px solid #CCCCCC;
margin: 10px 0;
}
table.vergleich th, table.vergleich td {
padding: 4px;
border: 1px solid #CCCCCC;
}
table.vergleich td {
text-align: right;
}
table.vergleich tr.high td {
font-weight: bold;
color: #FFFFFF;
background: #FF0000;
}

table.content p {
	line-height: 140%;
}

/* Navigationen */
/* topNav */

/*** ESSENTIAL STYLES ***/
#topNav {
	position: relative;
	left: 32px;
	bottom: 27px;
	width: 100%;
	height: 31px;
	/*background: #FDC200;*/
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #666666;
	border-top:		1px solid #666666;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333333;
}
.sf-menu li {
	background:		#EDC90C;
}
.sf-menu li li {
	background:		#EDC90C;
}
.sf-menu li li li {
	background:		#EDC90C;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#E9B303;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* TabNavigation */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -90px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -60px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -30px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    position: relative;
    border-top: 1px solid #666666;
    padding: 1em 8px;
    background: #EDC90C; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/images/loading.gif) no-repeat 0 50%;
}
.tabs-container p, .tabs-container a, .tabs-container h1 {
	color: #202020;
}
.tabs-container a {
	font-weight: bold;
	text-decoration: underline;
}
.tabs-container a.weiter {
	position: absolute;
	right:0;
	bottom:0;
	display: block;
	width: 80px;
	height: 20px;
	background: url(/images/zumtarif.gif) no-repeat;
}

/* Shiny Buttons */
.shiny_buttons {
    list-style: none;
    margin: 20px 0;
    padding: 0 0 0 4px;
}
.shiny_buttons:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.shiny_buttons li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 160px; /* be nice to Opera */
}
.shiny_buttons a, .shiny_buttons a span {
    display: block;
    padding: 0 10px;
    background: url(/images/shiny_button_yellow.png) no-repeat;
}
.shiny_buttons a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.shiny_buttons a:hover, .shiny_buttons a:focus, .shiny_buttons a:active {
    background-position: 100% -99px;
    outline: 0; /* prevent dotted border in Firefox */
}
.shiny_buttons a {
    background-position: 100% -66px;
}
.shiny_buttons a span {
    width: 120px; /* IE 6 treats width as min-width */
    min-width: 120px;
    height: 33px; /* IE 6 treats height as min-height */
    min-height: 33px;
    padding-right: 0;
}
*>.shiny_buttons a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.shiny_buttons a:hover span, .shiny_buttons a:focus span, .shiny_buttons a:active span {
    background-position: 0 -33px;
}
.shiny_buttons a span {
    background-position: 0 0;
}
.shiny_buttons a:hover, .shiny_buttons a:focus, .shiny_buttons a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* addThis Button */
#addThis {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto;
}
/* advantages */
#advantages {
	padding-left: 20px;
}