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

body {
  	background: url(../../_images/bg.gif) repeat-y center #ffffff;
	margin: 0px;
	padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;	
	height: 99.9%;
}
* html body {
	height: 99.8%;
}
*+html body {
	height: 99.8%;
}

body.pflege {
  background: #f8f8f2;
  padding: 10px 10px;
  height: auto;
}

body.popup {
  background: #BFDBEE;
  margin: 0px;
  padding: 0px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #796f00;
}

a:hover, a:active {
	color: #5e3a1a;
}

a.aktiv {
	color: #5e3a1a;
}
li {
    margin-bottom:10px;
}

#wrapper {
	background: url(../../_images/bg_body.gif) repeat-y center #ffffff;
	width: 980px; 
	margin: 0px auto;
	padding: 0px;
	min-height: 100%;
	position: relative;
	border-bottom: 1px solid #421200;
}
* html #wrapper {
	height: 100%;
} 

.site {
	position: relative;
	width: 980px;
}

.header {
    background: #ffffff;
	height: 100px;
    width:980px;
}
.header img {
     margin:40px 0px 0px 30px;
}
.navigation_meta {
	float:right;
    margin:62px 15px 0px 0px;
    color: #796f00;
}
.navigation_meta a:link, .navigation_meta a:visited {
	padding: 5px;
	font-size: 10px;
    font-weight: normal;
    overflow: hidden;
}
.navigation_meta a:hover, .navigation_meta a:active {
	color: #353100;
}
.navigation_meta a.active {
	color:#353100;
}
.navig {
    background-color: #786f00;
	height: 66px;
    border-bottom:solid #ffffff 1px;
}
.navigation {
    float: left;
    width:980px;
    border-bottom:solid #ffffff 1px;
}
.navigation a, .navigation a:visited {
	float: left;
	height: 25px;
	padding: 10px 0px 0px 0px;
	color: #ffffff;
	font-size: 14px;
    text-align: center;
    border-right:solid #ffffff 1px;
}
.navigation a.active {
	background-color: #4c4600;
}
.navigation a:hover {
    background-color: #4c4600;
	color: #ffffff;
    height: 25px;
}
.navigation_sub {
    padding:6px 0px 3px 27px;
}

.navigation_sub a, .navigation_sub a:visited {
    padding:7px 10px 7px 10px;
    color:#ffffff;
	font-size: 12px;
}
.navigation_sub a:hover {
    color: #4C2600;
}
.navigation_sub a.active {
	color: #4C2600 !important;
}

#container {
	position: relative;
	height: 100%;
	width: 980px;
}
#flashcontent {
	position:relative;
    margin:0px;
    border-bottom: solid #ffffff 1px;
}
div {
	padding: 0px;
	margin: 0px;
}
#inner {
	position: relative;
	padding: 0px;
	height: 100%;
}
#container #content, #container #content2, #container #content3 {
    padding: 0px 0px 30px 0px;
}

#left {
    position:relative;
	float:left; 
    width:365px;
    margin-bottom:30px;
}
#left img {
    border-bottom:solid #fff 1px;
}

* html #left { 
	margin-right: -3px; 
} 
* html #right { 
	margin-left: -3px; 
}

#content, #content2, #content3 {
	position: relative;
    float: right; 
  	width: 614px;
	height: 1%;
	
}
#content {
    min-height:320px;
}
#content2 {
    min-height:420px;
}
#content3 {
    min-height:220px;
}

#content h1, #content p, #content h2, #content #drittenavi, #content #viertenavi, #content #pflege, #content2 h1, #content2 p, #content3 h1, #content3 p {
    padding-left:40px;
}

#content2 h2 {
    padding-left:20px;
}

#content.pinnwandbg{
	background: url(../../_images/bg_body.gif) repeat-y center #ffffff;
	min-height:520px;
}
#right {
    float:right;
    margin-right:15px;
}

#drittenavi {
    background-color: #b0a66d;	
	font-weight: normal;
	color: #5d330d;
    margin:0px;
    padding:7px 0px 7px 0px;
    border-bottom:solid #ffffff 1px;
}
#drittenavi a {
    color: #ffffff;
}
#drittenavi .aktiv {
    color: #5d330d;
}
#viertenavi {
    background-color: #b0a66d;	
    margin-top:2px;
    padding:7px 0px 7px 0px;
    text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#viertenavi a {
    color: #ffffff;
}
#viertenavi .aktiv {
    color: #5d330d;
}
#pflege {
    line-height:25px;
}
.tab1{
    position: relative;
}
.tab2{
    position: absolute;
    left:250px;
}
.tab3{
    position: absolute;
    width:50px;
}
.tab4{
    position: absolute;
    width:50px;
}

