/* Start reset CSS */
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
        margin:0;
        padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    table {
        border-collapse:collapse;
        border-spacing:0;
    }
    fieldset,img { 
        border:0;
    }
    address,caption,cite,code,dfn,em,strong,th,var {
        font-style:normal;
        font-weight:normal;
    }
    ol,ul {
        list-style:none;
    }
    caption,th {
        text-align:left;
    }
    h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
    }
    q:before,q:after {
        content:'';
    }
    abbr,acronym { 
		border:0;
    }
	
	a:focus {
		outline:none;
	}
	
	a:hover {
		text-decoration:none;
	}
	
/* End reset CSS */




/****** DIV-Container ********/

html {
	background-color: #ffffff;
	background-image: none;

}

body {
	font-size: 0.8em;
	color: #000000;
	background-color: #ffffff;
	background-image: none;

}

#mainnavi, #subnavi, #marginal {
	width:0;
	height:0;
	visibility:hidden;
}

#content {
	margin: 3cm 3cm 3cm 4cm;
	text-align: left;
	line-height: 1.4;
}

.cleardiv {
	clear: both;
}



/****** Links im Text ********/


#content a:link, #content a:visited, #content a:hover {
	color: #eeeeee;
	text-decoration: none;
	background-image: url(../grafik/link.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 0px;
}

#content a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0A7A0A;	
}



/****** Schriftdefinitionen ********/

h1 { /* Inhalts-Ueberschrift als Block */
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	display: block;
	background-color: #666666;
	color: #a3a3a3;
	font-weight: bold;
	font-size: 1.1em;
}


h2 { /* Inhaltliche Ueberschrift GROSS */
	margin: 0 0 10px 0;
	color: #6f6f6f; 
	font-size: 1.4em;
}


h3 { /* Inhaltliche Ueberschrift KLEIN */
	margin: 0 0 5px 0;
	color: #6f6f6f; 
	font-size: 1em;
	font-weight: bold;
}

h6 { /* Gliederungs-Ueberschrift als Block */
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	display: block;
	text-transform: uppercase;
	background-color: #666666;
	color: #a3a3a3;
	font-weight: bold;
}


.grau_fett, .grau { 
	color: #6f6f6f;
	font-weight: bold;
}



sub, sup { 
	color: #a3a3a3;
	font-weight: bold;
    line-height: 0px;
    font-size: 0.8em;
}


.kleingrau { 
	color: #6f6f6f;
	font-size: 0.8em;
}

.gruen_invers { 
	background-color: #0a7a0a;
	font-weight: bold;
}


.rot {
	color: #940D0A;
	font-weight:bold;
}


/****** sonstige Auszeichnungen ********/

p {
	margin: 0 0 10px 0;
}

#content li {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}


.galerie {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border: 1px solid #666666;
}

.imgright {
	float: right;
	margin: 0 0 0 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 0 0;
}

.right {
	float: right;
	margin: 0 10px 0 10px;
}

/****** Formular ********/

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.formularTasten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


