/**
 * Screen CSS Lohberger
 */

* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/static/img/layout/bg.jpg);
	background-repeat: repeat-x;
}

div, h1, h2, h3, h4, h5, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

a,
a:hover {
	text-decoration: none;
}

img {
	border: 0px none;
}

h1 {
	font-size: 16px;

}

h2 {
	font-family: "TheSans B7 Bold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	color: #5a5a5a;
	font-weight: normal;
}

h3 {
	color: #5a5a5a;
	padding-bottom: 5px;
}

input,
select,
textarea {
	border: #656565 1px solid;
	padding: 3px;
	color: #393939;
	height: 14px;
}

label {
	padding: 4px 8px 5px;
}

select {
	padding-bottom: 2px;
	height: auto;
}

th {
	text-align: left;
}

#container {
	background: transparent url(/static/img/layout/bg_main.gif) center top no-repeat;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

#container .container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	overflow: hidden;
}

#container .container .gradient {
	background: #eeeeee url(/static/img/layout/bg_content.png) no-repeat left top;
	float: left;
	width: 1000px;
	behavior: url(/static/js/iepngfix.htc);
	padding: 35px 0px 0px 0px;
}

#languages {
	float: right;
	width: 150px;
	position: absolute;
	left: 800px;
	top: 45px;
	z-index: 100;

}

#languages .selectbutton {
	background: url(../img/layout/languages.gif) right 4px no-repeat;
	color: #FFFFFF;
	text-align: right;
	padding: 0 15px 0 0;
}

#languages .selectbutton.only {
	background: none;
}

#languages .selectbutton img {
	padding-right: 10px;
}

#languages .options {
	background: #c50a1d none repeat scroll 0 0;
	float: right;
	overflow: hidden;
	padding: 6px 0;
	width: 120px;
	text-align: right;
}

#languages .options a {
	color: #ffffff;
	display: block;
	height: 14px;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	width: 105px;
}

#languages .options a img {
	margin: 1px 0px 0 5px;
}

.language_images {
	float: right;
	padding: 0 20px 0 0;
	width: 50px;
	position: absolute;
	bottom: 27px;
	right: 235px;
}

.language_images a {
	float: left;
	padding: 5px 5px 5px 0;
}

.language_text {
	width: 140px;
	float: right;
	padding: 35px 0 0 0;

}

.language_text ul {
	margin: 0;
	padding: 0;
}

.language_text ul li {
	margin: 0;
	list-style: none;
	background: url(/static/img/layout/arrow_white.gif) no-repeat 3px 3px;
	padding: 1px 0 2px 15px;
}

.language_text ul li a {
	color: #ffffff;
}

#popup,
#tafbox {
	position: absolute;
	left: 50%;
	top: 185px;
	background-color: #FFFFFF;
	border: 1px solid #C60818;
	padding: 10px;
	width: 450px;
	height: 300px;
	z-index: 3000;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#tafbox {
	top: -350px;
	filter: none !important;
}

#popup h1,
#tafbox h1 {
	width: 438px;
	border: 1px solid #C60818;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	float: left;
}

#popup a.close,
#tafbox a.close {
	float: right;
	position: relative;
	right: -9px;
	top: -9px;
	width: 25px;
	height: 25px;
	background: url(/static/img/layout/close.gif) no-repeat;
	z-index: 3002;
}

#popup div.popupcontent {
	position: relative;
	top: 40px;
	left: 0px;
}

#tafbox p {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#tafbox form {
	float: left;
	position: relative;
	width: 300px;
}

#tafbox form label {
	float: left;
	clear: left;
	width: 125px;
	position: relative;
	padding: 7px 0;
}

#tafbox form input {
	float: left;
	width: 150px;
	margin: 3px 0;
}

#tafbox form textarea {
	float: left;
	width: 150px;
	height: 75px;
}

#tafbox form input.submit {
	background: none;
	height: auto;
	clear: left;
	margin: 5px 0 0 125px;
	width: 158px;
}

