/*
Theme Name: Steckdose
Author: Julian Cordes
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color: #ffffff;
	text-align: center;
	margin:10px 0px 0px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
}
* html body {
	margin-top:-20px;
}

#complete {
	margin: 0pt auto;
	position: relative;
	width: 1024px;
	text-align:left;
	height: auto !important;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

#anzeige_bereich {
	float:left; 
	margin:9px 0px 0px 5px;
}

* html #anzeige_bereich {
	margin:38px 0px 0px 5px;
}	


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1.pagetitle {
	margin-top:20px;
	margin-bottom:10px;
}

#sidebar h2 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	}



.entry p a:link, .entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	text-align: left;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


.menu_mitte h2 {
	color:#FF8238;
	font-size:11pt;
	/*margin:8px 0pt 5px 4px;*/
}


/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-right: 10px;
	}

.alignleft {
	float: left;
	margin-left: 10px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 25px;
	list-style: none;
	text-indent: -10px;
	list-style-position: outside;
	}
html>body .entry ul p {
	text-indent: 0px;	
}

* html .entry ul {
	padding-left: 40px;
	font-size: 12px;
	list-style-position: outside;
}

*+html body .entry ul {
	padding-left: 50px;
} 
 
* html .entry ol {
	padding-left: 50px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	font-size:12px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 32px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	font-size:12px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 295px;
	float:left;
	text-align:left;
	margin-top:20px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 25px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	}

blockquote p {
	margin-left: 5px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #000;
	}

/* End Various Tags & Classes*/


/* Steckdosen CSS */
#main {
	text-align: left;
	width:830px;
	position:relative;
	margin: 0 auto;
	float:left;
}

#logo_steckdose {
	float:left;
	/*padding: 10px 0px 10px 15px;*/
	z-index:1;
	position:absolute;
	top:25px;
	left:15px;
}
* html #logo_steckdose {
	float:left;
	/*padding: 10px 0px 10px 15px;*/
	z-index:1;
	position:relative;
	top:50px;
	left:15px;
}
#space{
	float:left;
	padding-top:65px;
}

#bild_rechts {
	float:right;
	z-index:0;
	position:absolute; 
	top:0px; 
	left:325px;
}
* html #bild_rechts {
	float: right;
	position:relative; 
	left:0px;
	top:0px;		
}
#bild_rechts_unten{
	background-image:url(http://www.steckdose.de/img/bild_rechts_unten.gif);
	background-repeat:no-repeat;
	height:188px;
		
}
/*
#navi_oben_rechts {
	background-color:#9AA2AB;
	width:214px;
	height:22px;
	float:right;
	z-index:1;
	position:absolute; 
	top:0px; 
	left:616px;
}
*+html #navi_oben_rechts {
	background-color:#9AA2AB;
	width:214px;
	height:22px;
	float:right;
	z-index:1;
	position:absolute; 
	top:0px; 
	left:616px;
}
* html #navi_oben_rechts {
	float:right;
	position:relative; 
	top:0px; 
	left:505px;
	background-color:#9AA2AB;
	width:214px;
	height:22px;
	z-index:1;
	
}

#navi_oben_rechts ul {
	font-size: 9pt;
	color:#FFFFFF;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0px;
	padding:4px 0px 0px 0px;
}
#navi_oben_rechts li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 4px;
}
a.navi_oben_rechts {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}
a.navi_oben_rechts:hover {
	color: #FF8238;
	text-decoration: underline;
}*/

#navi_oben_rechts {
	background-color:#9AA2AB;
	width:185px;
	height:22px;
	float:right;
	z-index:1;
	position:absolute; 
	top:0px; 
	left:645px;
}
*+html #navi_oben_rechts {
	background-color:#9AA2AB;
	width:200px;
	height:22px;
	float:right;
	z-index:1;
	position:absolute; 
	top:0px; 
	left:630px;
}
* html #navi_oben_rechts {
	float:right;
	position:relative; 
	top:0px; 
	left:505px;
	background-color:#9AA2AB;
	width:200px;
	height:22px;
	z-index:1;
	
}

#navi_oben_rechts ul {
	font-size: 9pt;
	color:#FFFFFF;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0px;
	padding:4px 0px 0px 0px;
}
#navi_oben_rechts li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 5px;
}
a.navi_oben_rechts {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}
a.navi_oben_rechts:hover {
	color: #FF8238;
	text-decoration: underline;
}


