/* allgemein */

/***** Print Layout *****/

@media print {
	#footer {
		display: none;
	}
}


* {
    margin: 0px;
    padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color:#737A7E;
}

body {
    color: #737a7e;
    background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#gesamt {
	text-align: left;
	margin: 20px; 
	width:100%;
}

.only_print {
	padding:20px 0px 10px 0px;
	clear:both;
	display:block;
}

/* header */

#logo {
	width: 246px;
	height: 51px;
}

#header {
	display:none;
}

#visitenkarte {
}

#visitenkarte hr {
}

#visitenkarte h1 {
}

#foto_header {
}

.head_teaser_rechts {
}

.head_teaser_rechts .bottom {
}

#meta_navi {
	display:none;
}

#meta_navi a {
}

#meta_navi a:hover{
}

/* navigation */

#navi {
	display:none;
}

#navi ul li {
}

#navi ul li.divider {
}

#navi ul li a {
}

#navi ul li:hover {
}

#navi ul li:hover a {
}

#navi ul li div{
}

.navi_punkt {
}

.strich_navi {
}

.navi_active {
}

/* weblog beitraege */

#weblog_beitraege {
	margin-top: 16px;
}

#weblog_beitraege_links {
	clear: both;
	float: left;
	background-image: url(images/bg_weblog_links.gif);
	width: 363px;
	margin-top: 9px;
	padding-right: 20px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

h3 a{
	font-size: 11px;
	font-weight: bold;
	color: #93ad48;
	line-height: 18px;
	text-decoration: underline;
}

h3 a:hover{
	color: #747b7f;
}

#weblog_beitraege_rechts {
	float: left;
	background-image: url(images/bg_weblog_rechts.gif);
	width: 362px;
	margin-top: 9px;
	padding-left: 20px;
}

/* teaser */

#teaser {
	clear: both;
	margin-top: 17px;
}

#teaser p{
	margin-left: 10px;
	margin-bottom: 10px;
}

#teaser h2{
	margin-top: 14px;
	margin-left: 10px;
}

#teaser h3{
	margin-left: 10px;
}

#teaser1 {
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#teaser2 {
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#teaser3 {
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#teaser4 {
	float: left;
	width: 180px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* unterseite */

#content{
	clear: both;
}

#content_links{
	display:none;
}

#subnavi ul.submenu{
}

#subnavi ul.submenu a {
}

#content_rechts{
	display:block;
	padding: 0px 0px 20px 0px;
	width: 100%;
	border:0px solid;
}

#content_rechts p{
}

/* Footer */

#footer {
	clear:both;
	padding:20px 0px 0px 0px;
}

.normalview {
	display:block;
}

.printview {
	display:none;;
}

.normalview a,
.printview a {
	text-decoration:none;
}
