/* DATEI: screen.css */

/* Style Sheet Definitionen für www.bernd-leichter.de */
/* Autor: Frank Doerr - Wolke23 */
/* Erstversion: Jun Frogosa */

html {
     padding:0px;
     margin:0px;
     height:100%;
}

body {
     background-color:#dddddd;
     font-size: 12px;
     font-family: Arial, Helvetica, Verdana, Sans-Serif;
     color:#564b47;
     padding:0px;
     margin:0px;
     height:100%;
}
#box {
	width: 740px;
	margin: 0px auto;
         margin-left: 0px;
	padding:0px;
         text-align:left;
	background: #A3BF90;
         height: 100%;
}
#header {
	width: 740px;
	left: 0px;
         top: 0px;
	background-color:#ffffff;
	height:144px;
}

#menu {
	background: #A3BF90;
         margin-top:0px;
	padding:0px;
	float:left;
	width: 145px;
         min-height: 100%;max-height: auto;
         }

#mitte {
	background-color:#ffffff;
	padding:0px;
         margin:0px;
	float:left;
         width:595px;
         min-height: 100%;max-height: auto;
         overflow:visible;
         }

#rahmen {
         background-color:#ffffff;
         width:570px;
	border-width:1px;
         border-style:solid;
         border-color:#000000;
         padding:3px;
         }

#footer {
        clear:both;
         }

.bild	{
	float:left;
         margin-right:20px;
         margin-bottom:10px;
         margin-left:20px;
         margin-top:25px;
         }

.bild2	{
         margin-left:10px;
         }

p,h1,h2,h3,h4,div,td,th,b,i
     { font-family: Arial, Helvetica, Verdana; }
h1 { font-size:16px; font-weight:bold; color:#000000; padding:10px;}
h2 { font-size:14px; font-weight:bold; color:#000000; padding:10px;}
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12px;color:#000000; }
.orange { color:#d98f36; text-align:justify; }


p { color: black; font-weight: normal; font-size: 12px; line-height: 20px; font-family: Arial, Helvetica, Verdana; text-decoration: none; overflow:visible; padding:10px;}
.copybold { color: black; font-weight: bold; font-size: 12px; line-height: 20px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.copyblue { color: #666699; font-weight: normal; font-size: 10px; line-height: 20px; font-family: Arial, Helvetica, Verdana; }

.grau { color: #cfd0da; font-weight: bold; font-size: 14px; line-height: 20px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.dot { color: #d98f36; font-weight: bold; font-size: 16px; line-height: -50px; font-family: Arial, Helvetica, Verdana; text-decoration: none; }
a:link { color: #cfd0da; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none; }
a:active { color: #cfd0da; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none; }
a:visited { color: #cfd0da; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none; }
a:hover { color: #d98f36; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.anker { color: #666699; font-weight: normal; font-size: 10px; line-height: 20px; font-family: Arial, Helvetica, Verdana; text-decoration: underline; }
.email { color: #666699; font-weight: normal; font-size: 10px; line-height: 20px; font-family: Arial, Helvetica, Verdana; text-decoration: none; }

a.normal:link { color: #666699; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Verdana; text-decoration: underline; }
a.normal:active { color: #cfd0da; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Verdana; text-decoration: underline; }
a.normal:visited { color: #666699; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Verdana; text-decoration: underline; }
a.normal:hover { color: #d98f36; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Verdana; text-decoration: none }

.home_table {
	background: #a3bf90;
	text-align: left;
	width: 740px;
	height: 500px;
         border: 0px;
	padding: 0px;
	spacing: 0px;
         }