/* CSS Document */
/*Farbent: Dunkles Violett: 3c2850*, Mittleres Violett:#584196*/
*{
	padding: 0;
	margin: 0;
}

body {
	background-color: #584196;
	background-image: url(pictures/colors/colors_praxis1/background1.gif);
	background-repeat: repeat-x;
	text-align: center; /* Zentrierung des Layouts im IE 5 */
	line-height: 1.4em;
	font-size: 70%;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Alle Elemente linksbündig */
}

h1 {
	clear: both;
	color: #fff;
	font-size: 2em;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	float: right;
	width: 280px;
	display: inline; /*  Doubled float-margin bug Win IE, http://www.positioniseverything.net/explorer/doubled-margin.html */
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-top: 0.8em;
	padding-right: 0.1em;
	padding-bottom: 0.8em;
	padding-left: 0.1em;
	background-color: transparent;
}

h2 {
	clear: both;
	font-size: 2em;
	line-height: 1.5em;
	color: #092E20;
	padding: 10px;
	border-bottom: 1px solid #1D6E3C;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

h3 {
	clear: both;
	font-size: 2em;
	margin: 18px 0 10px 10px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: -0.4px;
	line-height: 1.3em;
}
h4 {
	clear: both;
	font-size: 1.8em;
	margin: 18px 0 10px 8px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: -0.4px;
	line-height: 1.3em;
}
h5 {
	clear: both;
	font-size: 1.6em;
	margin: 14px 0 10px 10px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: -0.4px;
	line-height: 1.25em;
}
h6 {
	clear: both;
	font-size: 1.25em;
	margin: 7px 2px 5px 15px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.4px;
	line-height: 1.2em;
}
/*Links*/
a:link{
	color: #A60C1D;
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
	color: #000000;
}


a:hover{
	background: #b81165;
	color: #fff;
	text-decoration: none;
}

a:hover img{
	background: #fff;
}

a:active{
	color: #000;
	text-decoration: underline;
}

a:link.skip, a:visited.skip, a:hover.skip,
a:active.skip, a:focus.skip {
position: absolute;
left: -1000px;
top: -1000px;
width: 0px;
height: 0px;
overflow: hidden;
display: inline;
}
/*Klassen*/
.fett {
	font-weight: bold;
}
.unterstrichen {
	text-decoration: underline;
}
.aufzaehl_1 {
	list-style-position: inside;
	list-style-image: url(pictures/pfeil.jpg);
}
.aufzaehl_2 {
	list-style-position: inside;
	list-style-type: square;
}
.clear {
	clear: both;
}

img, a img {
	border: 0px none;
}

.keine-anzeige {
	display: none;
}

/*Schrift allgemein*/
p {
	font-size: 1.25em;
	line-height: 1.3em;
}

/*Liste allgemein*/
ul, li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

.none {
	display: none;
}

/*Seitengestaltung*/
#wrap {
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	width: 760px;
}
#header1 {
	background-image: url(pictures/colors/colors_praxis1/titel1_1.jpg);
	background-position: left;
	text-align: left;
	width: 760px;
	height: 140px;
	background-repeat: no-repeat;
	margin-top: 21px;
	margin-bottom: 5px;
}

#header2 {
	background-image: url(pictures/colors/colors_praxis1/titel1_2.jpg);
	background-position: left;
	width: 282px;
	height: 140px;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	margin-left: 10px;
}
/*Navigation horizontal*/
#navigation
{
width: 760px;
height: auto;
margin: 0px 0 0 0;
padding: 0;
text-align: left;
float: left;
background: transparent;
}

#navigation ul {
list-style-type: none;
font-size: 110%;
position: relative;
white-space: nowrap;
}

#navigation ul li {
float: left;
margin: 0 0 0 0;
padding: 0;
}


#navigation ul a:link,
#navigation ul a:visited { 
display: block;
float: left;
height: auto;
text-decoration: none;
background: url('pictures/colors/colors_praxis1/block1_1.jpg');
color: #FFF; margin-left: 2px; margin-right: 2px; margin-top:0; margin-bottom:0; padding-left: 3px; padding-right:3px; padding-top:2px; padding-bottom:3px
}

#navigation ul a:hover,
#navigation ul a:active {
background: url('pictures/colors/colors_praxis1/block2_1.jpg');
color: #000
}

#navigation ul a#hier
{
background: url('pictures/colors/colors_praxis1/block3_1.gif') repeat-x;
color: #000;
}

/*Navigation vertikal*/
#navcontainer {
float: left;
width: 158px;
position: relative;
font-size: 110%;
}

#navlist
{
	color: white;
	background-color:transparent;
	float: left;
	width: 158px;
	position: relative;
}

