/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-tabs {padding: .2em;}
.ui-tabs-nav { padding: .2em .2em 0 .2em;  position: relative; }
.ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
.ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; border-style:solid; border-left-color:black;border-right-color:black;border-top-color:black;border-bottom-color:white;border-width:1px;background:white}
.ui-tabs-panel { padding: 1em 1.4em;  display: block; border: 0; background: none; border-style:solid;border-color:black;border-width:1px;}
.ui-tabs-hide { display: none !important; }
.ui-corner-top {background:#e9e9e9;}
.ui-state-default {border-style:solid; border-color:black; border-width:1px;}
/* ----------------------------------------------------------------------------------------------------------- */
#navi>menu + menu {
	background:/*#f3d7bf;*/
	#E9E9E9;
	margin-top:0em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	/*border-top-style:solid;
	border-top-width:1px;
	border-top-color:#d77a2d;*/
	}
#navi>menu + menu>li{
	display:inline; 
	padding-right:1em;
	padding-left:1em;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:white;
	/*#af251c;*/
	padding-top:0.1em;
	padding-bottom:0.1em;
	border-bottom-style:none;
	
	}
#navi>menu + menu>li:hover {
	background:white;
	}
#navi>menu + menu>li>a{
	color:white
	/*#164872;*/
	/*#af251c;*/
	font-weight:normal;
	}
#navi>menu + menu>li>a:hover{
	color:gray;
}

#navi>menu {
	width:100%;
	background-image:url(images/menu-bg-dsl-co.jpg);
	background-repeat:repeat-x;
	padding:0em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0em;
	text-align:left;
	padding-top:1.1em;
	padding-bottom:1.1em;
	font-size:1.2em;
	}
#navi>menu>li { 
	display:inline;
	padding:1em;
	/*background:#333333;*/
	margin-right:1em;
	text-align:center;
	border-style:none;
	}
#navi>menu>li:hover { 
	background:white;
	color:black;
	}
#navi>menu>li>a {
	/*color:white;*/
	color:#d77a2d;
      /*#164872;*/
	text-decoration:none;
	font-weight:bold;
	}
#navi>menu>li>a:hover {
	color:#d77a2d;
	}
#content {
	float:left;
	padding-left:2em;
	width:600px;
	background:white;
	line-height:1.5em;
	}
#sidebar {
	float:right;
	width:350px;
	margin-right:0;
	margin-top:1em;
	}
menu>li:hover{
	background:#E9E9E9;
}
menu>li{
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

menu>li>a{
	color:#444444;
	text-decoration:none;
}	

menu {
    list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0;
	margin-top:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
div.hmenu{
width:600px;
}

.hmenu menu>li:hover{
	background:#E9E9E9;
}
.hmenu menu>li{
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	padding-bottom:0.5em;
	padding-top:0.5em;
	width:190px;
	float:left;
	margin-left:9px;
}

.hmenu menu>li>a{
	color:#444444;
	text-decoration:none;
}	

.hmenu menu {
    list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0;
	margin-top:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}


#sidebar ul>li:hover{
	background:#E9E9E9;
}
#sidebar ul>li{
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

#sidebar ul>li>a{
	color:#444444;
	text-decoration:none;
}	

#sidebar ul {
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0;
	margin-top:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}


p {
	font-size:1em;
}

h1 {
	font-size:1.5em;
	color:#164872;
	}
h2 {
	font-size:1.3em;
	color:#164872;
	border-bottom: 2px dotted #164872;
	margin-top:0;
	}
	
table.tarif h3 {
	font-size:1.2em;
	color:#164872;
	margin-top:0;
	margin-bottom:0;
}
h3 {
	font-size:1.2em;
	color:#164872;
}
h4 {
	font-size:1.1em;
	color:#164872;
	font-weight:bold;
}
h3 a{
	text-decoration:none;
}
h4 a{
	text-decoration:none;
}
h5 a{
	text-decoration:none;
}
body {
	padding:0;margin:0;
	font-family: Verdana;
	font-size:13px;
	width:980px;
	margin:auto;
	background:#e9e9e9;
	/*background:#B6D7F1;*/
	/*
	#D77A2D;
	#B6D7F1;
	#a9a9a9;*/
	}
.title{
   background:#E9E9E9;
   border-style:none;
   margin-top:1em;
}
.title a{
	text-decoration:none;
}
.date{
	color:grey;font-size:0.6em;margin:0;
}
.footerLink>hr{margin:0;padding:0;}
.footerLink>p{
	color:grey;
}
.footerLink>p>a{
	color:#164872;
	font-weight:bold;
}
.anotations>p.legal{
	color:white;
	font-size:13px;
}
.anotations>p.legal>a{
	color:white;
	font-weight:bold;
	margin-right:3em;
}

