/* CSS-Formatierungen fuer www.domain.de
* Author: Volker Jakob, schalk&friends - agentur fuer neue medien gmbh
* Version: 0.1
* Einsatz: Globales Stylesheet
* ------------------------------------------------------------------------------ */

/* Uebersicht Farben
/* Dunkelgrau = #CCCCCE */
/* Blau = #006FB7 */
/* -------------------- */
/* Uebersicht Schriften - Basis */
/* font-family = Arial, Helvetica, Sans-Serif */
/* font-size = 12 Pixel */
/* line-height = 16 Pixel */
/* color = #17151a */
/* Uebersicht Schriften - Headlines */
/* Box-Headlines = 18 Pixel */
/* Seiten-Headlines = 18 Pixel */

/* Default Styles der Browser zuruecksetzen
/* Basiert auf Reset reloaded by Eric Meyer
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* Tabellen benoetigen trotzdem noch 'cellspacing="0"' im HTML-Quellcode */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Typo - Schrift- und Absatzformatierungen
-------------------------------------------------------------------------------- */
/* Schriftgroesse auf 16px setzen */
body {
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #17151a;
}

/* Schriftgroesse auf 12px setzen (12/16 = 0,75) / Zeilenabstand auf 16px setzen (16/12 = 1,3) */
#content {
	font-size: .75em;
	line-height: 1.5em;
}

/* Schriftgroesse auf 11px setzen (11/16 = 0,6875) */
#footer {
	font-size: .6875em;
}

.small {
	font-size: .91em;
}

/* Standard-Absatz - spaeter ueberschreiben */
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: .75em;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	color:#E2007A;
}

h1, h2, h3 {
	/* Schriftgroesse auf 16px setzen (16/12 = 1.3) */
	font-size: 1em;
}

.innerContent h2 {
	font-size: 1.3em;
	color: #e2007a;
	margin-bottom: 2.5em;
}

.impressum .innerContent h3 {
	color: #000;
	font-weight: bold;
}

/* Absaetze */
.innerContent p, .innerContent ul {
	margin-bottom: 1.6em;
}

.lastParagraph {
	margin-bottom: 1.6em !important;
}

/* Listen */
li {
	margin-left: 0;
}

.innerContent ul, .teaser ul {
	list-style-type: none;
}

.innerContent li, .teaser li {
	padding-left: 10px;
	background: transparent url(/media/images/list-bullet.png) no-repeat 0% .6em;
}

/* Links */
a {
	color: #e2007a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Hauptnavigation */
#navmain {
/*	font-size: 1em;*/
/*	letter-spacing: 1px;*/
}

#navmain a {
	color: #393939;
}

/* Sonstige */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Tools
-------------------------------------------------------------------------------- */
/* Skiplinks */
#skiplinks {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Float-Clearing - funktioniert nicht bei IE -> siehe ie6.css und ie7.css */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* Basislayout
-------------------------------------------------------------------------------- */
body {
	text-align: center;
}

#pageWrapper {
	position: relative;
	margin: 0 auto;
	width: 965px;
	text-align: left;
	background: #fff url(/media/images/bg-gutter-line.png) no-repeat left top;
}

#content {
	margin-bottom: 30px;
}

#mainContent {
	width: 775px;
}

.swu-schwabenstrom #mainContent, .mitmachen #mainContent, .mitmachen-ihre-daten #mainContent, .kunde-werden #mainContent, .leichter-stromanbieterwechsel #mainContent, .tarif-berechnen #mainContent, .impressum #mainContent, .gewinnspiel-schwabenstrom #mainContent, .strom-tarif-berechnen #mainContent, .gewinnspiel-schwabenstrom #mainContent,
.katiliniz #mainContent, .vyhodnye-dannye #mainContent, .rozygrysh-prizov-schwabenstrom #mainContent, .rasschitat-tarif #mainContent, .prostoi-perehod #mainContent, .kolayca-degistirme #mainContent, .tarifeyi-hesaplama #mainContent, .baski #mainContent, .sans-oyunu #mainContent,
.electricity-tariff-swu-schwabenstrom #mainContent,  .electricity-provider-easy-changeover #mainContent,  .calculate-electricity-tariff #mainContent,  .competition-schwabenstrom #mainContent, .legals #mainContent {
	margin-top: 218px;
}

.innerContent {
	padding-right: 50px;
	min-height: 470px;
	position: relative;
}

#marginal {
	margin-top: 200px;
	width: 180px;
}

/* Layout
-------------------------------------------------------------------------------- */
/* Navmain */
#navmain {
	position: absolute;
	top: 157px;
	left: 0;
	z-index: 2;
	margin-bottom: 20px;
	padding: 0px;
	height: 21px;
	background: transparent url(/media/images/bg-navmain.png) no-repeat left top;
	width: 965px;
}

#navmain ul {
	list-style-type: none;
}

#navmain li {
	float: left;
	width: 193px;
}

#navmain li a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 19px;
	text-align: center;
}

#navmain li a:hover,
#navmain li.active a {
	background: transparent url(/media/images/bg-navmain-hover-193.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
}