#navlist li
{
list-style: none;
margin: 0;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #FFF;
	background: #200e2a url('pictures/colors/colors_praxis1/block1_1.jpg') repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #b1aeef #200e2a #200e2a #fff;
	border-left: 1em solid #b1aeef;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

#navlist a#hier { 
border-color: #b1aeef #200e2a #200e2a #b81165;
color: #FFF;
 }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.0em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#hier:hover
{
	background: url('pictures/colors/colors_praxis1/block2_1.jpg') repeat-x;
	border-color: #200e2a #200e2a #b1aeef #200e2a;
	color: #FFF;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.75em;
}

#navlist a:active, #navlist a#hier:active
{
background: url('pictures/colors/colors_praxis1/block2_1.jpg') repeat-x;
border-color: #b81165 #b81165 #b81165 #fff;
color: #FFF;
padding: 0.4em 0.35em 0.25em 0.9em;
width: 158px;
}
#navlist a:active, #navlist a#hier:active
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a:active, #navlist a#hier:active
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.0em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}


/*Inhalt-Div*/

#inhalt {
	width: 760px;
	float: left;
	background-color: #330000;
	background-image: url(pictures/colors/colors_praxis1/4d316a.jpg);
	background-repeat: repeat;
	position: relative;
}
#inhalt p {
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#inhalt img {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
/*Inhalts-Spalten Grundseite*/

#spalte-1 {
	width: 380px;
	position: relative;
	float: left;
	background: #b1aeef;
	color: #FFFFFF;
}

#spalte-2 {
	position: relative;
	float: right;
	width: 379px;
	background: #fff;
}

/* Inhaltsspalten Unterseite */

/* Text unterhalb vertikaler Navigationsleiste */
#spalte-0 {
	position: relative;
	width: 158px;
	float: left;
	}
	
#seitentext {
	position: relative;
	width: 158px;
	float: left;
	
}
#seitentext p{
	color: #fff;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#seitentext li{
	color: #fff;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 120%;
}

#seitentext h4 {
	color: #fff;
	position: fest;
	float: none;
	clear: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#spalte-1 p{
	color: #FFFFFF;
}

#spalte-1 ul{
font-size: 120%;
margin-left: 8px;
}
#spalte-2 ul{
	font-size: 120%;
	margin-left: 8px;
	padding: 3px;
}

#hauptspalte {
	width: 570px;
	position: relative;
	float: right;
	background: #fff;
	margin-top: 5px;
	clear: right;
}

/*Bildergallerie in Spalte mit Text, Text unter Bild*/
#illustration-1 {
	float: left;
	width: 570px;
}

#illustration-1 dl {
	padding: 2px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
		}

#illustration-1 dd {
	padding: 0 5px;
	font-size: 1.3em;
	line-height: 1.4em;
		}

#illustration-1 dt img {
	padding: 8px;
	margin: 5px 0;
		}
/*Bildergallerie in Spalte mit Text - Text nebenstehend*/
#illustration-2 {
	width: 570px;
}

#illustration-2 dl {
	padding: 2px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 250px;
		}

#illustration-2 dd {
	padding: 0 5px;
	font-size: 1.3em;
	line-height: 1.4em;

		}

#illustration-2 dt img {
	padding: 8px;
	margin: 5px 0;
		}
/*Tabelle in Hauptspalte*/
#hauptspalte ul{
	padding: 5px;
	width: 480px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#hauptspalte li{
	padding: 5px;
	line-height: 1.2em;
	font-size: 1.2em;
	width: 480px;
	list-style-position: inside;
}


/* Footer */	
#footer {
	width: 760px;
	height: 38px;
	position: relative;
	float: left;
	margin-left:0;
	margin-right:-3px;
	margin-top:0;
	margin-bottom:0;
	background-color: #330000;
	background-image: url(pictures/colors/colors_praxis1/3c2850.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#footer p {
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
	float: left;
}
	/* SEARCH HIGHLIGHT by Weisshaupt */
	.searchword {
color: #222; 
background-color: #ff6; 
border: 1px dotted #ff6;
}
.searchword0 {
color: #222; 
background-color: #ff6; 
border: 1px dotted #ff6;
}
.searchword1 {
color: #222; 
background-color: #a0ffff; 
border: 1px dotted #0affff;
}
.searchword2 {
color: #222; 
background-color: #9f9; 
border: 1px dotted #9f9;
}
.searchword3 {
color: #222; 
background-color: #f99; 
border: 1px dotted #f99;
}
.searchword4 {
color: #222; 
background-color: #f6f; 
border: 1px dotted #f6f;
}
.searchword5 {
color: #fff; 
background-color: #800; 
border: 1px dotted #800;
}
.searchword6 {
color: #fff; 
background-color: #0a0; 
border: 1px dotted #0a0;
}
.searchword7 {
color: #fff; 
background-color: #886800; 
border: 1px dotted #886800;
}
.searchword8 {
color: #fff; 
background-color: #004699; 
border: 1px dotted #004699;
}
.searchword9 {
color: #fff; 
background-color: #909; 
border: 1px dotted #909;
}
