body{
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
img{
	border: none;
}

/* @group headlines */
h1{
	margin: 0.4em 0 0.5em 0;
}
h2{
	font-size:1.6em;
	margin: 1.5em 0 0.3em 0;
	color: #EF8813;
}
h3{
	font-size:1.4em;
	margin: 1.5em 0 0.3em 0;
	color: #A90A18;
}
/* @end */
a{
	color: #A90A18;
}
.orange{
	color: #EF8813;
}
.bigger{
	font-size:1.1em;
}

#container{
	width:  770px;
	position: relative;
	top:  0; left: 0;
	margin: 0 auto;
	text-align: left;
}
#top{
	height: 80px;
}
#logo{
	float: left;
	width: 350px;
}

/* @group servicenavi */
#servicenavi{
	float: right;
	padding-top: 55px;
	padding-right: 5px;
	color: #EF8813;
}
#servicenavi a{
	text-decoration: none;
	color: #000;
}
/* @end */
#header {
	clear: both;
	float: none;
	height:  275px;
}

/* @group menu */
#menu{
	list-style-type: none;
	margin: 0; padding: 10px 20px;
	height:  20px;
}
#menu li{
	float: left;
}
#menu img{
	border: none;
}
/* @end */

/* @group content */
#content{
	padding: 40px 20px;
}
.col_left{
	width:  300px;
	float: left;
}
.col_left_gal{
	width:  300px;
	float: left;
}
.col_left_gal img{
	padding-right: 3px;
	padding-bottom: 3px;
}
.col_right {
	width: 420px;
	float: right;
}
.col_right_gal {
	width: 420px;
	float: right;
}
.col_right_gal img{
	padding: 2px;
	border: 1px #000 solid;
}
.colsub_left{
	width:  47%;
	float: left;
}
.colsub_right {
	width: 47%;
	float: right;
}
.clear{
	clear: both;
	float: none;
}

/* @end */

/* @group footer */
#footer{
	clear: both;
	float: right;
	background: #FFF url('../_gfx/bg_footer.gif') top right no-repeat;
	height: 57px;
	width: 450px;
	margin-bottom: 3em;
}
#toplink{
	text-align: right;
	padding: 0.5em 1em;
}
#toplink a{
	text-decoration: none;
	color: #000;
}
#adress{
	font-size: 0.9em;
	padding-top: 7px;
	padding-left:  35px;
	color: #A90A18;
}
/* @end */
label{
	display: block;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}
input.txt{
	width:  100%;
}
