/* _css/dha.css */


html {
    background-color: silver;
	width: 1024px;
	margin: auto;
	border-left: 2px solid white;
	border-right: 2px solid white;
	min-height: 1100px;
}


#kompositionen {
    position: absolute;
    margin-left: -70px;
    width: 45px;
    height: auto;	
}


.float-ende {
    clear: both;
}

#druck,
nav.meta-navigation {
    text-transform: uppercase;	
	font-weight: bold;
	font-size: 15px;
	background-color: silver;
}

#druck ul,
nav.meta-navigation ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#druck ul li,
nav.meta-navigation ul li {
    float: left;
}

#druck ul li a,
nav.meta-navigation ul li a {
    text-decoration: none;
	display: block;
	color: deeppink;
	padding: 20px 15px 20px 15px;
	border-left: 2px solid white;
}


#druck ul li a:hover,
#druck ul li a:focus, 
#druck ul li a.auswahl {
	color: deeppink;
	background-color: dimgray;
}
 
.meta-navigation ul li a:hover,
.meta-navigation ul li a:focus,
.meta-navigation ul li a.auswahl {
	color: deeppink;
	background-color: dimgray;
}


.teaser {
    outline: 2px solid white;
	padding: 15px;
	width: 900px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	background-color: gainsboro;
}

.teaser section {
    min-height: 0px;
}


.teaser p a {
    text-decoration: none;
	color: deeppink;
	margin-top: 15px;
	display: inline-block;
	background-color: gainsboro;
	padding: 10px 15px 10px 15px;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.teaser p a:hover,
.teaser p a:focus,
.teaser p a.auswahl {
    color: deeppink;
    background-color: dimgray;
}

.teaser h1 {
    font-size: 23px;
	margin-bottom: 20px;
}

.teaser h2 {
    font-size: 12px;
	color: deeppink;
	padding: 3px;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.teaser p {
    line-height: 1.2em;
	margin-bottom: 0px;
}


#dha {
    width: 100%;
	height: 620px;
	margin-top: 50px;
}


#cover_Ja {
    position: absolute;
	margin-left: 580px;
	margin-top: -40px;
}	


#haltlos {
    display: block;
    margin-left: auto;
	margin-right: auto;
}
	

#kopf {
    padding-top: 85px;
}


#kopf nav.meta-navigation {
    float: right;
}

#druck {
    float: right;
	margin-bottom: 50px;
}


#kopf-oben {
    margin-top: 20px;
}


#kopf-unten {
    padding-top: 40px;
	clear: both;
}


#inhalt {
    margin-top: 20px;
	min-height: 250px;
}


#fuss-oben {
    margin-top: 40px;
}



