@CHARSET "UTF-8";

/* GENERELLES */
	* {
		background: none;
	}

	body {
		padding: 0;
		margin: 0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 12px;
	}
	
	a {
		color: black;	
		text-decoration: none;
	}
	
	hr {
		display: none;
	}
	
	div#wrapper {
		width: 100%;
	}
	
		
	div#wrapper:before {
		content:" Stromvergleich.org";
		font-size: 24px;
	}

/* MAINMENU */
	div#menuwrapper {
		display: none;
	}
	
/* MIDDLEMENU */
	ul#middle_menu {
		display: none;
	}
		
/* TOPMENU */
	ul#topmenu {
		display: none;
	}
		
/* TOPTEXT */
	div#toptext {
		display: none;
	}

/* CONTENT */
	div#content {
		padding: 0 10px 0 10px;
	}
	
	div#content h3 {
		font-size: 18px;
		font-weight: normal;
	}
	div#content p {
		text-align: justify;
	}
	div#content p img.leftalign {
		float:	left;
		margin-right: 10px;
	}	
	
	div#content p img.rightalign {
		float:	right;
		margin-left: 10px;
	}

/* ANGEBOT */
	div#angebot {
		display: none;
	}

/* RECHNER */
	div#rechner {
		display: none;
	}
	
/* FOOTER */
	div#footer {
		font-size: 9px;
		border-top: 1px solid black;
	}
	
	div#footer div#copyright {
		padding: 10px;
		font-size: 9px;
	}
		
	div#footer div#copyright img {
		display: none;
	}
	
	div#footer div#copyright:after {
		content: " Stromvergleich.org";
	}
	
	div#footer ul {
		display: none;
	}
		
/* STERN */
	img#stern {
		display: none;
	}

/* KONTAKTFORNM */
	table.kontaktform {
		width: 100%;
	}
	
	table.kontaktform td {
		vertical-align: top;
	}
		
	table.kontaktform input[type=text],
	table.kontaktform textarea {
		width: 320px;
		border: 1px solid #404042;
	}
	
	table.kontaktform .errorhint {
		width: 320px;
		color: red;
		font-size: 9px;
	}
	
/* Verivox */
	div.verivox {
		font-size: 10px;
	}
	
	div.verivox table tr td {
		font-size: 9px;
		vertical-align: top;
	}
	
	div.verivox table.calc_output tr {
		width: 66%;
	}
	
	div.verivox table.calc_output {
		width: 100%;
	}
	
	div.verivox>table,
	div.verivox>table a {
		/*color: silver;*/
	} 
