/* Print Styles */

* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	width:100%;
	background-color: #fff;
	color:#000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:130%;
	
}

#top {
	display:none;
}

/* Topmenue */

#topmenu {
	display:none;
}

/* Logo */

#logo {
	display:none;
}

/* Menu  left */

#menuleftbox {
	margin-top:0;
}

#contactbox {
	margin:10px;
	border: 1px solid #000;
	width:50%;
}

#contact {
	border-bottom:none;
	background-color: transparent;
}

#contact h1 {
	background-color: transparent;
	padding: 10px 18px 6px 10px;
	font-size:10pt;
}

.capital {
	text-transform: uppercase;
}

#contact p {
	font-size:10pt;
	padding: 10px 18px 13px 10px;
}

#menuleft {
	display:none;
}

/* Menu right */

#menuright {
	display:none;
}


/* Content */

#contentbox {
	position:static;
	width:100%;
}

#contentboxtop {
	background: none;
	width:100%;
}

/* Startseite 3 Linien oben */
#contentboxtop1 {
	background: none;
	width:100%;
	min-height:219px;
}

#contentboxtop2 {
	background: none;
	width:100%;
}


/* Content Schriftformatierung */

#contentbox h1 {
	color: #000;
	font-size:12pt;
	padding:10px 10px 10px 10px;
}

#contentbox h1.abstand {
	padding:20px 10px 10px 10px;
}

#contentbox h1.keintopabstand {
	padding:0 10px 15px 10px;
}

#contentbox h1.keinabstand {
	padding:0 10px 0 10px;
}


#contentbox h1.schwarz {
	color: #000;
	padding:0 10px 15px 10px;
	font-size:10pt;
}

#contentbox h2 {
	font-size:10pt;
	padding:0 10px 0 10px;
}

#contentbox h2.rot {
	font-size:10pt;
	padding:0px 10px 15px 10px;
	color:#000;
}

#contentbox p {
	font-size:10pt;
	padding:0 10px 13px 10px;
}

#contentbox p.abstand {
	font-size:10pt;
	padding:10px 10px 13px 10px;
}

#contentbox p.keinabstand {
	padding:0 10px 0 10px;
}

#contentbox ul {
	font-size:10pt;
	padding:5px 10px 15px 10px;
	list-style: disc;
	margin-left:20px;
}

#contentbox ul.keinabstand {
	font-size:10pt;
	padding:0 10px 0 10px;
	list-style: disc;
	margin-left:20px;
}


#contentbox ul.nobullets {
	font-size:10pt;
	padding:5px 10px 10px 10px;
	list-style: none;
	margin-left:0;
}


#contentbox a {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after {
 content:" <URL: "attr(href)">";
 color:#000;
 font-style:italic;
} 


#contentbox a.plain {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}



/* Linien */

.strichliert {
	background: none;
	border-bottom:1px solid #000;
	width:100%;
	height:10px;
	margin-bottom:10px;
	clear:left;
}

.striche {
	display:none;
}

.space {
	height:31px;
}	

.largespace {
	margin-top:30px;
}	
	
/* Unsichtbare Elemente */

a#skiplink   {
	position:absolute;
	left:-1000px;
	top:135px;
	overflow:hidden;
	z-index: 2;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	display:block;
}

a#skiplink:focus,
a#skiplink:active {
	position:absolute;
	left:0px;
	top:135px;
	background-color: transparent;
	color:#fff;
	font-weight:bold;
	padding: 10px 20px 10px 20px;
	font-size:1.0em;
}

.skip {
	position:absolute;
	left:-1000px;
	top: -1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

/* Tabelle */

table {
	border: 1px solid #000;
	border-collapse: collapse;
	width:auto;
	margin:10px 0 10px 10px;
}

tr.mittel {
	background-color: #ccc;
}

tr.hell {
	background-color: #eee;
}

tr.dunkel {
	background-color: #aaa;
}

th {	
	border: 1px solid #000;
	padding:4px 10px;
	text-align: left;
	vertical-align:top;
}

td {
	border: 1px solid #000;
	padding:4px 10px;
}

/* Bilder */

img.topleft {
	float:left;
	padding:0 21px 0 11px;
}

img.left {
	float:left;
	padding:0 0 0 11px;
}

img.leftplustext {
	float:left;
	padding:0 20px 0 11px;
}


/* Startseite Infoboxen */

.infoboxen {
	margin-left:11px;
	clear:left;
}

.infobox {
	width:270px;
	margin:0 0 35px 0;
	background: transparent url(../img/icons/icon-uhr.gif) no-repeat top left;
	float:left;
	overflow:hidden;
}

.infobox1 {
	
	width:270px;
	background: transparent url(../img/icons/icon-telefon.gif) no-repeat top left;
	overflow:hidden;
}

.infobox2 {

	float:left;
	width:270px;
	background: transparent url(../img/icons/icon-fragezeichen.gif) no-repeat top left;
	overflow:hidden;
}

.infobox3 {
	
	width:270px;
	background: transparent url(../img/icons/icon-haekchen.gif) no-repeat top left;
	overflow:hidden;
}

.info {
	margin-left:56px;
}

.info h1 {
	text-transform: uppercase;
	font-size:10pt !important;
	padding:0 !important;
	color:#000 !important;
}

.info p {
	padding:0 !important;
}