.right-bottom {
	position: absolute;
	right: 0px;
	bottom:60px;
}
#bottom-left {
	float: right;
	position: absolute;
	left: 10px;
	bottom:20px;
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 22px;
	width: 100%;
	background: #421200;
    margin: 0px;
	padding: 0px;
	border-top: 8px solid #796f00;
}

* html #footer {
	bottom: -2px;
}
*+html #footer {
	bottom: -2px;
}


#bottom-right {
	float: right;
	position: absolute;
	right: 10px;
	bottom:18px;
}


* html #left { 
	margin-right: -1px; 
} 
* html #right { 
	margin-left: -1px; 
}


.clear {
	height: 8px;
	overflow: hidden;
}

#container .box a {
  color: #ffffff;	
}

h1 {
    background-color: #bcaca3;	
	font-weight: normal;
	color: #5e3a1a;
	font-size: 20px;
    line-height: 26px;
    padding:20px 0px 20px 0px;
    margin:0px 0px 20px 0px;
}

h2 {
	margin: 0px;
	font-weight: normal;
	color: #5e3a1a;
    text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
p {
    margin: 0px;
	padding: 0px 0px 0px 0px;
}
hr {
	margin: 10px 15px 10px 40px;
	border: 1px solid #421200;
}

#content p, #content li, #content ol {
	width:480px;
}
#content ul {
	position: relative;
	top: 0px;
	left: 35px;
	display: block;
	list-style-type:disc;
	margin: 10px 0px 15px 5px;
	padding: 0px 0px 0px 15px;
	width: auto;
}
#content2 p {
	width:303px;
}
body.pflege p {
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: auto;
}

form {
	margin:0px;
	padding:0px 0px 0px 0px;
}

a.submit {
    width: 140px;
	font-size: 11px;
	line-height: 16px;
	color:#000;
	font-weight:normal;
	padding:1px 37px 0px 35px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
}

input {
    width: 110px;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
}
textarea {
    width: 246px;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
}

input.fanartikel_btn {
    width: 20px;
	border:0px;
}
input.fanartikel_btn_kasse {
    width: 110px;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
}
input.steckbriefinput {
    width: 115px;
}
input.kasse, input.kasse_error {
    width: 170px;
}
input.kasse_error {
    background:#DFDCC2;
}
input.kasse_ort {
	width: 113px;
}

input.checkbox {
    width: 16px;
}
input.steckbriefcheckbox {
    width: 16px;
    margin:0px;
    background: #BDB27B;
    border: 1px solid #BDB27B;
}
input.demo-photoupload {
    width: 110px;
    border: 1px solid #786F00;
}
input.submit {
	background: #e5e0d9;
	border: 0px solid #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
    text-decoration: none;
	font-weight: bold;
	color: #796f00;
    cursor:pointer;
}
input.steckbrief {
	background: #e5e0d9;
	border: 0px solid #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
    text-decoration: none;
    text-align: right;
	color: #796f00;
    width: 230px;
    margin:0px;
}
input.steckbriefhover {
    background: #e5e0d9;
	border: 0px solid #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
    text-decoration: none;
    text-align: right;
	font-weight: bold;
	color: #5e3a1a;
    width: 230px;
    margin:0px;
    cursor:pointer;
}

input.two_digit {
	width: 16px;
}
input.four_digit {
	width: 30px;
}
input.five_digit {
	width: 40px;
}
input.ort {
	width: 70px;
}

input.formelem, textarea.formelem, select.formelem, input.demo-photoupload {
  width: 442px;
}

textarea.mce {
  width: 470px;
} 

body.mceContentBody {
    padding:15px;
    background: #E5E0D9;
    height: auto;
}


div.clear {
	height: 0px; 
	clear: both;
	overflow: hidden;
}
table.turnierergebnisse {
    width:90%;
	margin:0px 40px 0px 40px;
	padding-left:40px;
    text-align: left;
}

table#fanartikel, table#kasse {
	margin:0px 40px 0px 40px;
	padding-left:40px;
    text-align: left;
}

