/* html styles */
body {
	margin: 69px 0 0 147px;
	width: 824px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}

a {
	color: black;
	text-decoration: none;
}

/* header: title, menue, lang */
#title {
	font-size: 22px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
}

#menue {
	font-size: 13px;
	margin-bottom: 44px;
	font-family: arial, helvetica, sans-serif;
}

#menue li {
	display: inline;
	margin: 0 17px 0 9px;
}

#menue li.active a, #lang li.active a{
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 3px;
	border-bottom: 6px solid black;
	margin-bottom: 10px;
}

*+ html ul#lang {
	margin-top: -7px;
}

*+ html #lang li.active a {
	line-height: 32px;
}

	
#menue li:hover, #lang li:hover {
	background: #ffff00;
}

#lang {
	float: right;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}
#lang li {
	display: inline;
}

/* gallery */
#gallery_container {
	position: relative;
	width: 551px;
	height: 179px;
}

.overlay {
	position: absolute;
	left: 485px;
	top: 23px;	
	z-index: 500;
}


/* content */

.footer_noborder {
	padding: 8px;
	border: none;
}

.box_help {
	padding: 8px;
	width: 180px;
	float: right;
	/*border: 1px solid #999999;*/
	background: #cc3232;
	color: white;
}
.box_help a {
	color: white;
}
.box_help a:hover {
	color: #f7dd3b;
}
.box_newsletter {
	float: right;
	margin-top: 54px;
	padding-left: 2px;
	width: 187px;
	float: right;
}
.box_newsletter input[type=text] {
	margin: 5px 0 6px -2px;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	width: 185px;
	background: #ffff00;
	border: none;
}
.box_newsletter input[type=image] {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-left: -2px;
}
.box_noborder {
	margin-top: 47px;
	width: 590px;
	padding: 10px;
	border: none;
	margin-bottom: 15px;
}
.box_border {
	width: 590px;
	padding: 7px 0 0 15px;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
.box_title {
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
}

.content_title {
	font-weight: bold;
	font-size: 17px;
	line-height: 19px;
	/*color: #999999;*/
}
.content_subtitle {
	font-size: 13px;
	line-height: 15px;
}
.content_textshort {
	margin-top: 5px;
	font-weight: bold;
}
.content_text {
	margin-top: 19px;
	width: 585px;
	min-height: 115px;
	font-size: 13px;
	line-height: 17px;
}
.content_link {
	color: blue;
}
.content_link:hover {
	color: red;
}
.content_footer {
	margin: 0 0 5px 0;
}

.group {
	margin: 7px 0 17px 7px;
	width: 540px;
}
.group_title {
	font-weight: bold;
	margin: 12px 0 2px 18px;
}
.group_text {
	margin: 0 0 5px 18px;
}
	
/* elements */
.element {
	padding: 5px 0 5px 18px;
	width: 443px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
}
.element_title {
	font-weight: bold;
}
.element_tip {
	font-size: 10px;
	line-height: 12px;
	margin-left: 10px;
}
.element_inputs {
	margin-top: 2px;
	width: 400px;
}
.element_help {
	position: absolute;
	left: 461px;
	top: -11px;
	display: none;
	background: #ffffff;
	color: #55bc22;
	padding: 9px;
	width: 200px;
	font-size: 11px;
	line-height: 13px;
}

/* Focus colors */
.curFocus {
	background-color: #85ec52;
}

/* form elements */
input, select, textarea {
	font-size: 14px;
	line-height: 16px;
	padding: 2px;
}
input.form_text, select {
	width: 294px;
	border: 1px solid #999999;
}
input.submit {
	margin: 20px 0 0 35px;
	background: #f7dd3b;
	border: none;
}
input.submit:hover {
	background: #65cc32;
	color: white;
}

textarea {
	border: 1px solid #999999;
	font-family: arial, helvetica, sans-serif;
}

select {
	width: 300px;
}

/* footer */
#footer {
	margin-top: 50px;
	border-top: 1px solid black;
	font-size: 12px;
	line-height: 16px;
}


/* list */
.list p, .list p a {
	font-size: 12px;
	color: #333333;
}