/* Boxen (Marginal + Content) */
.box, .marginalContent {
/*	background-color: #CCCCCE;*/
	margin-bottom: 10px;
}

.boxInnerWrapper {
	padding: 10px;
}

#stoerer {
	left:220px;
	position:absolute;
	top:60px;
	z-index:2;
}

#logo {
	position:absolute;
	right:0;
	top:30px;
	width:965px;
	z-index: 1;
}

#logo p {
	float:left;
	margin-bottom:0;
	width:255px;
}

.logo {
	position: absolute;
	top: 30px;
	right: 0;
}

.logo h1 {
	margin-bottom: 0;
}

.teaser {
	height: 175px;
	width: 384px;
}

.teaser h2 {
	margin: 0;
	padding: 5px 10px 16px 10px;
	background: transparent url(/media/images/bg-teaser-headline.jpg) no-repeat left top;
	color: #e2007a;
}

.marginalContent h3 {
	margin: 0;
	padding: 5px 10px 16px 10px;
	background: transparent url(/media/images/bg-marginalcontent-headline.jpg) no-repeat left top;
	color: #e2007a;
}

.marginalContent h3 a {
	color: #e2007a;
	text-decoration: none;
}

.btn {
	margin-bottom: 0;
	text-align: right;
}

/* Keyvisual */
.keyvisual {
	background-color: #000;
	position: relative;
	height: 520px;
	margin-bottom: 10px;
}

.keyvisual p {
	margin-bottom: 0;
}

.boxCompetition {
	position: absolute;
	right: 7px;
	bottom: 5px;
	width: 174px;
	color: #fff;
}

.boxCompetition p {
	margin-bottom: 0;
}

.boxCompetition h4 {
	margin-bottom: 2px;
	font-size: 1.5em;
	color: #fff;
}

.winnow {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
}

.winnow a {
	color: #fff;
}

.changenow {
	position: absolute;
	right: 215px;
	bottom: 20px;
}

.changenow2 {
	position: absolute;
	bottom: 25px;
	right: 65px;
}

.inlineImage {
	position: absolute;
	top: 50px;
	right: 45px;
}

.gewinnspiel-schwabenstrom .inlineImage, .strom-tarif-berechnen .inlineImage {
	position: static;
	float: right;
	margin: 0 0 .5em .5em;
}

/* Gewinnspiel */
#frmCompetition {
	position: relative;
}

.submitButton {


}

#frmCompetition li {
	margin-bottom: 2.5em;
	margin-left: 15px;
	padding-left: 0;
	background: none;
}

#frmCompetition p {
	margin-bottom: 4px;
}

#frmCompetition .fs_userdata {
	margin-left: 15px;
}

.frmItem, .frmItemRadio {
	margin-bottom: 1em;
}

.frmItem label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 4px;
}

.frmItemRadio p {
	float: left;
	width: 150px;
	margin-bottom: 0 !important;
	padding-top: 4px;
}

.frmItemRadio label {
	display: inline;
	float: none;
}

#frmCompetition p.error {
	color: #e2007a;
	float: none;
	width: auto;
	margin-left: 150px;
}

.frmItemPrivacy {
	font-size: .9em;
}

.frmItemPrivacy #privacy, .fs_question input {
	margin-right: 10px;
}

/* Footer */
#footer {
	padding: 8px 12px 20px 12px;
	background: transparent url(/media/images/bg-footer-neu.png) no-repeat left top;
	position:relative;
}

#tuev {
	left:620px;
	position:absolute;
	top:-6px;
}

#navFooter ul {
	list-style-type: none;
}

#navFooter li {
	margin-left: 0;
}

.languages {
	margin-bottom: 0.75em;
	float: left;
	padding: 0 10px;
}

.languages li {
	float: left;
	margin-right: 0px;
	list-style: none;
	display: block;
	width: 80px;
	/*height: 18px;*/
	margin-bottom:10px;
}

.languages li a {
	text-align: right;
	color: #000;
	display: block;
	width: 80px;
	padding-left: 30px;
	/*height: 18px;*/
	/*padding-top: 20px;*/
	/*text-indent: -9999px;*/
	float: left;
}


.languages li.de a {
	background: #fff url(/media/images/flagge-de.png) left top no-repeat;
	text-align: left;	
}

.languages li.tr a {
	background: #fff url(/media/images/flagge-tr.png) left top no-repeat;
	text-align: left;	
}
.languages li.en a {
	background: #fff url(/media/images/flagge-en.png) left top no-repeat;
	text-align: left;	
}

.languages li.ru a {
	background: #fff url(/media/images/flagge-ru.png) left top no-repeat;
	text-align: left;	
}

/* Counter  */

.counterframe{
	width: 100%;
	scrolling: no;
	border: none;
	height: 76px;
}

.counterdiv {
	text-align: center;
	height: 76px;
	background: url("/media/images/de/praemien_verfuegbar.gif") no-repeat scroll bottom center transparent;
}

/* Naturstrom */

.naturstrom h3,
.naturstrom a {
	color: #569B4B;
}
