/* General */

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

html, body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #454545; 
	height:100%;
}

a {
	text-decoration:none;
	color:#ff8400;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:17px;
}

h2 {
	font-size:12px;
}

h2 a {
	color: #353535;
}

img {
	border:0;
}

td {
	vertical-align:top;
	padding:0 10px 10px 0;
}

.clear {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* Main */

body {
  background-image:url(../images/details/bg.gif);
  background-repeat:repeat-x;
  background-color:#808080;
}

#container {
  width:900px;
  margin:0 auto;
  height:100%;
  min-height:100%;
  background-color:#ffffff;
  position:relative;
}

html>body #container {
	height:auto;
}

/* header */
.header {
	width:900px;
	height:121px;
	float:left;
}

.headertop {
	width:900px;
	height:91px;
	float:left;
	background-image:url(../images/heading/header.gif);
	background-repeat:no-repeat;
}

.logo {
	width:244px;
	height:63px;
	float:left;
	margin:12px 0 0 20px;
}

.slogan {
	float:right;
	color:#ffffff;
	margin:33px 50px 0 0;
}

/* menu */

.menu {
	width:900px;
	height:30px;
	background-image:url(../images/heading/stroke.gif);
	background-repeat:no-repeat;
	float:left;
}

.menu ul {
	list-style-type:none;
	float:left;
	margin:7px 0 0 30px;
}

.menu li {
	background-image:url(../images/details/listitem.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	display:inline;
	margin:0 15px 0 0;
	float:left;
}

.menu li a {
	color:#ffffff;
}

.menu li a:hover {
	text-decoration:none;
	color:#353535;
}

/* box */

.leftmenus {
	width:219px;
	float:left;
	margin:15px 0 0 15px;
}

.box_top{
	background-image:url(../images/menus/menutop.gif);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
	width:219px;
}

.box{
	background-image:url(../images/menus/menumiddle.gif);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
	width:219px;
	margin:0 0 15px 0;
}

.box_bottom{
	background-image:url(../images/menus/menubottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
	width:219px;
}

.box h2 {
	color:#FFFFFF;
	margin:6px 0 0 15px;
}

.box ul {
	list-style-type:none;
	float:left;
	margin:10px 0 20px 15px;
}

.box li {
	width:165px;
	float:left;
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0;
}

.box li span {
	font-size:9px;
}

/* content */

.content {
	width:640px;
	margin:15px 0 0 5px;
	float:left;
	text-align:justify;
	line-height:15px;
}

.toptitle {
	font-weight:bold;
	color:#0984b3;
	font-size:15px;
}

.toptitle a{
	color:#0984b3;
}

.block {
	width:638px;
	float:left;
	border:1px solid #CCCCCC;
	padding-bottom:15px;
}

.block table {
	float:left;
	margin:0 0 0 11px;
}

.block td {
	padding:10px 0;
}

.first {
	width:120px;
	float:left;
	font-weight:bold;
}

.bluestroke {
	height:22px;
	float:left;
	background-image:url(../images/details/bluestroke.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}

.bluestroke a{
	color:#ffffff;
}

.bluestroke h1 a{
	font-size:12px;
	color:#ffffff;
	padding:0 0 0 15px;
}
	

/* maps view */

.mapsleft {
	width:235px;
	float:left;
	margin:11px 0 11px 0;
}

.mapsright {
	width:235px;
	float:right;
	margin:11px 11px 11px 0;
}

.mapholder {
	width:205px;
	height:40px;
	float:left;
	background-image:url(../images/details/mapicon.gif);
	background-repeat:no-repeat;
	padding:0 0 15px 30px;
	text-align:left;
}

.mapholder span a {
	color:#353535;
}

.mapholder h3 a {
	font-size:12px;
}

.numbers {
	font-weight:normal;
	font-size:9px;
}

/* footer */
.footer {
	width:900px;
	height:15px;
	background-image:url(../images/heading/stroke.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
}

/* rest */

.selectbox1 {
	width:210px;
}

.headselect {
	font-weight:bold;
	background-color:#FF9900;
	color:#ffffff;
}

.textfield {
	width:350px;
}

.textfield2 {
	width:86px;
}

.textarea {
	width:350px;
	height:150px;
}

.form_nosucces {
	width:500px;
	border:1px solid #ff9700;
	padding:10px;
	margin:5px 0;
}

.form_nosucces ul {
	padding:10px;
}

.form_succes {
	width:500px;
	border:1px solid #8aac1a;
	padding:10px;
	margin:5px 0;
}

