@charset "UTF-8";

/* * * * * * * * * * * * * * * * *
 *                               *
 *  CSS - Praxis-KlausHenschel   *
 *          Printstil            *
 *   web: Michael Henschel       *
 *                               *
 * * * * * * * * * * * * * * * * */

 
/* Main Definitionen */
 
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}

#adress h1 {
	font-size: 12pt;
	color: #E47823;
	font-weight: normal;
}


h1 {
	font-size: 14pt;
	margin-bottom: 1em;
	color: #000;
}

h2 {
	font-size: 12pt;
	margin-bottom: 1em;
	color: #000;
}

h3 {
	font-size: 11pt;
	color: #000;
}

h4, h5, h6 {
	font-size: 10pt;
	color: #000;
}
 
.blocktrenner {
	border-bottom: dotted 1px #999;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: right;
	font-size: 10px;
	color: #666;
}

.em {
	color: #E47823;
}


/* DIV */

#wrap {
	width: 1000px;
	min-height: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.clear {
	clear: both;
}

/* HEADER */
header img {
	margin-top: 55px;
	margin-left: 65px;
	float: left;
}


div #adress {
	margin-top: 30px;
	margin-right: 30px;
	float: right;	
}

#adress p {
	margin-top: -0.7em;
	font-size: 10pt;
}




/* Navigation */

/* MAIN */

nav {
	font-size: 14px;
	margin-top: 30px;
	margin-right: 10px;
}

nav ul {
	list-style: none;
	float: right;
	margin-right: 20px;
}

nav li {
	display: inline;
	padding: 6px 0px;
	margin-left: 30px;
}

#main-nav .active {
	border-bottom: 8px solid #FDEBD2;
	color: #E47823;
}
	

/* SUB */
#sub-nav {
	position: absolute;
	margin-top: 110px;
	margin-left: 710px;
	
}


#sub-nav li {
	display: list-item;
	margin-top: 5px;	
	width: 205px;
}

#sub-nav .active {
	background-image: url(side_menue_index.svg);
	background-repeat: no-repeat;
	background-position: right;
}





/* Content */
 
#content-wrap {
	width: 924px;
	min-height: 530px;
	border-left: dotted 1px #999;
	border-top: dotted 1px #999;
	margin-left: 53px;
}

#content {
	width: 907px;
	min-height: 513px;
/*	background-color: #FFF2DE; */
	margin-left: 16px;
	margin-top: 16px;
	background-image:url(back.svg);
	background-repeat:no-repeat;
/*	background-size: 180%; 
	background-position: center; */
}



#content-left {
	float: left;
	margin-left: 10px;
	margin-top: 85px;
	width: 200px;
}

#content-left img {
	width: 200px;
	box-shadow: 0px 0px 30px #FFF;
	margin-bottom: 5px;
}

#content-left p {
	font-size: 0.9em;
	margin-bottom: 4em;
}

#content-right {
	min-height: 500px;
	width: 435px;
	margin-left: 240px;
	padding-top: 40px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}


#content-right h1 {
	/* margin-bottom: -0.3em; */
	letter-spacing: 0.2em;
	color: #E47823;
	font-style: italic;
}

#content-right h2, h3, h4 {
	/* margin-bottom: -0.3em; */
	letter-spacing: 0.1em;
	color: #E47823;
	margin-top: 1.5em;
}


#content-open {
	border-top: dotted 1px #999;
	width: 195px;
	float: right;
	margin-top: 270px;
	padding-top: 30px;
	line-height: 1.3em;
}

#content-open caption {
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: 2px;
	padding-bottom: 5px;
}




/* Footer */

footer {
	font-size: 0.8em;
}

footer ul {
	list-style: none;
	float: right;
	margin-right: 30px;
	padding-bottom: 10px;
}

footer li {
		display: inline;
		padding-right: 5px;
		margin-left: 5px;
		border-right: solid 1px #A6A6A6;
}






/* * * * * * * * * * * * * * * * *
 *                               *
 *  CSS - Praxis-KlausHenschel   *
 *      Link-Definitionen        *
 *                               *
 * * * * * * * * * * * * * * * * */
 
 
/* Link-Definitionen */

/* Main-Nav */

.a_active{
	color: #E47823;
}

#main-nav li a {
	text-decoration: none;
}

#main-nav li a:link {	    /* unvisited link */
	color: #999;
	}
	
#main-nav li a:visited {	/* visited link */
	color: #999;
	}
	
#main-nav li a:hover {		/* mouse over link */
	color: #E47823;
	}   

#main-nav li a:active {	/* selected link */
	color: #E47823;
} 



#sub-nav li a {
	text-decoration: none;
}

#sub-nav li a:link {	    /* unvisited link */
	color: #999;
	}
	
#sub-nav li a:visited {	/* visited link */
	color: #999;
	}
	
#sub-nav li a:hover {		/* mouse over link */
	color: #E47823;
	}   

#sub-nav li a:active {	/* selected link */
	color: #E47823;
} 


/* Verlinkungen allgem. */

#content a {
	text-decoration: none;
	color: #E47823;
	font-style: italic;
}

#content a:hover {
	text-decoration: none;
	color: #E47823;
	border-bottom: dotted 1px #E47823;
}

/* footer */

footer a {
	text-decoration: none;
	color: #999;
}

footer a:hover {
	text-decoration: none;
	color: #E47823;
	border-bottom: dotted 1px #E47823;
}


/* Sitemap */

#sitemap a {
	font-style: normal;
	font-size: 1.1em;
	color: #999;
}

#sitemap .rex-navi2 a {
	font-style: italic;
}


 
#sitemap ul {
	list-style-image: url(list_arrow_bl.png);
}

.rex-navi2 {
	border-top: dotted 1px #E47823;
	padding-top: 8px;
/* 	border-bottom: dotted 1px #E47823; */
	padding-bottom: 15px;
/* 	margin-left: 20px; */
	margin-top: 12px;
	margin-bottom: 30px;
	width: 60%;
}

.rex-navi2 li {
	margin-left: -20px;
}


#sitemap li {
	padding-top: 0.5em;
}
