/* GLOBAL STYLESHEET */

* {
	margin:0;
	padding:0;
        scrollbar:hidden;
}

html, body { height: 100%; overflow:hidden; background-color: #000; }

body {
	font-family: Arial MT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	background-color: #000;
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

div#pagewrapper {
	display: table-cell;
	vertical-align:middle;
	width:1000px;
        /* border:1px solid red; */
}

#container {
	background-color: #161517;
	position: relative;
	height: 540px;
}

p {
 margin-bottom: .6em;
}

a {
	color: #fff;
}

.hide {
	display: none;
}


/* HEADINGS */

h1 {
	font-size: 100%;
	padding: 0em;
}

h1, h2, h3, h4 {
  color: #FF8000;
}

h1 {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0em 0em 1em 0em ;
	padding: 0em;
}

h1 strong {
	color: #fff;
}

h2 {
	font-size: 14px;
	margin: 2.5em 0em 0.8em 0em;
	padding: 0em;
}

h3{
	font-size: 120%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

h4, h5 {
	font-size: 1em;
	font-weight: normal;
}

h1 span {
	display: none;
}

/*=== NEWS ===*/
#news h4 {
 font-weight: bold;
 margin: 0px;
}
#news h5 {
 font-size: 1.2em;
 margin-top: 10px;
 font-weight: bold;
}
#news a {
 text-decoration: none;
}
#news h4, #news h5, #news a {
 color: #FF8000;
}

/* OTHER */
div.imageleft img {
	margin: 0px 10px 10px 0px;
}
div.imageright img {
	margin: 0px 0px 10px 10px;
}

#content a {
 text-decoration:none;
}

#content a em {
 color: #FF8000;
}

.text-blue {color: #afcfef;}

/* RIGHT */

#right img {
 display:inline;
 margin: 0px;
 padding: 0px;
 border: 0px;
}

#right a.icon img{
 margin: 0px;
 padding:0px;
}

#right a.icon {
 margin:0px;
 padding:0px;
 border: 0px;
 float: left;
}

/* FOOTER */

#footer a {
	margin-right:10px;
 color: #fff;
 text-decoration: none;
}
#footer a:hover {
 color: #ff8800;
}

#footer #search_box {
 position:absolute;
 top:0px;
 left:760px;
   /*background-color: red;*/
 height:19px;
}

#footer form {
 float:right;
 padding:0px;
 margin:0px;
}

#footer input{
 height:13px;
 line-height:0.8em;
 border:0px;
 margin:0px;
}


#footer #home_button {
 position:absolute;
 top:0px;
 left:768px;
 height:19px;
 width:20px;
 background: url("../images/home.gif") no-repeat center center;
}


#footer #home_button_text {
 position:absolute;
 top:0px;
 left:648px;
 height:19px;
 width:20px;

}




#footer #print_button {
 position:absolute;
 top:0px;
 left:695px;
 height:19px;
 width:20px;
 background: url("../images/druck.gif") no-repeat center center;
}





#footer #send_button {
 position:absolute;
 top:0px;
 left:725px;
 height:19px;
 width:21px;
 background: url("../images/send.gif") no-repeat center center;
}

#footer #send_button span, #footer #print_button span {
 display:none;
}

#footer #lng_chooser {
	position:absolute;
	top:0px;
	left:160px;
	height:20px;
}
#footer #lng_imgs{
	position:absolute;
	top:0px;
	left:800px;
	height:20px;
}


#footer #shoplink {
	position:absolute;
	top:0px;
	left:400px;
	height:20px;
}


.lngsimg {
border:none;
margin-top:3px;
}




#footer #lng_chooser #langs_switcher
{
	display:none;
	width:200px;
}
#footer #lng_chooser a {
	/*display:none;*/
	width:20px;
	padding:3px 3px;
	margin:0px;
	text-align:center;
	border-right:1px solid #fff;
}


#footer #lng_imgs
{
	width:100px;
}
#footer #lng_imgs a {
	/*display:none;*/
	width:20px;
	padding:0px 3px;
	margin:0px;
	text-align:center;
	/*border-right:1px solid #fff;*/
}

/* Scroll Buttons */

#scrollMeUp, #scrollMeDown {
 cursor: hand;
 z-index:55;
}

/* === FORM === */
input, select, textarea, td textarea {
 font-family: Arial MT, Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin:1px;
 padding:2px;
 border: none;
 background-color: #555555;
 color: #fff;
}

textarea {
 overflow:auto;
}
#rightbottom {
left:820px;
position:absolute;
text-align:left;
top:280px;
width:120px;
z-index:99;
}

#content td {
 font-size:11px;
}

option {
 border: none;
}

.field {
 width: 200px;
}

.error {
 border-bottom:2px solid red;
 margin-right: 15px;
}

.email_sent {
 /*color: green;*/
 padding-top: 30px;
}
