
* {
	margin: 0; 
	padding: 0; 
}

body { background: #fff; }

img { 
	border: 0;
	-ms-interpolation-mode:bicubic;
}

.map {
	border: solid 1px;
	border-color:#ccc; 
}

.clear { clear: both; }
.asterisk { color:#F00;}

/*STRUCTURE*/

#wrapper {
	width: 900px;
	background: #fff; 
	margin: 0px auto;
	padding: 0px; 
} 

#header { padding: 10px 0px 5px 10px; }

#footer{ 
	border-top: #ccc solid 1px; 
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 9px;
}

#footer p {
	font-size: 13px;
	color: #000; 
}

.inner_wrapper { margin: 0px 0px 0px 0px;}

.inner_wrapper .body { margin: 10px 2px 0px 7px; }


#lang {float: right; margin: 0px 0px 15px 0px; }
#nav {float: right; margin: 25px 0px 0px 15px; }
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#nav ul li a{
	color:#000;
	height: 20px;
	text-align:center;
	border-right: 1px solid;
	padding: 0px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
	display: block;
}

#nav ul li a:hover{
	color: #fff;
	background: #000;
}
#nav li#active a{
	background: #000;
	color: #fff;
}
#nav li.last a {
	border-right: 0px solid;
}
.headline {
	background: #fff;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 7px;
	padding: 15px 10px 15px 10px; 
}

.col_type_1 {
	width: 298px;
	/*height:420px;*/
	overflow:auto;
	border-right: #ccc dotted 1px;
	float: left; 
}

.col_type_1 img { padding: 0px 0px 0px 0px;}


.col_type_2 {
	width: 415px;
	/*height: 395px;*/
	overflow:auto;
	margin: 2px 0px 0px 5px;
	padding: 0px 5px 0px 5px; 
	border-right: #ccc dotted 1px;
	float: left; 
}

.col_type_2 ul {
	margin-left: 23px;
	padding: 0;
	list-style-type: square;
	font-family: Helvetica Neue, "Helvetica Neue", helvetica, arial;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.noborder,.noborder2  { 
border: none;
}
.noborder2  {
padding-left: 10px;}

/*TYPO*/
h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 31px;
	line-height: 40px;
	color: #000; 
}

h1 .larger { font-size: 45px; line-height: 45px; }

h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 10px 0px; 
	font-size: 15px;
	line-height: 15px;
}

p {
	font-family: Helvetica Neue, "Helvetica Neue", helvetica, arial;
	font-size: 12px;
	line-height: 15px;
	color: #666; 
	margin: 0px 5px 15px 0px; 
}

	
p a:link, p a:active, p a:visited  {
	font-size: 12px;
	color: #000; 
	text-decoration: none; 
}

p a:hover  {
	color: #000;
	text-decoration: underline;
}

label{
	font-family: Helvetica Neue, "Helvetica Neue", helvetica, arial;
	font-size: 12px;
	float: left;
	width: 100px;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 150px;
}


#submitbutton {
	margin-left: 100px;
	margin-top: 5px;
	width: 90px;
}

br {
	clear: left;
}