img {
	border:0;
}

form {
	font-size:12px;
}
iframe {
	border: 0;
}

/* Menu */

#menus_left {
	float:left;
	margin-top:0px;
	width:185px;	
}
#menus_right {
	float:right;
	width:179px;
	margin-top:0px;
}

.menu {
	width:179px;
}
.menu_oben {
	background-image:url(http://www.steckdose.de/img/menu_oben.gif);
	background-repeat:no-repeat;
	height:20px;
}
.menu_oben_blog {
	background-image:url(http://www.steckdose.de/img/menu_oben_blog.gif);
	background-repeat:no-repeat;
	height:20px;
}
.menu_mitte {
	background-image:url(http://www.steckdose.de/img/menu_mitte.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 0px;
}
.menu_mitte_right {
	color: #6E6E6E;
	background-image:url(http://www.steckdose.de/img/menu_mitte.gif);
	background-repeat: repeat-y;
	padding: 0px;	
	margin:0px;
}
.menu_unten {
	background-image:url(http://www.steckdose.de/img/menu_unten.gif);
	background-repeat:no-repeat;
	height:7px;
}
.menu_mitte ul {
	margin: 0px;
/*	margin: 5px 0 0 11px;*/
	list-style:none;
	list-style-image:none;
	padding: 5px 5px 5px 7px;
	list-style-position: inside;
}
* html .menu_mitte ul {
	margin: 0px;
	padding: 5px 0px 0px 5px;
/*	margin: 5px 0 0 11px;*/
	list-style:none;
	list-style-image:none;
	list-style-position: outside;	
}
*+html .menu_mitte ul {
	margin: 0px;
	padding: 5px 0px 0px 5px;
/*	margin: 5px 0 0 11px;*/
	list-style:none;
	list-style-image:none;
	list-style-position: outside;	
}
/*.menu_mitte_right ul {
	margin: 0px;	
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;	
}

* html .menu_mitte_right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding:5px 0px 0px 5px;	
}
*+html .menu_mitte_right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding:5px 0px 0px 5px;	
}*/
.menu_mitte_right ul {
	margin: 0px;	
	/*list-style-image:none;*/
	list-style-position:inside;
	list-style-type:none;
	padding-left: 20px;
	text-indent:-18px;	
	padding-right:3px;
}
* html .menu_mitte_right ul {
	/*list-style-image:none;*/
	list-style-position:inside;
	/*list-style-type:none;*/
	/*margin: 0px;*/
	/*padding:0px 0px 0px 5px;*/		
}
*+html .menu_mitte_right ul {
	/*list-style-image:none;*/
	list-style-position:inside;;
	/*list-style-type:none;*/
	/*margin: 0px;*/
	/*padding:5px 0px 0px 5px;*/	
}
.menu_mitte li {
	color: #6E6E6E;
	margin: 6px 0px 0px 0px;	
	list-style:none;		
}
* html .menu_mitte li {
	color: #6E6E6E;
	margin: 0px;
	padding:5px;			
}
*+html .menu_mitte li {
	color: #6E6E6E;
	margin: 0px;
	padding:5px;			
}
/*
.menu_mitte_right li {
	font-size:9pt;
	margin: 10px 0px 0px 0px;		
}
* html .menu_mitte_right li {
	font-size:9pt;
	margin: 0px;
	padding: 5px;		
}
*+ html .menu_mitte_right li {
	font-size:9pt;
	margin: 0px;
	padding: 5px;		
}*/
.menu_mitte_right li {
	font-size:9pt;
	margin: 10px 0px 0px 0px;		
}
* html .menu_mitte_right li {
	font-size:9pt;
	margin-top: 7px;
	/*padding: 5px;*/
	padding-bottom:5px;		
}
*+html .menu_mitte_right li {
	font-size:9pt;
	margin-top: 7px;
	padding-bottom:5px;
}
a.field_information{
	text-decoration:none;
	color:red;
}
 
.field_information span{
	display:none; 
}
 
.field_information:hover span{
	display:block;
	background-color:white;
	position:absolute;
	margin-top:-20px;
	z-index:200;
	text-decoration:none;
	color:black;
	padding:5px;
	border:1px solid black;
	font-size:10px;
}

/* LOGO ueber inhalt*/

#logo_oben2 {
	width:830px;
	float:right;
	margin:0px;
}



/* Inhalt */
#inhalt {
	width:455px;
	float:left;
	padding-right:10px;
	margin-top:10px;
}
* html #inhalt {
	width:448px;
	float:left;
	padding-right:10px;
	margin-top:10px;
}
*+html #inhalt {
	width:455px;
	float:left;
	padding-right:10px;
	margin-top:10px;
}

.inhalt_oben_iframe {
	/*background-image:url(http://test.steckdose.de/img/rechner_iframe_oben.gif);
	background-repeat:no-repeat;*/	
}

.inhalt_mitte {
	/*background-image:url(http://www.steckdose.de/img/rechner_iframe_mitte.gif);
	background-repeat: repeat-y;*/
	padding: 0px 0px 0px 0px;
}

.inhalt_mitte_iframe {
	float:right;
	left:325px;
	position:absolute;
	top:0px;	
	/*background-image:url(http://test.steckdose.de/img/rechner_iframe_mitte.gif);
	background-repeat: repeat-y;*/
	padding: 0px 0px 0px 0px;
}
.inhalt_unten_iframe {
	background-image:url(http://www.steckdose.de/img/rechner_iframe_unten.gif);
	background-repeat:no-repeat;
	height:7px;
}


#trennlinie {
	/*background-image:url(../img/trennlinie_inhalt.gif);*/
	/*background-repeat:repeat-x;*/
	padding: 0px 0px 10px 8px;
	margin:0px;
}

.red {
	color:red;
}

.admin {
	color:#FFBE00;
	font-size: 14px;
	font-weight: bold;
}

p {
	/*color:#145DA2;*/
	/*font-family:Arial,Helvetica,sans-serif;*/
	line-height:18px;
	padding: 3px 0 7px 0;
	margin: 5px;
}
ol p {
	margin-left: 40px;
	padding-bottom: 0px;
}
*+html ol p {
	margin-left: 0;
}
* html ol p {
	margin-left: 0;
}
h1 {
	color: #FF8238;
	font-size: 14pt;
	font-weight:bold;
	margin: 0px 0px 0px 4px;
}
h1_verlinkung_blog {
	color: #FF8238;
	font-size: 14pt;
	font-weight:bold;
	margin: 0px 0px 0px 4px;
}
h2 {
	font-size: 16px;
	margin: 8px 0 5px 4px;
}
h3 {
	color: #FF8238;
	font-family:VerVerdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 3px 0 0 4px;
}
.menu_mitte h3 {
	font-size: 14px;
	margin: 0px;
}
.menu_mitte_right h3 {
	font-size: 14px;
	margin: 0px;
}
.menu_oben h3 {
	font-size: 11pt;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 0px 0px;
}

ol h3 {
	margin-top: 10px;
}
h4 {
	font-size: 12px;
	margin: 3px 0 0 4px;
}
li h4 {
	margin: 0;
}
.rot {
	color: #F21C0A
}
a {
	/*font-size: 12px;*/
	color: #1770C6;
	text-decoration: none;
}
/*a {
	color: #6E6E6E;
	text-decoration: none;
	font-size: 9pt;
}
a:hover {
	color: #145da2;
	text-decoration: underline;
}

a.navi {
	color: #6E6E6E;
	text-decoration: none;
	font-size: 9pt;
}
a.navi:hover {
	color: #145da2;
	text-decoration: underline;
}*/
a {
	color: #6E6E6E;
	text-decoration: none;
	/*font-size: 9pt;*/
}
a:hover {
	color: #FF8238;
	text-decoration: underline;
}

a.navi {
	color: #6E6E6E;
	text-decoration: none;
	font-size: 9pt;
}
a.navi:hover {
	color: #FF8238;
	text-decoration: underline;
}
a.navi_blog_report {
	color: #6E6E6E;
	text-decoration: none;
	font-size: 9pt;
	margin:-4px;
}
a.navi_blog_report:hover {
	color: #FF8238;
	text-decoration: underline;
	font-size: 9pt;
	margin:-4px;
}
* html a.navi_blog_report {
	color: #6E6E6E;
	text-decoration: none;
	text-indent:-14px;
	font-size: 9pt;
	margin:-2px;
}
* html a.navi_blog_report:hover {
	color: #FF8238;
	text-decoration: underline;
	font-size: 9pt;
	margin:-2px;
	padding:0px
}
*+html a.navi_blog_report {
	color: #6E6E6E;
	text-decoration: none;
	text-indent:-14px;
	font-size: 9pt;
	margin:-2px;	
}
*+html a.navi_blog_report:hover {
	color: #FF8238;
	text-decoration: underline;
	font-size: 9pt;
	margin:-2px;	
}
ul {
	margin: 5px 0 0 11px;
	list-style:none;
	list-style-image: url(http://www.steckdose.de/img/feil.gif);
	padding: 5px 5px 5px 7px;
	list-style-position: inside;
}


.inhalt_mitte li {
	list-style-position: outside;
	margin-left: 40px;
}

ol {
	padding: 0px;
	margin: -10px 0 0 10px;
}
textfield {
	width: 100px;
}

.right {
	float: right;
}
.left {
	float: left;
}

#tarifrechner_header{
	padding:0px 0px 13px 0px;	
}

#rechnerdiv {
	position: absolute;
	top:10%;
	left:50%;
	width:650px;
	margin-left: -325px;
	height:600px;
    z-index:1;
	background-color:#fff;
	border: 2px #000 solid;
	display: block;
}
.togglelink {
	font-size:60px;
}
a:hover.togglelink  {
	text-decoration: none;
} 

