/* 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: Times New Roman;
		font-size: 12pt;
		line-height: 1;
    }
    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 */


body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

/************* CONTAINER *******************************************************/

#rahmen {
	margin: 1cm;
	padding: 0;
	background-color: #ffffff;
}


#oben, #menue, #unten {
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
  visibility: hidden;
}

#mitte {
	margin: 0;
	padding: 0;
}

#inhalt {
	margin: 0;
	padding: 0;
	text-align: left;
}

.news {
	margin: 0;
	padding: 10px;
	display: block;
	background-color: #e4dbc1;
}



/************* TEXT- UND SCHRIFTAUSZEICHNUNGEN *******************************************************/

#inhalt h3 {
	margin: 5px 0 30px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.2;
	color: #626060;
}

#inhalt h4 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2;
	color: #626060;
}


#inhalt p {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1.4;

}

strong {
	font-weight: bold;
}

.news strong {
	font-size: 0.9em;	
}

.news p {
	line-height: 1;
}

#inhalt ul {
	margin: 5px 0 20px 0;
	list-style-type: none;
}

#inhalt li {
	margin: 10px 0 10px 0;
	padding: 0 0 0 16px;
	list-style-type: none;
	background-image: url("../img/listbutton.gif");
	background-repeat: no-repeat;
	background-position: 5px left;
	font-size: 0.8em;
	line-height: 1.3;
}

small {
	font-size: 0.7em;
	color: #626060;
	font-weight: bold;
}

/************* LINKS *******************************************************/

#inhalt a:link, #inhalt a:visited, #inhalt a:hover, #inhalt a:focus, #inhalt a:active {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url("../img/link_<?php echo $sub; ?>.gif"); /* BILDWECHSEL */
	background-repeat: no-repeat;
	background-position: center left;
	color: <?php echo $farbe_font; ?>; /* FARBWECHSEL */
	text-decoration: underline;
	border: none;
}

#inhalt a:hover, #inhalt a:focus, #inhalt a:active  {
	background-image: url("../img/link.gif");
	color: #222121;
	text-decoration: underline;
	border: none;
}

/************* FORMULARE *******************************************************/

.submit, .reset {
	padding: 3px;
	border: none;
	background-color: #ada183;
	color: #ffffff;
  font-size: 0.8em;
  cursor: pointer;
}

input, textarea {
  margin-top: 8px;
	padding: 3px;
	border: none;
	background-color: #e4dbc1;
	line-height: 1.3;
	color: #000000;
  font-size: 0.8em;
}

label {
	margin: 0;
	padding: 0 0 10px 0;
  font-size: 0.8em;
}

/************* SONSTIGES *******************************************************/