div.anzahl, div.seiten_nav{
	float:left;
	width:75px;
}
table#fanartikel, table#kasse, table#pinnwand, table#pinnwandfooter, table.pinnwandpflege {
    width:510px;
}
table#pinnwand, table#pinnwandfooter, table.pinnwandpflege {
	background-color:#fff;
	margin-left:40px;
	padding:10px;
}
table#fanartikel td p, table#fanartikel td h2 {
    width:220px;
	padding:0px;
}

table#pinnwand td p, table#pinnwand td h2 {
    width:240px;
	padding:0px;
}
table#kasse td h2 {
	padding:0px;
}
table#fanartikel th, table#pinnwand th {
	color: #786f00;
}
.pinnwandartikel {
	border:solid #796f00 1px;
	background-color:#fff;
	position: absolute;
	top: 20px;
	left: -100px;
	margin-bottom:50px;
	width:385px;
}
.pinnwandartikel img, #content .pinnwandartikel h2, #content .pinnwandartikel p, .pinnwandartikel a {
	margin:10px;
	padding-left:0px;
}
#content .pinnwandartikel p {
	width:365px;
}
#content .pinnwandartikel img#details {
	float:right;
}
td.gruen_artikel, h2.gruen_artikel{
	color: #786f00;
}
h2 a.artikel{
	color: #421200;
}
td.gruen_artikel, td.artikel {
	border-bottom:solid #796f00 1px;
	/*padding-top:12px;*/
}
th.summe {
	padding-top:12px;
}
table#fanartikel td.preis {
	text-align: center;
	vertical-align:top;
	border-bottom:solid #796f00 1px;
	padding-top:12px;
}
table#fanartikel td.form {
	width:220px;
	text-align: center;
	padding-top:12px;
	vertical-align:top;
}

#content table {
	/*margin:0px 40px 0px 0px;*/
	margin-right:40px;
	padding:0px;
    text-align: left;
}
table #pflegetable, table #text_tbl,  table #text_toolbar1, table #text_toolbar2 {
	margin:0px;
}
#content.veranstaltung table  {
	margin:0px 40px 0px 40px;
	padding:0px;
    text-align: left;
}
#content table.pflege {
	margin:0px 0px 0px 0px;
    text-align: left;
}
#content caption {
    text-align: left;
}
table.beitraege {
    width:80%;
	margin:0px 40px 0px 40px;
	padding-left:40px;
    text-align: left;
}
table.beitraege p {
    padding:0px 0px 0px 0px;
}
table th {
    text-align: left;
}

table.turnierergebnisse th, table.beitraege th {
	height: 50px;
	background-color: #5a3b19; 
    color:#ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 100px;
	padding: 0px 10px;
    text-align: left;
    font-weight: normal;
}
table.beitraege th.rechts, table.produktmatrix td.rechts {
	border-right: 0px;
	background: none;
	border-bottom: 0px;
	width: auto;
}
table.turnierergebnisse td, table.beitraege td {
	background-color: #b8b379; 
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 22px;
	padding: 0px 10px;
    text-align: left;
}
table.steckbrief {
	margin: 5px 0px  5px  20px;
}
table.steckbrief th {
	height: 15px;
	padding: 0px 10px  5px  0px;
    text-align: left;
}
table.steckbrief td {
	padding: 0px 0px  5px  0px;
}

table.kontakt {
	margin-left: 40px;
	*margin-left: -20px;
}

table.kontakt td.feldname {
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.kontakt td.feld {
	padding: 2px;
}

input.kontakt {
	font-size: 11px;
	background: #ffffff;
    font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #5E3A1A;
}

textarea.kontakt {
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #2A87C8;
	width: 240px; 
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


select.kontakt {
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
	width: 240px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select.reitanlage {
	font-size: 8px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
	width: 285px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select.turniere {
	font-size: 8px;
	background: #ffffff;
	border: 1px solid #5E3A1A;
	width: 444px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.adminhead, ft-adminhead-normal, div.adminhead, td.adminhead_edit {
  text-decoration: none;
  font-weight: bold;
  background-color: #b0a66d;
  padding: 3px 3px;
  vertical-align: top;
  text-align:left;
  empty-cells: show;
  color: #FFFFFF;
}

td.adminhead_edit {
    padding-left:40px;
}