#rechner {
	float:left;
	margin:0px 0px 0px 0px;
	width: 440px;
	height: 168px;
	/*border: 1px #ccc solid;*/
	display: block;
	padding-left:6px;
}
.rechner_oben {
	background-image:url(http://www.steckdose.de/img/rechner_oben.gif);
	background-repeat:no-repeat;
	height:8px;	
	font-size:0px;
}
* html .rechner_oben {
	background-image:url(http://www.steckdose.de/img/rechner_oben.gif);
	background-repeat:no-repeat;
	height:6px;	
}
*+html .rechner_oben {
	background-image:url(http://www.steckdose.de/img/rechner_oben.gif);
	background-repeat:no-repeat;
	height:4px;		
}
.rechner_mitte {
	background-image:url(http://www.steckdose.de/img/rechner_mitte.gif);
	background-repeat: repeat-y;
	width: 436px;	
	display: block;	
}
.rechner_unten {
	background-image:url(http://www.steckdose.de/img/rechner_unten.gif);
	background-repeat:no-repeat;
	height:11px;	
}

.ComTable_new td {
	padding:4px 17px 8px 0px;
	/*line-height: 12px;*/		
}
.ComCellLeft_new {
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	border-bottom: 0px;
}

.ComCellRight_new {
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
	border-bottom: 0px;
}

div.FrameContent_new {
	border: 1px solid #a2abb5;
}

div.FrameContentPadding_new {
    	padding: 3px;
}

.ComFormText,
.ComFormTextOver, 
.ComFormTextFocus,
.ComFormTextBlur {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	padding: 1px 1px 1px 4px;
}

.ComFormSelect,
.ComFormSelectOver, 
.ComFormSelectFocus,
.ComFormSelectBlur {
	color: #000000;
	font-size: 10pt;
}

.FormSelect,
.FormSelectOver {
	border: 1px solid #D1D1D1;
	color: #000000;
	font-size: 10pt;
}

.ComFormButton,
.ComFormButtonOver {
	background-color: #FF8238;
	border: 1px solid #A6A6A6;
	background-image:url(http://www.steckdose.de/img/rechner_start.gif);
	background-repeat:no-repeat;
	background-position:right center;	
	color: #FFFFFF;
	padding: 0px 3px;
	width:112px;
	text-align:left;
	font-size:11pt;				
}

#tarifrechner {
	margin:3px;
	padding:10px;
}

#tarifrechner label{
	display:block;
	width:180px;
	float:left;
	height:30px;
	text-align:right;
	padding:3px 10px 0px 0px;
}

#tarifrechner br {
	clear:both;
}

#tarifrechner .richtwerte{
	padding-right:20px;
	margin-left:10px;
	display:block;
	float:right;
}

#tarifrechner .richtwerte .info{
	background-color:white;
	position:absolute;
	line-height:20px;
}

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	
	text-decoration: none; 
	color: #2e6ab1;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}
 
