/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 10px 0 10px 0; font: bold 1.2em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { margin: 0; padding: 10px 0 5px 0; font: bold 1.3em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #75A8BB;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 1.0em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 28px; float: right; color: #808080; background: #fff; margin: 12px 5px 6px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 74px; padding: 10px 22px; margin: 0 0 0 8px; height: 47px; background: #fff url(images/lb.gif) no-repeat; color: #000; }


/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 12px;
		margin-right: 2px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

.breadcrump { 
	padding: 0 0 5px 8px; 
	background: transparent;
	border-bottom: 1px solid #75A8BB;
}

.breadcrump a { 
	clear: both;
	font-size: 0.9em;
	height: 20px; 
	color: #808080;
	margin: 0;
	padding: 0 0 0 3px; 
	background: transparent;
	text-decoration: none;	
}

.breadcrump a:hover { color: #2F637A; background: inherit; text-decoration: underline;}

.breadcrump img {padding: 0 0 0 3px; no-repeat center;}

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 640px;
	height: 165px;
	background: #B0D0DC url(images/header2.jpg) no-repeat;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
}
	#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg2.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 140px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0    15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}


/* header */

.top_box {
		height: 60px;
		width: 280px;
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		margin: 0 0 0 0;
	}


/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 5px 0px 5px 0px;
		border-top: 1px solid #75A8BB;
	}
	
	.left_articles h1 {	font: bold 1.4em Arial, Sans-Serif; padding: 8px 0 0 10px; margin: 0; letter-spacing: -1px; color: #414141;}
	
	.date { font-size: 0.9em; padding: 0 0 7px 10px; background: transparent; }
		
	.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #fff;
			color: #000;
			width: 150px;
			height: 130px;
			margin: 5px 10px 10px 0;
	}
			
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
	
	.tthirds {
		float: left;
		width: auto;
		padding: 0 10px 0 15px;
	}
	
	.tthirds p { padding: 0 0 0 0; margin: 5px 0 0 333px; }
	
