/*border: 1px solid red; */

body { 
	background-color: #FFF;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000;
	margin: 8px 20px 20px 20px;
	padding: 0;
	border: 0;
    font-size: 0.71em;
}

div#wrapper {
	width: 754px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 100.01%;
}

td { 
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* nur fuer Internet Explorer */
* html td {
	font: 0.71em Verdana, Helvetica, Arial, sans-serif;    /* Version 5.x */
	f\ont: 0.71em Verdana, Helvetica, Arial, sans-serif;   /* Version 6 */
}

/* bis mir was besseres für Moz. u. Firefox einfällt: */
ul,li { margin-left: 0; padding-left: 0;}

h1, h2, h3, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color : #000;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2, h3, h5, h6 {
	margin: 20px 0 7px 0;
	font-weight: bold;
}

h2 { font-size: 110%;  font-style: italic;}
h3 { font-size: 100.01%; }
h5 { font-size: 90%; }
h6  { font-size: 80%; }

h4 {
 	display: block;
 	width: auto;
 	font: 90% Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #FC6;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 6px;
	background: url(..images/ecke.gif) no-repeat;
}

p {
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 140%;
}

img {
	border: none;
}

p.kein_abstand {
	margin: 0 !important;
}

p.unten_abstand {
	margin-top: 6px;
	margin-bottom: 15px;
}

/* Linien --------------------------------------------*/

hr {
	width: 100%;
	color: #FFF;
	padding: 0;
	margin: 2px 0 2px 0;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* Print-spezifisch
------------------------------------------------------------------*/

#print_adress {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
  	color : #000;
	line-height: 140%;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

#print_adress img {
	display: block;
	width: auto;
	margin-bottom: 10px;
}

.print_content  {
	display: block;
	width: auto;
	margin: 10px 0 20px 0;
	padding: 20px 0 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

/* Sitemap
------------------------------------------------------------------*/

ul#sitemap {
	list-style: none;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul#sitemap li {
	list-style-type: none;
	font-weight: bold;
	margin: 5px 0 5px 0 !important;
	padding-left: 0 !important;
}

ul#sitemap ul {
	list-style: none;
	margin-left: 0 !important;
	margin-bottom: 10px !important;
	padding-left: 0 !important;
}

ul#sitemap ul li,
ul#sitemap ul ul li,
ul#sitemap ul ul ul li,
ul#sitemap ul ul ul ul li {
	list-style-type: none;
	font-weight: normal;
	margin: 5px 0 5px 0 !important;
}

ul#sitemap ul li {
	background: url(../images/pfeil_rot.gif) no-repeat;
	background-position: 0px 2px;

}

ul#sitemap ul ul li {
	background: url(../images/pfeil_rot.gif) no-repeat;
	background-position: 17px 2px;
}

ul#sitemap ul ul ul li {
	background: url(../images/pfeil_rot.gif) no-repeat;
	background-position: 33px 2px;
}

ul#sitemap ul ul ul ul li {
	background: url(../images/pfeil_rot.gif) no-repeat;
	background-position: 33px 2px;
}


/* Formulare
------------------------------------------------------*/

input, textarea, select {
    font: 95% Verdana, Helvetica, Arial, sans-serif;
}

form  {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
}

.form_zeile {
	display: block;
	margin: 0 0 10px 0;
}

label {
	display: block;
	width: 120px;
	float: left;
	overflow: visible;
}



/* Verlinkung
------------------------------------------------------*/

a:link, a:visited { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: underline;
}


/* Uploads
------------------------------------------------------*/

.uploads {
	clear: both;
	border-top: 1px solid #C0D0D9;
	border-right: 1px solid #7F9DB0;
	border-bottom: 1px solid #7F9DB0;
	border-left: 1px solid #C0D0D9;
	padding: 1px 2px 1px 2px;
	margin-top: 6px;
}

.uploads_icon, .uploads_filename, .uploads_filesize {
	display: block;
	width: auto;
/*	border: 1px solid red;*/
}

.uploads_icon {
	margin-right: 10px;
	float: left;
}

.uploads_filename {
	margin-right: 10px;
	font-weight: bold;
	float: left;
}

.uploads_filesize {
	float: right;
	width: 120px;
	text-align: left;
}

.uploads_description {
	clear: both;
}


/* ----------------------------------------------------------------- */

.klein  { 
        font-size : 90%;
        font-family : Verdana, Helvetica, Arial, sans-serif;
        color : #000;
        text-decoration : none;
}

A.klein:link, A.klein:visited { 
        font-size : 90%;
        font-family : Verdana, Helvetica, Arial, sans-serif;
        font-weight : bold;
        color : #000;
        text-decoration: underline;
}

a.klein:active, a.klein:hover { 
        font-size : 90%;
        font-family : Verdana, Helvetica, Arial, sans-serif;
        font-weight : bold;
        color : #000;
        text-decoration : underline;
}

.kleinbold  { 
        font-size : 90%;
        font-family : Verdana, Helvetica, Arial, sans-serif;
        font-weight : bold;
        color : #000;
        text-decoration : none;
}

A.kleinbold:link, A.kleinbold:visited { 
        font-size : 90%;
        font-family : Verdana, Helvetica, Arial, sans-serif;
        font-weight : bold;
        color : #000;
        text-decoration : underline;
}

a.kleinbold:active, a.kleinbold:hover { 
        font-size : 90%;
        font-family : Verdana, Helvetica, Arial, sans-serif;
        font-weight : bold;
        color : #000;
        text-decoration : underline;
}

