@charset "utf-8";
/*************************************************
 * (c)2009 by cloud agency germany
 *
 * Author:      Robert Weissenberg
 * Version:     1.1
 *************************************************/
/* CSS Document */
body {
	background-color:#1E1E1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: small;
/*	margin: 0px;
	padding: 0px;*/
}
#logo {
	position: absolute;
	width:780px;
	margin-left:-390px;
	left:50%;
	right:50%;
}
#menu {
	position: relative;
	width:700px;
	margin-left:-390px;
	left:50%;
	right:50%;
	top:90px;
}
#menu_contact {
	position: relative;
	width:80px;
	margin-left:310px;
	left:50%;
	right:50%;
	font-size:x-small;
	text-align:right;
	top:77px;
}
#content {
	position: relative;
	width:780px;
	margin-left:-390px;
	left:50%;
	right:50%;
	padding: 15px;
	top:110px;
}
#text {
	width:732px;
	margin: 4px;
	text-align:justify;
}
#referer {
	color:#999;
	font-size: medium;
	text-align: center;
}
#footer {
	position: relative;
	width:780px;
	margin-left:-390px;
	bottom:-130px;
	left:50%;
	right:50%;
	padding:5px;
/*	background-color:#1E1E1E;*/
	font-size:x-small;
	text-align:right;
}
input {
border: none;
border-bottom: 1px solid #FA9A03;
background:#111;
color:#999;
height: 14px;
font-size: 10px;
font-weight: bold;
}
textarea {
border: none;
border-bottom: 1px solid #FA9A03;
background:#111;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999;
font-size: 10px;
font-weight: bold;
}
select {
border: none;
/*border-bottom: 1px solid #FA9A03;*/
background:#111;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999;
font-size: 10px;
font-weight: bold;
}
a.no_underline {
	text-decoration:none;
}
a:link {
	color:#999;
}
a:visited {
	color:#999;
}
a:active {
	color:#999;
}
a:hover {
	color:#E8E8E8;
}
h1 {
	font-size:small;
	font-weight:normal;
}
h2 {
	font-size:small;
	font-weight:normal;
}
orange {
	color:#FA9A03;
}
a img {
border : 0 none;
}

input[type=image] {
height:34px;
width:68px;
}

