/* colors

rot: #8cdcdc
türkis. #8cdcdc
türkis dunkel #1b8585
grau: #b6b6b6

*/


/* Global Reset */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */

html {
    height: 100%;
    padding: 0 0 1px 0;
}

body {
    text-align:left;
	font-size: medium;
	line-height: 1.6em;
	color: #333;
	background: #fff;
	font-family: "Trebuchet MS",verdana,sans-serif;
}


#primary-content img {
	border: 0;
	margin: 10px;
    padding: 4px;
    border: 1px solid #ccc;
}

.keine-anzeige {
	display: none;
}

.noprint {
	display: none;
}
/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.7em 0;
	clear: both;
}

hr {
	visibility: hidden;
	margin: 0 1em 1em 0;
}

small {
	font-size: 0.9em;
}

h1 {
    font-size: 1.4em;
    margin: .4em 0 0.8em 0;
    color: #333;
}

h2 {
    font-size: 1.2em;
    margin: 0 ;
}


/* <<< Microformats vCard */
.vcard {
    margin-top:  20pt;
}

.vcard a {
    text-decoration: none;
}

.org {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 .7em 0;
}

.adr, .note, .untertitel {
    margin: 0 0 .7em 0;
}

.geo, .latitude, .longitude, .sort-string, .country-name, .fn, .url {
    display: none;
}
.url {}
.fn {}
.street-address {}
.postal-code {}
.locality {}
.region {}
.tel {}
.note {}
.email {}

/* >>> */

#mainnav {
 display: none;
}

#footer {
 display: none;
}
form {
   display: none;
}
