/* 
	Theme Name: Revolution Code Blue
	Theme URL: http://www.revolutiontwo.com/themes/code-blue
	Description: Code Blue is a 3-column Widget-ready theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 3.0
	Tags: three columns, fixed width, white, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v3.0 - 12.01.08
		Third Release of Revolution Code Blue, to ensure compatibility with WordPress 2.7
*/

body {
	background: #fff url(images/bg.gif) repeat-x;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	width: 1024px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
a:hover {
	color: #7DAE12;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 1024px;
	height: 110px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
	
#header h1 {
	color: #91D4F2;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #91D4F2;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #91D4F2;
	text-decoration: none;
	}

.headerleft {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
    font-size: 13px;
	width: 524px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
.headerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: #1A4E88;
	width: 1024px;
	height: 30px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#navbarleft {
	width: 700px;
	height: 30px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 324px;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	text-shadow: 1px 1px 3px #666;
	}
	
#nav li a:hover, #nav li a:active {
	background: #4A7EB8;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #1A4E88;
	color: #FFFFFF;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -27px 0 0 162px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	linke Sidebar 					     		    * 
************************************************/
#sidebarleft {
	width: 160px;
	float: left;
	line-height: 20px;
	margin-right: 10px;
	padding: 10px 0px 20px 0px;
}

#sidebarleft h2 {
	background: #FFFFFF url(images/headline_right.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#sidebarleft p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebarleft ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebarleft ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebarleft ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebarleft ul li li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#sidebarleft ul li ul li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 1024px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#content h1, h2 {
	color: #2255AA;
	font-size: 24px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-shadow: 1px 1px 3px #666;
	}
	
#content h1,h2 a {
	color: #2255AA;
	text-decoration: none;
	}

#content h1,h2 a:hover {
	color: #7DAE12;
	text-decoration: none;
	}
	
#content h3 {
	color: #3366cc;
	font-size: 16px;
	border-bottom:1px dotted #000;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: bold;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	}
	
#content h4 {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
/************************************************
*	Inhalt mit rechter Sidebar (Startseite) 					     		    * 
************************************************/
#contentsidebar {
	float: left;
	width: 594px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 0px;
	}

/************************************************
*	Inhalt mit zwei Sidebars (Blog) 					     		    * 
************************************************/
#contentleft {
	float: left;
	width: 594px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 0px;
	}
	
/************************************************
*	Inhalt ohne Sidebar 					     		    * 
************************************************/
#contentpage {
	float: left;
	width: 854px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #BBBBBB;
	}
	
.postmeta {
	width: 500px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	border-top: 1px dotted #BBBBBB;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #4A7EB8;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
/************************************************
*	Homepage Bottom					     		* 
************************************************/

#tabelle {
	width: 854px;
	margin: 5px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	border-top: 3px solid #C0C0C0;
	}

#tabelle p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align:justify;
	}
	
#tabelle h1 {
	color: #2255AA;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#tabelle h2, #tabelle h3 {
		font-weight: bold; 
		font-size: 1.077em; 
		font-weight:bold;
        text-transform: uppercase; 
        letter-spacing: normal; 
        margin: 0 0 0.8em 0; 
        padding: 0.4em 2px; 
        border-bottom: 2px dotted #000;
	}
	
#tabelle h1 a, #tabelle h1 a:visited  {
	color: #2255AA;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#tabelle h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#tabelle img{
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
	}
	
#tabelle ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#tabelle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#tabelle_links {
	float: left;
	width: 280px;
	margin: 0px 0px 20px 0px;
	padding: 0px 2px 0px 0px;
	border-right: 1px solid #C0C0C0;
	overflow: hidden;
	}

#tabelle_links p {
	margin-bottom: 1em; 
	}
	
#tabelle_mitte {
	float: left;
	width: 280px;
	margin: 0px 0px 20px 0px;
	padding: 0px 2px 0px 5px;
	border-right: 1px solid #C0C0C0;
	overflow: hidden;
	}

#tabelle_mitte p {
	margin-bottom: 1em; 
	}
	
#tabelle_rechts {
	float: right;
	width: 280px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#tabelle_rechts p {
	margin-bottom: 1em; 
	}


/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 160px;
	margin:  0px 10px 0px 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	}
	
#l_sidebar h2 {
	background: #FFFFFF url(images/headline_left.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}
	
#l_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	}
	
#r_sidebar h2 {
	background: #FFFFFF url(images/headline_right.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
	
/************************************************
*	Page Sidebar 					     	    * 
************************************************/
	
#page_sidebar {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	}
	
