﻿body {

	overflow:auto; 
	padding:0; 
	margin:0; 
	border:0;
	background-color: #FFFCF2;
	background-image: url('images/2007_bg_gradient.gif');
	background-position: top;
	background-repeat:repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	text-align: justify;
	display: block;
	font-size:12px;
}

html {

	padding:0; 
	margin:0; 
	border:0; 
	background-color: #FFFCF2;
	background-image: url('images/2007_bg_gradient.gif');
	background-position: top;
	background-repeat:repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	text-align: justify;
	display: block;
	font-size:12px;
}

body#editor {
	height: 90%;
	padding: 10px;
	
	
}

body#editor p {
	
	display:block;
	
}
hr{
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	border-bottom:1px dashed #777;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

div#header {
	display:block;
	clear: both;
	z-index: 40;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px
}

a.buttonnavi {
	font-size:9px;
	padding-left:1em;
	padding-right:1em;
	padding-top:0em;
	padding-bottom:0.1em;
	text-decoration:none;
   background-color:#FBFBFB;
	color:#7a021b;
	border:1px solid;
   border-top-color:#999999;
   border-left-color:#999999;
   border-right-color:#999999;
   border-bottom-color:#999999;

}
a.buttonnavi:hover {
   color:#FFFFFF;
   background-color:#7a021b;
   border-top-color:#C9032B;
   border-left-color:#C9032B;
   border-right-color:#45010F;
   border-bottom-color:#45010F;
}
a.buttonnavi:active {
   color:#FFFFFF;
   background-color:#FF3300;
   border-top-color:#F23131;
   border-left-color:#F23131;
   border-right-color:#9F0B0B;
   border-bottom-color:#9F0B0B;
}

.purplebutton{
   color:#FFFFFF;
   font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size:9px;
   font-weight:bold;
   background-color:#7a021b;
   border:1px solid;
   border-top-color:#F23131;
   border-left-color:#F23131;
   border-right-color:#9F0B0B;
   border-bottom-color:#9F0B0B;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffE26B6C',EndColorStr='#ffB80C0D');
}


div#small_loader{
	height: 80px;
	width: 80px;
	z-index: 10;
	display:inline;
	
}

div#small_loader img{
	margin-left: 10px;
}

div.meldung{
	height: 10px;
	z-index: 10;
	margin-left: 10px;
	color: #CC0000;
	display:inline;
}

h1{
	font-size: 150%;
 	color: #7a021b;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	padding: 0px;
}


ul.sortableList  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 300px;
	font-family: Arial, sans-serif;
}
ul.sortableList li {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 0px;
	background-color: #F0F0F0;
	border: 1px solid #000000;
}

#photos {
  margin-left:0px;
  width:100%;
  height:60px;
  border:0px solid #7a021b;
}

#photos img {
  float:left;
  margin:1px;
  cursor:move;
}
.moveable {
	border:2px solid #7a021b;
}
.moveableNon {
	border:2px solid #FFFFFF;
}
.moveableClick {
	border:2px solid #DD0000;
}

#maincenter { position: relative; left: 10; width: 400px; height: auto; float: left }
.entry  {  background-color:#FBFBFB; 	border:2px solid; border-color:#999999; margin-bottom: 10px; position: relative; width: 400px; height: auto; float: left }
.entry_not_valid  { background-color: #FFFCF2; border:1px dotted; border-color:#7A021B; margin-bottom: 10px; position: relative; width: 400px; height: auto; float: left }
.entry_header  { display: inline; margin-top: 5px; margin-left: 10px; position: relative; width: 380px; height: auto; float: left; border-bottom: 1px solid #afb1b4 }
.entry_data  { color: #afb1b4; padding: 2px; position: relative; width: 185px; float: left }
.req { color: #ffa616; font-size: 8px; font-family: Verdana; text-decoration: none }
.message   {  display: inline; padding: 10px; position: relative; width: 380px; height: auto; float: left; overflow: hidden }
a.admin   { color: #fff; font-family: Tahoma, Verdana, Arial, sans-serif; font-size:9px; font-weight:bold; text-decoration: none; background-color: #7a021b; text-align: center; padding: 1px 1px 1px 2px; width: 25px; height: 15px !important; border: solid 1px }
a { color: #7A021B; text-decoration: none }
input.maxlength { color: #7A021B; font-size: 10px; font-family: Verdana; width: 30px; height: 15px; border-width: 0 }

.db table{
	width:100%;
 }
.db tr{
	vertical-align: middle;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
	font-variant: bold;
	height:20px;
}


.editable, textarea{
	cursor: crosshair;
	color: #000000;
	border: 2px dotted #7A021B;
	background-color: #FFFFFF;
}
.editable input{
	font-size:9px;
}
.editable select{
	font-size:9px;
}
.editableNon input{
	font-size:9px;
}
.editableNon select{
	font-size:9px;
}
.editableNon{
	border: 2px solid #999999;
	background-color: #FBFBFB;
}
