﻿html{
	background:#fff;
	color:#1D8C85;
}
body{
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size:12px;
	color:#2b465b;

}
#gallery{
	width:120px;
	height:120px;
	padding:5px;
	border:1px solid #10524E;
	margin-right:5px;
	margin-bottom:5px;
}
.link_10{
	font-size:10px;
	color:#1D8C85;
	text-decoration:none;	
}
.link_11{
	font-size:11px;
	color:#1D8C85;
	text-decoration:none;	
}
.link_11w{
	font-size:11px;
	color:#fff;
	text-decoration:none;	
}

#box{
	width:360px;
	margin-left:auto;
	margin-right:auto;

}
label{
	float:left;
	display:block;
	width:150px;
}
.frm_input{
	margin-bottom:5px;
	width:200px;
	border:1px solid #10524E;
}
.frm_button{
	background:#fff;

	border:1px solid #10524E;
}

#header{
	margin-top:45px;
	width:950px;
	height:138px;
	color:#1D8C85;
	background:url(../img/grafik_hor_header.jpg) bottom left no-repeat;
}
#header2{
	width:950px;
	height:13px;
	background:url(../img/grafik_hor_footer.jpg) bottom left no-repeat;
}
#header3{
	width:950px;
	height:13px;
	background:url(../img/grafik_hor_footer.jpg) bottom left repeat-y;
}
#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#lang{
	line-height:138px;
	width:180px;
	float:left;
}
#logo{
	width:280px;
	float:left;
}
#navi{
	padding-top:60px;
	width:490px;
	float:left;
	text-align:right;
}
#home{
	color:#fff;
	padding-top:15px;
}
#content{
	height:455px;
	width:950px;
	
}
#left{
	float:left;
	margin:0;
	padding:0;
	width:173px;
	height:455px;
}
#right{
	margin-top:10px;
	margin-left:10px;
	float:left;
	display:none;	
}

#footer{
	float:right;
}
.clear{
	clear:both;
}


