/* Grundeinstellungen */

* {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
}

/* Verborgene Elemente z.B.: */
	
#sky {
	display: none;
	}	
.randcont, .randtop, .randbot, .paging {
	display: none;
}

#logobox,  #suchbox, #bannerbox, #serviceCol {
	display: none;
	}

#hl_box img {
	display: none;
}

#selbranchen {
	display: none;
}

#linkliste .register, #regionen-karte {
	display: none;
}

#contentbox p.mehrlink {
	display: none;
}

#contentbox a.pfeil, #contentbox-3sp a.pfeil {
	display: none;
}  

#contentbox table {
	margin: 0 0 15px 0;
}

#contentbox table a, #linkliste a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#contentbox th {
	border-bottom: solid;
	margin: 10px 0 0 0;
}

#contentbox td a {
	display: block;
	margin: 15px 0 0 0;
}

li a:after {
	content: " (" attr(href)") ";
}

td a:after {
	content: " (" attr(href)") ";
}	

/* Farben */

body {
	color: #333;
	background: #FFF;
}

/* Schriften */

body {
	font: 11pt/120% !important Georgia, Palatino, "Times New Roman" serif;
	text-align: left;
	word-spacing: 1pt;
	letter-spacing: 1pt;
}

/* Ãberschriften, AbsÃ¤tze und logische Textauszeichnung */

h1 {
	font-size: 140%;
	margin-bottom: 10pt;
}

h2 {
	font-size: 130%;
	margin-bottom: 7pt;
}

h3 {
	font-size: 120%;
	margin-bottom: 3pt;
}

p {
	margin-bottom: 10pt;
}

ul, ol {
	margin-bottom: 10pt;
	margin-left: 30pt;
}

dl {
	margin-left: 0;
	margin-bottom: 10pt;
}

dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 0 0 5pt;
	padding: 0 0 0 10pt;
	border-left: 2px dotted #333;
}

cite {
	font-style: italic;
}
	
abbr {
	border-bottom: 1px dotted #333;
}

acronym {
	border-bottom: 1px dotted #333;
}

acronym:after {
	font-size: 70%;
	content: " (" attr(title) ") ";
}

dfn {
	border-bottom: 1px dotted #333;
}
	
dfn:after {
	font-size: 70%;
	content: " (" attr(title) ") ";
}	

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

address {
	font-style: italic;
}

hr {
	border: 1px dotted #333;
	margin: 20pt 0;
}

/* Bilder */

img {
	display: block;
	padding: 4pt;
	float: none;
	border: solid 1pt #333;
}

img:after {
	font-size: 70%;
	content: " " attr(title) " ";
}

/* Links */

a, a:link, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}

#contentbox-3sp h1 a, #contentbox-3sp h2 a, #contentbox-3sp h3 a {
	text-decoration: none;
}

