/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background: #FFFFFF url(images/img04.gif) repeat-x;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #7F7772;
	}


h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h4 {
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
/*	color: #FFBF23; old color */
	color: #3DD600
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

/*
img {
	border: 1px solid #B2B2B2;
}
*/
img.left {
	float: left;
	margin: 0 15px 0 0;
	border: none;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

acronym {
	cursor: help;
}

code {
	font-size: 90%;
}

/* header */

#header {
	width: 890px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px; /*old 240px*/
	height: 80px; /*old 100px*/
	background: #FFBF23 url(images/img01_v2.gif) no-repeat left bottom;
}

#logo img {
	border: none;
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font: bold 24px Geneva, Arial, Helvetica, sans-serif
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(images/img03.gif) repeat-x left bottom;
}

/* Menu */

/* common styling */
#menu {width:550px; height:60px; position:relative; z-index:100; margin : -30px 0 0 460px;}
#menu ul li a {display:block; text-decoration:none; color:#000; width:80px; height:40px; text-align:center; background:#fff; color:#7F7772; overflow:hidden; font-weight:bold;}
#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left; position:relative;}
#menu ul li ul {display: none;}
#menu a {5px 20px 0 20px; line-height:40px;width:60px;}

/* specific to non IE browsers */
#menu ul li:hover a {color:#7F7772; background:#F9F8F1;}
#menu ul li:hover ul {display:block; position:absolute; top:39px; left:0; width:122px;}
#menu ul li:hover ul li a.hide {background:#EDEBD5; color:#fff; font-weight: normal;}
#menu ul li:hover ul li:hover a.hide {background:#EDEBD5; color:#000;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {display:block; background:#EDEBD5; color:#7F7772;font-weight: normal; text-align:left; font-size:12px;border:1px solid #fff;height:auto; width: 122px; line-height: 28px;}
#menu ul li:hover ul li a:hover {background:#F9F8F1; color:#7F7772;}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}


#menu li.active {
	background: #EDEBD5 url(images/img05.gif) no-repeat;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto 20px auto;
	background: url(images/img07.gif) repeat-y 250px 0;
}

#page-alt {
	width: 890px;
	margin: 0 auto 20px auto;
	/*background: url(images/img07.gif) repeat-y 260px 0;*/
}

/* Content */

#content {
	float: right;
	width: 630px;
}

#content-alt {
	float: right;
	width: 890px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 340px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 20px;
	background: url(images/img11.gif) no-repeat;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
	background: url(images/img12.gif) repeat-x left bottom;
}

#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EDEBD5 url(images/img08.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 98%;
}

/* tarifdetails */

.offer,.linkbox {
		font-size: 11px; 
		border: 1px solid #cccccc; 
		background-color: #CFF; 
		padding: 6px 4px 4px 4px;
		width: 688px;
		text-align: justify;
	}
	
	
	.offeralt {
		font-size: 13px; 
		border: 1px solid #cccccc; 
		background-color: #FFF; 
		padding: 4px;
		width: 698px;
		text-align: left;
	}
	
	.linkbox {
		text-align: left;
	}
	
	.tarifbeschreibung { width: 748px; text-align:justify;}
	.testbeschreibung { width: 748px; text-align:justify; font-size: 12px;}
	.tariftd { background-color: #FEBF24; color: #fff; padding: 2px 0 2px 5px;}
	.tarifdetails { 
		font-size: 12px;
		text-align: left;
		width: 700px;
	}
	
	img.left {
  		clear: both; 
  		float: left; 
  		margin: 6px 12px 0 0; 
  		padding: 1px; 
  }
  
  	img.right {
		clear: both; 
  		float: right; 
  		margin: 6px 0 0 12px; 
  		padding: 1px; 
  }
  
  	img.rightborder {
		clear: both; 
  		float: right; 
  		margin: 4px 0 0 26px; 
  		padding: 1px; 
		border: 3px solid #F9F8F1; 
	}

	img.noborder {
		border: none;
	}
	
	a.nolink {
		color: #666;
	}
	
	div.breadcrumb {
		margin: 0;
		padding: 0 0 6px 0;
		text-align: left;
	}
		
	div.breadcrumb a{
		color: #666;
		text-decoration:none;
		font-size: 11px;
	}

/* etc */

.tarif-info-box {
	width: 420px;
	font-size: 11px;
}

.addeuro:after {
content: " \20AC";
}

.tariftipp {
	font-size: 90%;
}

#bildboxrechts {
	float: right; 
	border: 3px solid #F2F2F2;
	text-align: center; 
	font-size: 12px; 
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 0 20px;
	background-color: #F2F2F2;
}

#zugangbox {
	border: 2px solid #F9F8F1;
	padding: 10px 20px 0px 10px;
	text-align:justify;
}

.openbox {
		font-size: 11px; 
		border: 1px solid #cccccc; 
		background-color: #CFF; 
		padding: 0;
}