@charset "UTF-8";
/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   font-family: Helvetica, Arial, Sans-Serif;
   }
.navigation, #main-navigation, #sidebar, #weitere {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid black;
   }

div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.energieimwandel.de" attr(href) ") ";
   }
   
#eventinfos {
	margin: 10px 0;
}

#eventinfos .input {
	margin: 5px 0;
}

#eventinfos .input .kontakt {
	float: left;
	width: 100px;
	height: 50px;
}

#eventinfos .input .www {
	float: left;
	width: 100px;
}