body { 
	margin: 0px;
	padding: 0px;
	color: #808080; 
	background-color: #c4c4c4;
	background-image: url("../_gfx/body_bg.png");
	background-position: center top;
	background-repeat: repeat-x; 
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font: Century Gothic, Geneva, Tahoma, Arial, Verdana, san-serif;
	font-size: 12px;
	color: #808080;
}

ul {
	margin-top: 0px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #d00;
	font-size: 20px;
	line-height:120%;
}

h2 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 15px;
	color: #d00;
}

a:link, a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #808080;
	text-decoration: none;
}


/* +++++++++++++++++++++++++++++ LOGIN WINDOW & ADMIN PAGE ++++++++++++++++++++++++++++  */
#login_box {
	margin: 0px 0px 0px -200px;
	padding: 0px;
	top: 100px;
	left: 50%;
	width: 400px;
	height: 250px;
	/*position: absolute;*/	
	background-image: url("../_gfx/login.png");
	background-position: center top;
	background-repeat: no-repeat; 
	font-family: Century Gothic, Geneva, Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 150%;

}

.date {
	background-color: #dddddd;
	color: #303030;
	width: 400px;
	display: block;
	float: left;
}
.tools {
	background-color: #dddddd;
	color: #303030;
	display: block;
}
/* +++++++++++++++++++++++++++++ CLASSES ++++++++++++++++++++++++++++  */
.clear {
	clear: both;
}

.subnavigation {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 250px;
	float: left;
}

.copy {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 648px;
	float: left;
	/*border: 1px solid pink;*/
}
.copy_one_row {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.copy p
{
	text-align:justify;
}
.offer_img {
	border:1px solid #000000;
}
/* +++++++++++++++++++++++++++++ NOSCRIPT ++++++++++++++++++++++++++++  */
#noscript {
	height: 30px;
	line-height: 30px;
	font-family: Geneva, Arial, Verdana, san-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #ffcc00;
}

/* +++++++++++++++++++++++++++++ ROOT ++++++++++++++++++++++++++++  */
#root {
	width: 990px;
	/*border: 1px solid black;*/
	padding: 0px;
	margin: auto;
	color: 808080;
	font-family: Century Gothic, Geneva, Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 150%;
}

#bg {
	width: 990px;
	background-image: url("../_gfx/content_bg.png");
	background-repeat: repeat-y;
	/*border: 1px solid green;*/
	
}

/* +++++++++++++++++++++++++++++ HEADER ++++++++++++++++++++++++++++  */
#header {
	width: 950px;
	height: 100px;
	padding: 30px 20px 0px 20px;
	/*background-image: url("../_gfx/head_new.png");*/
	background-image: url("../_gfx/head_non_lang.png");
	background-repeat: no-repeat;

	/*border: 1px solid green;*/
}
#header #logo {
	float: left;
}
#header #language {
	/*position: relative;*/
	width:150px;
	top: 75px;
	right: 25px;
	float: right;
	font-size: 10px;
	line-height: 22px;
	vertical-align: middle;
	text-align: right;
}

#header a:hover
{
	text-decoration:none;
	background:none;
}


/* +++++++++++++++++++++++++++++ MAINIMAGE ++++++++++++++++++++++++++++  */
#mainimage {
	width: 950px;
	height: 325px;
	margin: auto;
}

/* +++++++++++++++++++++++++++++ NAVIGATION ++++++++++++++++++++++++++++  */
#navigation {
	width: 900px;
	margin: auto;
}
#navigation #navbar {
	width: 900px;
	padding: 0px;
	border-bottom: 1px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
}
#navigation #navbar img{
	float: left;
}

/* +++++++++++++++++++++++++++++ SUB NAVIGATION ++++++++++++++++++++++++++++  */
.subnavigation ul{
	padding:0px;
	margin:0px 10px 0px 10px;
	list-style:none;

}
.subnavigation ul li{
	padding:0px 0px 5px 0px;
	font-size:11px;
}
.subnavigation ul li a:link, .subnavigation ul li a:visited{
	color:#808080;
	text-decoration:none;
}
.subnavigation ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#999999;
}

/* +++++++++++++++++++++++++++++ CONTENT ++++++++++++++++++++++++++++  */
#content {
	width: 900px;
	padding: 0px;
	margin: auto;
	/*border: 1px solid yellow;*/
}

/* +++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++  */
#footer {
	width:990px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	background-image: url("../_gfx/foot.png");
	background-repeat: no-repeat;
}


/* +++++++++++++++++++++++++++++ FORMULARE ++++++++++++++++++++++++++++  */
input, textarea {
	padding:2px;
	margin:2px;
}
input {
	width:150px;
}
textarea {
	width:400px;
}
.inputError {
	background-color:#DD0000;
	color:#FFFFFF;
}
.inputOk {
	background-color:#ffffff;
	color:#808080;
}
.input_radio
{
	width:25px;
}