.anotations>p{
	color:white;
}
.anotations>p>a{
	color:white;
	font-weight:bold;
}
div.footerLink{
	margin-top:1em;
	/*border-top-style:solid;border-top-width:1px;border-top-color:dimgray;*/
	/*margin-left:1em;*/
	clear:both;
	background:#222222;
	color:#CCCCCC
}
td.footerLink{
	font-size:0.8em;padding:1em;vertical-align:top;
}
div.anotations{
	padding-top:1em;padding-left:1em;font-size:10px;color:white;
	background-image:url(images/footer-bg.jpg);clear:both;
	/*border-top-style:solid;border-top-width:1px;border-top-color:dimgray;*/
}
div.header{
	margin:0;padding-top:1px;padding-bottom:1px;
	background:#E9E9E9;margin-bottom:1em;
}
div.header2{
	margin:0;padding-top:0;padding-bottom:0px;
	background:url('images/headerbg.jpg') #d77a2d;
}
.feed {
	list-style-image:none;
	background:url(blog/wp-content/themes/paalam-11/img/icon_feed.gif) no-repeat left 3px;
	padding:3px 17px; 
}


div.header>p{
	margin:0;padding:0;
}
menu.sidebar{
	list-style-type:none;margin:0;
}
ul.news{
	 list-style-type:none;
	 list-style-position:outside;
	 padding:0;
	 margin:0;
}
a img {
border:0 none;
}
ul.news>li:hover{
	background:#E9E9E9;
}
ul.news>li{
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

ul.news>li>a{
	color:#444444;
	text-decoration:none;
}
div.header>p>a{
	color:dimgray;
}
p.anot{
	color:grey;line-height:1.2em;
}
tr.tarifdaten{
	background:#E9E9E9;
}
td.tarifdaten{
	color:dimgrey;font-size:0.8em;
}
tr.tipp {
	background:#E9E9E9; 
}
td.tipp {
	background:#E9E9E9;
	border:2px solid #af251c;
}
div.bggrey {
	background:#E9E9E9;
	padding-left:0.5em;
	padding-right:0.5em;
	margin-top:1em;
	border-style:solid;
	border-width:1px;
	border-color:black;
}
div.bggrey>p {
}
div.adsense{
	position:absolute;
 	left:820px; top:160px; width:130px;
}
a {
/*color:#af251c;*/
color:#164872;
}
ul.footerSitemap{
	padding:0;
	width:180px;
	float:left;
	list-style-type:none;
	margin-right:2em;
}
ul.footerSitemap2{
	padding:0;
	margin-top:3em;
	width:300px;
	float:left;
	list-style-type:none;
	margin-right:2em;
}
ul.footerSitemap li {
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#CCCCCC;
padding:0.5em;
}
ul.footerSitemap2 li {
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#CCCCCC;
padding:0.5em;
}
ul.footerSitemap li:hover { background:white }
ul.footerSitemap2 li:hover { background:white; }

ul.footerSitemap li a.first{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
ul.footerSitemap li a{
	color:#CCCCCC;
	text-decoration:none;
}

ul.footerSitemap2 li a{
	color:#CCCCCC;
	text-decoration:none;
}
p.last{
}
.tarife {
width:600px;
}
.tarife th { 
border: thin dotted;
border-color:#E9E9E9;
background-color:#E9E9E9;
}
.tarife tr:hover{
background:#E9E9E9;
}
.tarife td { 
border: thin dotted;
border-color:#E9E9E9;
 }

/* tabs */
 
#sidebar ul.idTabs a {
background: none repeat scroll 0;
background-image:url(images/menu-bg-dsl-co.jpg);
color:#D77A2D;
text-decoration:none;
padding:0.3em;
border-style:none;
margin:0px;
}
#sidebar ul.idTabs a.selected {
background: none repeat scroll 0;
background-image:url(images/headerbg_old.jpg);
color:black;
padding:0.3em;
border-style:none;
}
#sidebar ul.idTabs li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#sidebar div.idTabContent{
padding:0.5em;
margin-left:1px;
margin-right:1px;
border-style:solid;
border-width:2px;
border-color:#e19c63;
}
#sidebar ul.idTabs {
padding:0;
font-size:15px;
}
div.anbieterLink {
background-image:url(images/headerbg_old.jpg);
border:none;
float:right;
font-size:1.2em;
margin-bottom:1em;
margin-right:1em;
margin-top:1em;
padding:0.5em 2em;
font-weight:bold;
}