#page_sidebar h2 {
	background: #FFFFFF url(images/headline_right.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#page_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#page_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#page_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#page_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#page_sidebar ul li li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#page_sidebar ul li ul li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #1A4E88;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 1024px;
	height: 50px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
	margin: 0px;	
	padding: 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footerleft {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
.footerright {
	width: 224px;
	float: right;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: right;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #1A4E88 url(images/submit.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#comment {
	background: #EAEAEA !important;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
/************************************************
*                                               *
* This CSS file contains EXAMPLE styles for the *
*   plugin WP-Table Reloaded by Tobias Bäthge!  *
*                                               * 
*  To use them, just copy them in to the box in *
*   the "Plugin Options" screen or add them to  *
*           your theme's "style.css".           *
*                                               *
*                   Thank you!                  *
*                                               *
************************************************/

/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of TableSorter 2.0 Plugin */

/* on how to change column widths, see below */

/* general table styles */
table.wp-table-reloaded {
	font-family:Arial, Tahoma, Verdana;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}


/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/

/************Tabelle 1 - Top 4 UMTS Flatrate Anbieter ************/
table.wp-table-reloaded-id-1 .row-2
{
font-weight:bold;
font-size: 13px;
}
table.wp-table-reloaded-id-1 .row-3
{
font-size: 12px;
}
table.wp-table-reloaded-id-1 .row-4
{
font-size: 11px;
}
table.wp-table-reloaded-id-1 .row-5
{
font-size: 10px;
}

/*********** Tabelle 2 - UMTS Mobilfunkanbieter **************/
table.wp-table-reloaded-id-2 .column-1
{
text-align:left;
width: 100px;
font-weight:bold;
}

table.wp-table-reloaded-id-2 .column-2
{
text-align:center;
}

table.wp-table-reloaded-id-2 .column-3
{
text-align:center;
}

table.wp-table-reloaded-id-2 .column-4
{
text-align:center;
width: 200px;
}

table.wp-table-reloaded-id-2 .column-5
{
text-align:center;
}

table.wp-table-reloaded-id-2 .column-5
{
text-align:center;
}

/************ Tabelle 3 - Reseller UMTS Anbieter *************/
table.wp-table-reloaded-id-3 .column-2
{
text-align:center;
}

table.wp-table-reloaded-id-3 .column-3
{
text-align:center;
}

table.wp-table-reloaded-id-3 .column-4
{
text-align:center;
}

table.wp-table-reloaded-id-3 .column-5
{
text-align:center;
}
table.wp-table-reloaded-id-3 .column-6
{
text-align:center;
}
table.wp-table-reloaded-id-3 .column-7
{
text-align:center;
}
table.wp-table-reloaded-id-3 .column-8
{
text-align:center;
}

/************ Tabelle 4 - UMTS Tagesflatrate *************/
table.wp-table-reloaded-id-4 .column-1
{
width: 110px;
}

table.wp-table-reloaded-id-4 .column-2
{
width: 75px;
}

table.wp-table-reloaded-id-4 .column-3
{
width: 120px;
font-weight:bold;
}

table.wp-table-reloaded-id-4 .column-8
{
width: 165px;
}

table.wp-table-reloaded-id-24 {
	
	width:50%;
	float:left;
	margin-right:10px;
	}
	
/************ Tabelle 4 - UMTS Prepaid Flatrate *************/
table.wp-table-reloaded-id-5 .column-1
{
width: 105px;
}

table.wp-table-reloaded-id-5 .column-4
{
width: 90px;
}


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}



#vorteile {
	width:100%;
	height:135px;
	border:1px solid #000;	
	background-color:#f7f7f7;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

#info-pic {
	width:150px;
	height:125px;
	border-right: 1px dotted #000;
	float:left;
	padding:5px;
	margin:0px;
}

	
#info-text {
	padding: 10px 0px 0px 10px;
	float:left;
	margin: 0px 20px 0px 0px;
	text-align: center;
}

#info-text h3, #info-text h4 {
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color:#0f0f0f;
	text-decoration:underline;
	border: 0px;
	padding: 0px;
	margin:0px;
}

#info-text ul {
	text-align:left;
	margin-top:5px;
}

#info-text ul li {
	padding:0px;
	text-align:left;
}

#info-werbung {
	height: 130px;
	width: 200px;
	float:left;
	padding:0px;
	margin:0px;
	border-left:1px #000 dotted;
}
#text-werbung {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:40px 0px 0px 6px;
	}

#anbieter {
	width:100%;
	background-color: #f7f7f7;
	height: 225px;
	border: 1px solid #000;
	margin: 20px 0px 0px 0px;
	padding:0px;
	}
	
#anbieter h4 {
	color:0f0f0f;
	fonz-size:18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #000;
	display:block;
	padding:0 0 0 10px;
	margin:3px 0px;
	text-transform: uppercase; 
	}
	
#anbieter a img {
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 5px;
	display: block;
	
	}
	
#anbieter-1 {
	width:33%;
	height:100%;
	float:left;
	border-right: 1px dotted #000;
	padding:0px;
	margin:0px;
}

#anbieter-2 {
	width:33%;
	height:100%;
	float:left;
	border-right: 1px dotted #000;
	padding:0px;
	margin:0px;
}



#anbieter-3 {
	width:33%;
	height:100%;
	float:right;
	padding:0px;
	margin:0px;
}