html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body { 
	background: #EEEEEE;
	color: #87200F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-style:normal;
	line-height: 1.5em;
}
h2, h3, h4{
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
h1{
	font-size:1em;
	font-weight:bold;
	margin:0 0 .7em 0;
}
h3{
	float:left;
	text-align:justify;
}
h4{
	margin:8px 16px 8px 16px;
	text-align:justify;
}
a{
	color:#87200F;
	font-style:italic;
	text-decoration:none;
}

p{
	float:left;
	margin:5px 5px 0 5px;
	line-height: 1.5em;
}

input, textarea, select{
	border:1px solid #87200F;
	color:#87200F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:4px 0 0 0;
	padding: 2px;
	resize: none;
	outline: none;
}

select{
	width:200px;
}

#login_area{
	
	position:absolute;
	top:250px;
	left:200px;
	width:200px;
	height:auto;
	background-color:#FFF;
	border: 1px solid #87200F;
	padding:5px;
}

#login_area a{

	text-align:center;
	width:192px;
	height:16px;
	float:right;
	margin: 4px 0px;
	border: 1px solid #87200F;
	padding:1px 3px;
}

#login_area a:hover{
	
	background-color:#87200F;
	color:#FFF;
	cursor:pointer;
}

#pass,
#login{
	width:120px;
	height:12px;
	float:right;
}

div#outline_container{
	height:100%;
	width:100%;
	left:0px;
	position:absolute;
	top:0px;
	vertical-align:middle;
}
div#content_container{
  left:50%;
  margin-left: -350px;
	position: relative;
	top:50px;
	width:700px;
}

div#maps_container{
	position:absolute;
	top:185px;
	width:682px;
	height:354px;
	display:none;
}

div#head_container_backend{
	border-top:1px solid #87200F;
	border-bottom:1px solid #87200F;
	height:115px;
	width:698px;
}


div#head_container{
	border-left:1px solid #87200F;
	border-top:1px solid #87200F;
	border-right:1px solid #87200F;
	float:right;
	height:115px;
	width:698px;
	overflow:hidden;
}

#head_container img{
	position:relative;
	top:-12px;
	width:100%;
}

div#head_navigation{
	background-color: #FFFFFF;
	border: 1px solid #87200F;
	padding:8px 8px 0px 8px;
	width:682px;
	float:left;
}
div#body_container{
	background-color: #FFFFFF;
	border: 1px solid #87200F;
	float:right;
	height:380px;
	padding:8px;
	width:682px;
}

div#pictures_container{
	float:left;
	margin: 4px 8px 0px 0px;
	height:355px;
	width:314px;
	background-color: #FFF;
}

p#status_txt{
	display:none;
	float:right;
	font-size:10px;
	margin:5px 0 0 0;
	padding: 0 5px;
	line-height: 1.5em;
	color: #FFF;
	background:#87200F;
}

div#message_container{
	float:left;
	height:100%;
	margin:0 0 2px 4px;
	text-align:justify;
	width:356px;
}

input#input_title,
input#input_title_en{
	float:left;
	font-weight:bold;
	width:278px;
}
textarea#input_message,
textarea#input_message_en{
	float:left;
	width:350px;
	height:280px;
}

textarea#input_message_en,
input#input_title_en{
	
	display:none;
}

input#input_city{
	width:198px;
	margin:4px 0 0 4px;
	float:left;
}

input#input_date{
	width:70px;
	float:left;	
}

.colorpicker{
	width:55px;
}

.colorquadrat{
	width:16px;
	height:16px;
	border:1px solid black;
	
}

#starttext{
	width:675px;
	text-align:right;
	float:left;
}

#online_btn{
	min-width:50px;
	width:56px;
	margin:4px 0 0;
}

#infomail_btn{
	width:76px;
}

.button_standard,
.button_active{
	position:relative;
	float:right;
	height:17px;
	min-width:66px;
	margin:4px 0 0 4px;
	text-align:center;
	font-style:italic;
	border:1px solid #87200F;
	cursor:pointer;
}

.button_active,
.button_standard:hover{
	color:#FFF;
	background-color: #87200F;
}

.button_standard{
	color:#87200F;
	background-color:#FFF;
}

.button_inactive{
	position:relative;
	float:right;
	height:17px;
	min-width:66px;
	margin:4px 0 0 4px;
	text-align:center;
	font-style:italic;
	color:#CCCCCC;
	border:1px solid #CCCCCC;
	cursor:default;
}


div#waiting_mc{

	display:none;
	position:absolute;
	width: 100%;
	height:100%;
	background-color:transparent;
	background-image:url(img/empty.png);
	background-repeat:repeat;
	background-position:0 0
}