.left_contentbox_small {float: left; width: 295px; height: auto; margin: 0 10px 10px 0; color: #000; background-color: #F9F9F9; padding: 5px; border: 1px solid #CCCCCC; }		

.left_contentbox_big {width: 623px; height: auto; margin: 0 10px 10px 0; color: #000; background-color: #F9F9F9; padding: 10px 5px 10px 5px; border-left: 1px solid #BED4DE; border-right: 1px solid #BED4DE; border-top: 1px solid #BED4DE; border-bottom: 10px solid #BED4DE;}
.left_contentbox_head h2 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 1.1em; padding: 3px 0 3px 5px; margin: 15px 0 0 0; font: bold; color: #FFFFFF; background-color: #BED4DE;}

			
/* package thirds */
	.bthirds { float: left; width: 198px; background: #eee; margin: 5px 5px 15px 6px; color: #5d5d5d; }
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(images/smallbox.gif) no-repeat bottom left; color: #444; padding: 0 0 10px 10px; }
	.smallbox p { padding: 0 12px 10px 0; margin: 0; line-height: 16px;}
	.smallbox h3 { font-size: 11px; padding: 0px 5px 0 0; margin: 0 0 7px 0; font: bold; color: #72A6BC;}
	.smallbox h5 { font-size: 11px; padding: 12px 12px 0 0; margin: 0 0 7px 0; font: bold; color: #72A6BC;}
	.smallbox h6 { font-size: 11px; padding: 0 12px 0 0; margin: 0 0 7px 0; font: bold; color: #E0691A;}
	
	
	.smallbox a {	color: #414141;	background: inherit;}
	.smallbox a:hover { color: #6C757A; background: inherit;}
	.smallbox ul { margin: 0; padding : 0 8px 0 0; list-style : none; }
	.smallbox li {list-style: url(images/img/lir.gif); margin-left: 18px;	color: #454545;	line-height: 16px;}
		
	.bpoints ul { margin: 0; padding : 8px 8px 12px 0; list-style : none; }
	.bpoints li {list-style: url(images/img/lir.gif); margin-left:15px;	color: #454545;	line-height: 16px;}
	
	.bpointsmin li {list-style: url(images/img/lir.gif); margin: 0 0 5px 15px;	color: #454545;	line-height: 15px;}
	.bpointsmin h2 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 1.1em; padding: 0 12px 0 0; margin: 0 0 7px 0; font: bold; color: #FFFFFF; background-color: #75A8BB;}
	.bpointsmin h3 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 1.0em; padding: 0 12px 0 0; margin: 0 0 7px 0; font: bold; color: #206888;}
	
	
	
	.notes { font-size: 10px; padding: 0 0 12px 0; margin: 0; color: #797777; font-family: Arial, Helvetica, sans-serif; line-height: 14px;} 
		
	
/* site map */
.sitemap h1 { font-size: 1.0em; padding: 4px 0 0 10px; margin: 0 0 2px 0; font: bold; color: #fff; background-color: #B2D0DA; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; height: 18px;}
.siteback { background: #E3EDF1; padding: 5px 0 5px 0; margin: 0 0 12px 0;}		
.siteback p { padding: 0px 10px 0px 10px; margin: 0 0 2px 0; }
.arrow3 { padding: 0 0 0 10px; margin: 0; }
.arrow4 { padding: 0 0 0 20px; margin: 0; }

	
/* Table Layout */
	
table {
 font-size:1.0em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}

caption {
 font-size: 16px;
 color: #70A7BC;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}

thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px; 
 height:25px;
 background-color: #a3c159;
 font-weight: normal;
}

tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weight: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}

tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}

tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}

tbody th {
 text-align:left;
 padding:2px;
}

tbody td a, tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(offer_link.gif) no-repeat 0% 50%;
 padding-left:0;
 text-align:left;
}

tbody td a:hover, tbody th a:hover {
 color:#70A7BC;
 text-decoration:none;
}
		
.odd {
 background-color:#fff;
}

.row {
 background-color:#E6EED6;
}		

/* left side */	

	#leftnav {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 0 10px 0;
	background: #eee;
	color: #454545;	
}
	
	
	.left_navibox {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;		
	}
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;		
	}
	
	.right_articles {line-height: 17px;}
		
	.image { float: left; margin: 0 9px 3px 0; }
	.faq {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(images/notes.gif) no-repeat center left;
		color: #454545;
	}
	
	/* right ads */
	#rightadspace {
	float: right;
	width: 310px;
	height: auto;
	margin: 0;
}
	.right_ads {
		width: 306px;
		height: auto;	
		border: 1px solid #ccc;
		padding: 4px 0 0 3px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;		
	}
	
	.g_ads {
		width: 306px;
		height: auto;	
		border: 1px solid #ccc;
		padding: 4px 0 0 4px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;		
	}
	
	.g_ads_fullsize {
		width: 500px;
		height: auto;	
		padding: 20px 0 0 0;	
		margin: 0 0 10px 0;
		background: transparent;
}
	
	.anzeige p{width: 300px; background: #eee; border: 1px solid #ccc; font-size: 10px; padding: 0 9px 0 0; margin: 0 0 5px 0; color: #797777; font-family: Arial, Helvetica, sans-serif; text-align: right;} 	
	
		
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
	
.bookmarking { 
	background: #f4f4f4;
	clear: both;
	text-align: left;
	color: #808080;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px 15px 8px 15px;
	margin: 0 0 15px 0;
	line-height: 0.8em;
}

.bookmarking a { color: #fff; background: #fff;}


/* ######### Content Spread ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 12px;
margin-bottom: 0;
font: bold 1.0em Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #ACB6C0;
color: #2d2b2b;
background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* Tooltip */
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
color: #414141; 
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 25px;
left: 0;
width: 200px;
z-index: 100;
color: #414141;
border: 1px solid;

border: 1px solid #E08850;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font: 10px Arial, sans-serif;
font-style: Normal;
text-align: left;
}




