/* ==== Druckversion ==== */

html, body { 
	margin: 0;
	padding: 0;
	border: none;
	font: 13px/19px Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #333;
}

nav, #links, #footer, #aside.feed {
	display: none;
}

.logo {
	position: absolute;
	outline: none;
	top: 10px;
	left: 10px;
	background: rgba(255,255,255,0.5);
	padding: 10px;
}

.logo img {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 4px 0 0;
}

.logo span.logotext {
	display: inline-block;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 14px;
	color: #333;
}

#topImage img {
	width: 100%;
	min-width: 100%;
}



/* ==== Allgemeines ==== */

img {
	border: none;
}

q {
	quotes: "\201E" "\201D"; 
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

a { 
	text-decoration: none;
	color: #ef7d00;
}

a:active, a:focus, a:hover { 
	color: #005aab; 
}



/* ==== EuJMail-Styles ==== */

a.mail_cman { 
	direction: rtl;
	unicode-bidi: bidi-override;
}

a.mail_cman span { 
	display: none;
}



/* ==== Überschriften ==== */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 0.6em 0;
	line-height: 1.4em;
	font-weight: bold;
  	-webkit-font-smoothing: antialiased;
  	   -moz-font-smoothing: antialiased;
  	        font-smoothing: antialiased;
}

h1 { 
	font-weight: bold;
	font-size: 1.75em; 
	background: #d4daf2;
	color: #0e1527;
	padding: 10px 20px;
	margin: 20px 0 10px 0;
}

h1:first-child {
	margin-top: 0;
}

h2 { font-size: 1.50em; font-weight: normal; }
h3 { font-size: 1.25em; font-weight: normal; }
h4 { font-size: 1.15em; }
h5 { font-size: 1.07em; }
h6 { font-size: 1.00em; }



/* ==== Bilder ==== */

.bild-links {
	float: left;
	margin: 0 10px 5px 0;
}

.bild-rechts {
	float: right;
	margin: 0 0 5px 10px;
}

.contentbild {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	background: #e9ebf5;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.contentbild img {
	margin: 0;
}



/* ==== Listen ==== */

ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 4px 10px;
	background: url(design/li.png) no-repeat 0 0.45em;
}



/* ==== Tabellen ==== */

table {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table td, table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0;
	border: none;
	border-bottom: 1px solid #e9ebf5;
}



/* ==== Formulare ==== */

form {
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
textarea, select, button {
	font: 1em/1.4em Arial, Helvetica, "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

select { padding: 1px; }

input[type="submit"], button {
	cursor: pointer;
	background: #444;
	color: #fff;
}



/* ==== Definitionslisten ==== */

dl { 
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

dl dt { 
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
}

dl dd {
	margin: -21px 0 0 0; 
	padding: 4px 0 4px 220px;
	border-bottom: 1px solid #e9ebf5;
}

dl dd ul {
	margin: 0;
}



/* ==== Sitemap ==== */

ul.sitemap {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    font-size: 11px;
    line-height: 16px;
}

ul.sitemap ul {
    padding: 6px 0 0 18px;
    margin: 0 0 0 -20px;
    list-style: none;
    background: url(design/last.gif) no-repeat;
}

ul.sitemap li { 
    position: relative;
    background: url(design/dotted.gif) repeat-y;
    padding: 0 0 6px 20px;
	margin: 0 !important;
}

ul.sitemap li:last-child {
    background-repeat: no-repeat;
}

ul.sitemap li.last-child {
    background-repeat: no-repeat;
}

ul.sitemap li a {
    background: url(design/page.png) no-repeat center left;
    padding: 0 0 0 20px;
    margin: 0 0 0 -27px;
    display: inline-block;
	font-size: 11px;
	line-height: 16px;
}