html, body {
	margin: 0;
	padding: 0;
         font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
         background: #C89A83;
         background-image: url(jpg/bretterwand3.jpg);
         color: #000;
         text-align: center;
         font-size: 13px;
}

.logo {
         margin: 0;
         padding: 0;
         border: none;
}

/* ------------------------------ Layout ------------------------------ */

/*  Container-Formatierung Anfang*/
#gesamtseite{
         margin: 0;
         padding: 0;
         margin-left: auto;
         margin-right: auto;
         width: 680px;
         background: #fff url('bilder/hintergrund.gif') repeat-y;
         text-align: left;
}

body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #C89A83;
	background-image: url(jpg/bretterwand3.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	margin: 10px;
}

ul,li	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:link {
  color:#000066;
  text-decoration:none;
}
a:visited {
  color:#000066;
  text-decoration:none;
}
a:active {
  color:#000066;
  text-decoration:none;
}
a:hover {
  color:#006600;
  text-decoration:none;
}

img {
	border:none;
}

ol {
	line-height:20px;
	padding-left:20px;
}

ul {
	line-height:20px;
}

p {
	line-height:20px;
}

h1 {
	font-size:16px;
}

h2 {
	padding-top:10px;
	font-size:14px;
}

h3 {
	padding-top:5px;
	font-size:12px;
}

acronym {
	cursor:help;
}

table {
	font-size:12px;
}


.m1 {
	background-color:#EFEFEF;
	text-align:center;
}

.m1 a {
	display:block;
}

.tab {
	width:85%;
	font-size:12px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.th_l {
	width:50px;
	text-align:left;
	background-color:#CCCCCC;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.th_z {
	text-align:left;
	background-color:#CCCCCC;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.th_r {
	width:70px;
	text-align:right;
	background-color:#CCCCCC;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.td_l {
	width:50px;
	text-align:left;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.td_z {
	text-align:left;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.td_r {
	width:70px;
	text-align:right;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.f_l {
	width:200px;
	font-weight:bold;
}

.f_r {
}

input,textarea,select,button {
    font-family:Verdana;
    font-size:12px;
	border:1px solid #000000;
	background-color:transparent;
}
input:hover,select:hover,textarea:hover,button:hover {
    font-family:Verdana;
    font-size:12px;
	border:1px solid #BBBBBB;
	background-color:#FFFFFF;
}
input:focus,select:focus,textarea:focus,button:focus {
    font-family:Verdana;
    font-size:12px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}

input.rd,textarea.rd,select.rd {
    font-family:Verdana;
    font-size:12px;
	border:1px solid #C36767;
	background-color:#FCE3B3;
}
input.rd:hover,select.rd:hover,textarea.rd:hover {
    font-family:Verdana;
    font-size:12px;
	border:1px solid #BBBBBB;
	background-color:#FFFFFF;
}
input.rd:focus,select.rd:focus,textarea.rd:focus {
    font-family:Verdana;
    font-size:12px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}

#rahmen {
	width:100%;
	height:100%;
}

#menue {
	background-color:#EFEFEF;
	vertical-align:top;
	width:150px;
	float:left;
}

#rahmen_main {
	padding-left: 150px;
}

#titel {
	text-align:center;
	background-color:#CCCCCC;
}

#main {
	margin: 10px;
}

#meldung {
	color: #FF4700;
	margin: 20px 40px 20px 40px;
	padding: 5px 5px 5px 40px;
	border: 1px solid #000066;
	color:#AA0000;
	background: #FBFBB1 url('/img/icons/32x32/status/dialog-error.png') no-repeat 5px 10px;
}

#meldung_ok {
	color: #FF4700;
	margin: 20px 40px 20px 40px;
	padding: 5px 5px 5px 40px;
	border: 1px solid #000066;
	color:#00AA00;
	background: #FBFBB1 url('/img/icons/32x32/status/dialog-information.png') no-repeat 5px 10px;
}