/* CSS Document weissenstein schwinget*/
* html body {
	font-size: x-small; /* für IE5/WIN*/
	f\ont-size: small; /*für andere IE Versionen*/
    padding:0;
    margin:0;
    border:0;
}
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('../images/layout/bg.jpg') repeat-x;
	font: small Verdana,Arial, Helvetica, sans-serif;
	height: 100%;
    text-align:center;
}
img {
	border:0;
	padding:0;
	margin:0;
}
textarea {
	font-family: Verdana;
}
div {
	padding:0;
	margin:0;
}
div#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#3A6A74;	
}
 
div#header {
	text-align: left;
	height: 180px; /*width: 840px;*/
}
 
div.clear {
	clear: both;
}
div#dinwrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#E6E6E6;
}
div#menu {
	width: 180px;
	min-height:420px;
	height: auto !important;
	height: 420px;
	float: left;
	background: #E6E6E6;
}

a {
	color: #CC9966;
	text-decoration: none;
}
a.small {
	font-size: 70%;
}

a.calendarday {
	width: 18px;
	display: block;
	height: 10px;
}

a:hover {
	text-decoration: underline;
}

div#content {
	margin-left: 180px;
	padding-left: 10px;
	background: #ffffff;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}

div#content div#contentpad {	
}

div.pad {
}

div.adress {
margin: 10px 0 0 5px;
font-size:70%;
}

hr.spacer {
	border: 0;
	clear: left;
	margin: 5px auto;
	color: #323232;
	background: #323232;
	text-align: center;
	height: 3px;
}

br.clearer {
	clear: left;
}

div#footer {
	/*width: 829px;*/
	margin: 0 auto;
	clear: both;
	padding: 2px 5px 0 5px;
	color: #FFFFFF;
	font-size: 70%;
	text-align: right;
	height: 15px;
}

table.formtable {
	width: 100%;
	font-size: 90%;
}

tr {
	vertical-align: top;
}

td.even {
	background: #C8C8C8;
}

tr.odd {
	background: #EDEDED;
}

td.showThumb {
	/*border: 1px solid #012345;*/
	vertical-align: middle;
	width: 100px;
	height: 100px;
}

table.formtable input, table.formtable select, table.formtable textarea {
	font-size: 90%;
}

table.contenttable {
}

table.contenttable tr {
	vertical-align: top;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 110%;
	color:#707070;
	font-weight:bold;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-size: 95%;
}

div.bodytext {
	margin-top: 0px;
	padding-left: 5px;
	font-size: 90%; /*line-height: 1.4em; */
}

/*Main Nav*/
ul#menu-1-ul {
	/*width: 160px;   */
	padding: 0;
	margin: 0;
    border: 0;
	list-style: none;
	display: block;
	font-size: 80%;
	/*font-weight: bold; */
}


ul#menu-2-ul {
	/*width: 160px; */
	padding: 0;
	margin: 0;
    border: 0;  
	list-style: none;
	display: block;
	font-size: 90%;
	
}
 li{
 	padding: 0;
	margin: 0;
	border: 0;
}

 li.menu-1-no,  li.menu-1-act {
	width: 180px; 
	float: left; 
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

 li.menu-1-no a {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	display: block;
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}

 li.menu-1-no a:hover, li.menu-1-act a {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	display: block;
	color: #FFFFFF;
	background: #665849;
	text-decoration: none;
}

 li.menu-2-no,  li.menu-2-act, li.menu-2-last, li.menu-2-last-act{
	width: 180px; 
	float: left; 
	display: block;
	line-height: 20px; 
	text-indent: 10px;
}

 li.menu-2-no a, li.menu-2-last a {
	display: block;
	color: #454742;
	background: #ffffff;
	text-decoration: none;
    margin: 0;
    padding:0;
    border:0;
	border-right: 1px solid #969696;
}

 li.menu-2-no a:hover, li.menu-2-act a, li.menu-2-last a:hover, li.menu-2-last-act a{
	display: block;
	color: #B3B3B3;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
    margin: 0;
    padding:0;
    border:0;
	border-right: 1px solid #969696;
}
li.menu-2-last, li.menu-2-last-act {
	border-bottom:#959595 1px solid;
}
