@CHARSET "UTF-8";

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
}

.fmore {
	display: none;
}

#container {
	position: relative;
	margin: 35px auto;
	width: 925px;
}

#columns{
	/*overflow: hidden;*/
}

#leftCol, #rightCol{
	float: left;
}

#leftCol{
	width: 495px;
	min-height: 190px;
}

#rightCol{
	width: 380px;
	margin-left: 26px;
}

#logo img{
	margin: 0;
}

#logo{
	width: 79px;
	height: 21px;
	position: absolute;
	top: 4px;
	right: 3px;
}

#head{
}

#navigation{
	overflow: hidden;
}

#subnavigation{
	/*height: 35px;*/
	width: 395px;
	margin-top: 19px;
	overflow: hidden;
}

#langSelect{
	height: 12px;
	position: absolute;
	top: 4px;
	left: 522px;
}

#langSelect ul{
	overflow: hidden;
	margin: 0;
}

#langSelect li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 0;
}

#langSelect li a:hover{
	text-decoration: none;
}

#langSelect li a.active{
	color: #af0917;
}

#right-banner{
	width: 285px;
	height: 114px;
	margin-top: 5px;
}

#banner{
	position: absolute;
	top: 5px;
	left: 180px;
	width: 315px;
	height: 104px;
	text-align: right;
}

#banner img, #right-banner img{
	margin: 0;
}

#left-content{
	padding-top: 1px;
}

#right-content{
	margin-top: 34px;
	width: 320px;
}

#right-content a{
	color: #af0917;
}

#footer{
	height: 30px;
	/* 196 */
	margin-top: 100px;
	position: relative;
	width: 404px;
}

#icons img{
	margin: 0 8px 0 0;
}

#bottom-navigation{
	position: absolute;
	right: 5px;
	top: 16px;
}

#bottom-navigation a, #bottom-navigation{
	font-size: 11px;
}

#bottom-navigation span{
	margin: 0 2px;
}

/* Formular */

.message{
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	padding: 5px;
	border: 1px dashed;
}

.success{
	border-color: #29a729;
}

.error{
	border-color: #DF2929;
}

.formentry{
	margin: 8px 0;
	overflow: hidden;
}

.formentry, .formentry label{
	line-height: 12px;
}

.formentry input, .formentry select, .formentry textarea {
	border: 1px solid #750019;
	background: #fff;
	font-size: 11px;
}

.formentry label, .formentry input[type="text"]{
	height: 12px;
	float: left;
}

.formentry label{
	display: block;
	width: 130px;
	height: 16px;
}

.formentry input[type="text"]{
	width: 149px;
}

.formentry input[type="submit"]{
	width: 180px;
	text-align: center;
}

.formentry select{}

.formentry textarea{
	width: 173px;
	height: 43px;
}

.formentry input .error{
	background: #DF2929 !important;
}

#jquery-lightbox img{
	margin: 0;
}