/* Created by Denes Szabo http://internode.hu */
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

p, form {
	margin: 0;
	padding: 0;
}
cite {
	display: inline;
	clear: none;
	font-style: normal;
}

#horizon {
	background-color: transparent;
	position: absolute;
	/*border: 1px solid Red;*/
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -270px;
	text-align: center;
	min-width: 702px; 
}

#wrapper {
	background-color: White;
	background-image: url(../img/bkg.jpg);
/*	background-attachment: fixed;*/
	background-position:left top;
	background-repeat: no-repeat;
	/*border: 1px solid Green;*/
	position: relative;
	text-align: left;
	width: 722px;
	height: 538px;
	margin: 0px auto;
	padding: 0px;	
}

#wrapper_de {
	background-color: White;
	background-image: url(../img/bkg_de.jpg);
/*	background-attachment: fixed;*/
	background-position:left top;
	background-repeat: no-repeat;
	/*border: 1px solid Green;*/
	position: relative;
	text-align: left;
	width: 722px;
	height: 538px;
	margin: 0px auto;
	padding: 0px;	
}

#wrapper_en {
	background-color: White;
	background-image: url(../img/bkg_en.jpg);
/*	background-attachment: fixed;*/
	background-position:left top;
	background-repeat: no-repeat;
	/*border: 1px solid Green;*/
	position: relative;
	text-align: left;
	width: 722px;
	height: 538px;
	margin: 0px auto;
	padding: 0px;	
}

#content {
	position: absolute;
	left: 260px;
	top: 195px;
	
	/*border: 1px solid Yellow;*/
	padding: 0px;
	padding-right: 8px;
	margin: 0px;
	
	width: 430px;
	height: 300px;
	clip: auto;
	overflow: auto;
	color: #666666;
}

#content p {
	margin-bottom: 5px;
}
#content img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	padding-bottom: 25px;
}

#quote {
	position: absolute;
	left: 28px;
	top: 265px;
	
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
	
	width: 169px;
	color: #B5B5B5;
}

#quotecontent {
	margin: 0;
	padding: 5px;
	color: #696969;
}
#langbox {
	position: absolute;
	left: 28px;
	top: 465px;
	
	padding: 0px;
	margin: 0px;
	
	width: 169px;
	color: #B5B5B5;
}

#langbox ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#langbox ul li {
	/*list-style: none;
	list-style-type: none;*/
	text-align: left;
	display: inline;
}
#title {
	position: absolute;
	left: 240px;
	top: 109px;
	
	/*border: 1px solid #CCCCCC;*/
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 450px;
	font-size: 27px;
	/*font-weight: bold;*/
	color: #FF9900;
}

#footer {
	position: absolute;
	left: 20px;
	top: 509px;
	
	/*border: 1px solid #CCCCCC;*/
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 680px;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #B5B5B5;
}
#mainmenu {
	position: absolute;
	top: 50px;
	left: 240px;
	width: 450px;
	/*display: block;*/
	
	margin: 0;
	padding: 0;
	
	/*border: 2px solid Lime;*/
	
	font-size: 12px;
	color: #B5B5B5;
	vertical-align: top;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	/*border: 1px solid Red;*/
	vertical-align: top;
}

#mainmenu ul li {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 0;
	padding: 2px 5px 0 5px;
	
}

#mainmenu ul li a {
	color: #B5B5B5;
}
#mainmenu ul li a:hover {
	border-top: 2px solid #FF9900;
}
#banners {
	position: absolute;
	left: 28px;
	top: 585px;
	
	padding: 0px;
	margin: 0px;
	
	width: 670px;
	color: #B5B5B5;
}

#banners ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#banners ul li {
	/*list-style: none;
	list-style-type: none;*/
	/*text-align: right;*/
	display: inline;
}

.ad {
	color: #DC3A0C;
	text-align: center;
	font-size: 140%;
}


#content h1.action {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
	#content h1.action a{
		color: #FF9900;
		text-decoration: underline;
		
	}