@charset "utf-8";
/* CSS Document */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#7f7f7f; font:10px/1.35 Verdana, Geneva, sans-serif; color:#343434; text-align:left; }

img           { border:0; vertical-align:top; }

a             { color:#fff; }
a:hover       { color:#525252; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Text */
.smalltext	  { font-size:9px; }
.grey		  { color:#808080; }

/* ======================================================================================= */



/* Layout ================================================================================ */
#wrapper {
	background:url(../images/backgraund.jpg) 0 0 no-repeat;
	width:941px;
	height:560px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-260px 0 0 -470px;
}

#company-text {
	position:absolute;
	top:180px;
	left:420px;
	width:300px;
}

#company-text h1 {
	font-size:14px; 
	font-weight:bold;
}

#company-righttext {
	position:absolute;
	top:140px;
	left:735px;
	width:170px;
	height:130px;
	padding-left:10px;
	border-left:5px solid #cacccd;
}

#company-righttext h2 {
	font-size:12px; 
	font-weight:normal;
	text-transform:uppercase;
	color:#4c5f7d;
}

#copyright {
	width:941px;
	text-align:center;
	padding-top:525px;
	color:#525252;
	text-align:11px;
}

#contact-button {
	background:#525252;
	width:130px;
	height:21px;
	text-align:center;
	padding-top:5px;
	position:absolute;
	top:450px;
	left:790px;
	cursor:pointer;
}

#contact-button a {
	color:#fff;
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;	
}

#contact-button a:hover {
	color:#CCC;	
}

#impressum-button {
	position:absolute;
	top:493px;
	left:843px;
}

#impressum-button a {
	color:#fff;
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;	
}

#impressum-button a:hover {
	color:#CCC;	
}


/* ======================================================================================= */