/*  
Theme Name:  Euroweb Internet GmbH | Presse Blog
Theme URI: http://euroweb-presse.de/
Description: Euroweb Prese-Blog | Version 2009
Version: 2.0
Author: Jonas Hellwig
*/

/* --------------------------------------------- */
/* ---------------| Global Tags |--------------- */
/* --------------------------------------------- */

* {
	margin:0;
    padding:0;
}

a[href]:after {
		content: " ("attr(href)")";
	}


body {
	background:white;
    font-family:"Times New Roman", Times, serif;
    color:black;
    font-size:12pt;
    line-height:135%;
    margin:0;
    padding:0;
}

div#container {
	width:100%;
}

div#header, 
div#sidebar, 
div#footer {
	display:none;
    width:0;
}

div.post {
	width:100%;
    margin:0 auto;
}