@charset "utf-8";

/* Author: Bernd Gerdemann */
/* Company: Bernd Gerdemann - bg75.de */
/* Copyright: 2012 - Bernd Gerdemann - bg75.de */

/* ///////////////////////////////////////////////////////////
	=> global classes / id's 
/////////////////////////////////////////////////////////// */

body {
   width:100% !important;
   margin:0 !important;
   padding:0 !important;
   background: white;
   font: 10pt/1.2 Arial, Helvetica, sans-serif;
   color: black;
   page-break-after: always;
}

/* //////	=> headings	////// */

h2 {
   font-size:14pt;
}

p {
   margin: 0 0 1em 0;
}

/* //////	=> links	////// */

a,
a:visited,
a:hover,
a:visited:hover {
   background: transparent;
   text-decoration: none;
}

a:link,
a:visited {
   background: transparent;
   text-decoration: underline;
   color:#333;
}
 a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
 content: " (" attr(href) ") ";
 font-size: 80%;
}
 a[href^="http://"] {
 color:#ccc;
}

#content-main {
	clear:both;
}

h1#branding {
	text-indent:-9999px;
}

/* //////	=> hide various parts from the site	////// */

#navi,
#navi-add,
#navi-lang,
#footer,
#bottom,
form,
#euroweb,
#content-sidebar,
#slideshow,
canvas,
noscript {
   display:none;
}
