﻿@charset "UTF-8";
/****************************************
Datei:			style.css
Letzte Ã„nderung:	11.03.2008 - 23:45
Letzter Bearbeiter:	Jan Schulz 
****************************************/

/*******************/
/* div-id-selector */
/*******************/

#wrapper_aussen {
padding: 0;
margin: 0 auto 0 auto;
width:1100px;
height:800px;
border:0;
/*background-color:#000000; dummy*/
}

#wrapper_innen {
padding:0;
margin: 0 auto 0 auto;
width:1000px;
height: 685px;
text-align:left;
border:0;
background-color:#808080;
/*background-color:#bbb999;*/
}

#header {
	position:relative;
	top:0;
	left:0;	
	width:1000px;
	height:85px;
	text-align:left;
	background-color:#ffffff;
	z-index:1;
}

#logo {
	position:relative;
	top:10px;
	left:646px;
	width:311px;
	height:64px;
}
/* Za moved to style_menu.css */

#content {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	text-align:left;
	height:563px;
	min-height:435px;
	font-size: 90%;
	/*padding: 10px;*/
	background-color:#ffffff; 
}

	#content #gfx {
		position:absolute;	
		top:0;
		left:0;
		width:670px; 
		height:150px;
	}

	#content #normal {
		position: absolute;
		top:143px;
		left:10px;
		overflow:auto;
		width:650px;
		height:410px;
		font-size:12px;
		color:#6F6D6D;
	}
	#content h3 {
		font-size: 100%;
		margin: 0 0 12px 3px;
		color: #000000;
		font-weight: bold;
	}
	#content #content_rechts {
		position:absolute;
		top:2px;
		left:682px;
		height:560px;
		width:300px;
		border-left:1px solid #808080;
		padding:0 3px 0 3px;
		font-size:12px;
		color:#6F6D6D;
		overflow:auto;
}
	
#footer {
	position:relative;
	top:0px;
	left:0;
	width:1000px;
	height:23px;
	margin:0;
	padding:0;
/*	font-family:arial, sans-serif;*/
	font-size:11px;
/*	text-align:right;*/
	background-color:#d8d8d8;
    font-weight:bold;
}

#footer #xing {
	padding:3px;
	position:absolute;
	left:550px; 
}

#footer #xing a{
	text-decoration:none;
}

#footer #xing a:hover,
#footer #xing a:active{
	color:#E20019;
}


#footer #linkedIn {
	padding:3px;
	position:absolute;
	left:590px; 
}

#footer #linkedIn a{
	text-decoration:none;
}

#footer #linkedIn a:hover,
#footer #LinkedIn a:active{
	color:#E20019;
}


#footer #impressum {
	padding:3px;
	position:absolute;
	left:655px; 
}

#footer #impressum a{
	text-decoration:none;
}

#footer #impressum a:hover,
#footer #impressum a:active{
	color:#E20019;
}


#footer #haftung {
	padding:3px;
	position:absolute;
	left:735px; 
}

#footer #haftung a{
	text-decoration:none;
}

#footer #haftung a:hover,
#footer #haftung a:active{
	color:#E20019;
}


#footer #kontakt {
	padding:3px;
	position:absolute;
	left:800px; 
}

#footer #kontakt a{
	text-decoration:none;
}

#footer #kontakt a:hover,
#footer #kontakt a:active{
	color:#E20019;
}

#footer #sitemap {
	padding:3px;
	position:absolute;
	left:865px; 
}

#footer #sitemap a{
	text-decoration:none;
}

#footer #sitemap a:hover,
#footer #sitemap a:active{
	color:#E20019;
}



#footer #suchen {
	padding:3px;
	position:absolute;
	left:930px; 
}

#footer #suchen a{
	text-decoration:none;
}

#footer #suchen a:hover,
#footer #suchen a:active{
	color:#E20019;
}

/**********************/
/* <TAG>-Formatierung */
/**********************/
body {
	font-size : 100.01%;
	font-family : arial, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    text-align: left;  /* Zentrierung im Internet Explorer */
    }

input, textarea, select {
	font-size : 100.01%;
	font-family : sans-serif;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border : 1px solid #000000;
	border-color: #000000;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/*
UW
.small {
	font-size : 70%;
}
*/

/* Klasse des images vom Menuepunkt Management */
/*
UW
.csc-textpic-imagewrap {
	position:relative;
	top:50px;
	left:0px;
}
*/
 
/*
UW
.user-stellenangebote-pi1 {
	position:absolute;
	top:20px;
	left:-0px;

}
*/


/*
UW
.user-kontaktformular-pi1 {
	position:absolute;
	top:20px;
	left:-3px;
}
*/
