* {
	padding:0;
	margin:0;
	border:0;
}

html, body {
 	height: 100%;
	font:12px sans-serif, Verdana, Tahoma, "Trebuchet MS", Arial;
	line-height:17px;
	color:black;
	background: #FFF url(../img/lines.gif);
	background-repeat: repeat;
	background-position: top;
}

#container {
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	width:870px;
	background: #FFF url(../img/lines_shadow.gif);
	background-repeat: repeat;
	background-position: top;
	margin:auto;
}

* html #container { height:100%; }


#page {
	background:#FFF;
	margin: 0 10px 0 10px;
	position: relative;
}

#header-r {
	background: #FFF url(../img/header_r.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#header-s {
	background: #FFF url(../img/header_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#header-j {
	background: #FFF url(../img/header_j.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header-g {
	background: #FFF url(../img/header_g.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header-a {
	background: #FFF url(../img/header_a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.headerclass {
	width:825px;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	margin:auto;
	height:200px;
}

#headnav {
	height:15px;
	font-size:10px;
	padding-top:10px;
	border-bottom: 1px solid #AAA;
	width:825px;
	margin:auto;
}

#headnav ul {
	list-style:none;
}

#headnav ul li {
	display:inline;
	margin: 0 10px 0 0;	
}

#headnav ul li a:active, #headnav ul li a:visited, #headnav ul li a:link  {
	color: #555;
}

#headnav ul li a:hover {
	color:#10238C;
}


#logo {
	position:absolute;
	top:5px;
	left:600px;
	width:225px;
	height:46px;
	background: #FFF url(../img/subsist.gif);
}

#content {
        height:auto !important; /* moderne Browser */
        min-height: 100%;
        margin:auto;
        padding:20px;
        height:100%;

}

a {
	color:red;
	text-decoration:none;
	font-weight:bold;
	
}

.noview {
	display:none;
}

p {
	margin:10px 0 10px 0;
}

#footer {
  	width: 825px;
  	margin-left:20px;
  	height: 20px;
  	line-height: 20px;
 	border-top:1px solid #AAA;
 	text-align:right;
 	font-size:11px;
 	
}

h1#logo {
	margin: 0;
}

h1 {
	margin: 10px 0 20px 0;
	font-size:19px;
}

h2 {
	color:#10238C;
	font-size:18px;
	background-image: url('../img/reddot2.gif');
	background-repeat: no-repeat;
	background-position: right center;
	display:inline;
	padding: 0 20px 0 0;
}


h4 {
    font-size:13px;
    line-height:17px;
}

.box {
	width:260px;
	float:left;
	padding: 0 5px 0 5px;
	
}

.box h3 {
	background:#E3EDF7;
	height:35px;
	padding:5px;
	color:#10238C;
	font-size:13px;
}

.box p {
	padding:0 5px 0 5px;
}

.clear {
	clear:both;
}

#navigation {
	background:#E3EDF7;
	width:275px;
	height:200px;
	text-align:right; 
}

#navigation ul {
	list-style:none;
	text-align:right; 
	padding: 1px 5px 0 50px;
	width:220px;
}

#navigation ul li {
	text-align:right; 
	margin: 13px 0 0 0;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	border-bottom: 1px solid #AAA;
	font-size:13px;
	display:block;
	height:20px;
	color: #555;
	padding: 0 20px 0 0;
	background: url(../img/greydot.gif) no-repeat right center;
}

#navigation ul li a.navon {
	color:#10238C;
	background-image: url(../img/reddot.gif);
	background-repeat: no-repeat;
	background-position: right center;
}  

#navigation ul li a:hover {
	display:block;
	color:#10238C;
	background-image: url(../img/reddot.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 20px 0 0;
}


#headspace {
	height:30px;
	width:825px;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	margin:auto;

}	

p a:link, p a:visited, p a:active {
	color:red;
}

p a:hover {
	text-decoration:underline;
}

#zit {
	top:70px;
	color:#000;
	left:330px;
}

#zit-shadow {
	top:68px;
	color:#FFF;
	left:328px;
}

.zitat {
	position: absolute;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	z-index:1;
	text-align:center;
	width:210px;
	height:180px;
}

#sprecherbox {
	position:relative;
}

.sprecher {
	font-size:12px;
	line-height:22px;
	z-index:1;
	text-align:right;
	width:210px;
	height:30px;
}

#spre {
	position:relative;
	top:1px;
	color:#000;
	left:1px;	
}

#spre-shadow {
	position:absolute;
	top:0px;
	color:#FFF;
	left:0px;	
}



.but {
	border: 1px solid #AAA;
	float:left;
	padding:3px;
	line-height:8px;
	width:8px;
	margin: 0 0 0 5px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background:#EFEFEF;
}

.but a {
	display:block;
	color: #555;
}

#textsize {
	float:right;
	text-align:right;
}

#joboffer {
	margin:20px;
}

#joboffer li {
	margin: 10px 0 0 0;
}

#joboffer li a {
	color:red;
}

#joboffer-detail {
	margin:20px;
}

#joboffer-detail li {
	margin: 0 0 0 0;
}

#joboffer-detail li a {
	color:red;
}


.smallbox {
	padding: 5px;
	font-size:10px;
	background: #EFEFEF;
	margin:5px;
}

#startbox {
	border: 1px solid #FFF;
	margin:0 20px 0 0;
	padding:0;
}

#startbox h3 {
	background: #E3EDF7;
	height:20px;
}

#startbox ul {
	margin:10px 5px 10px 20px;
}

#startbox ul li {
	margin:5px  0 0 0;
}

.small {
	font-weight:bold;
	font-size:11px;
}

#keywords {
	background-image: url('../img/key.jpg');
	background-repeat: no-repeat;
	background-position:  center;
	height:300px;
	margin:0 0 0 30px;
	width:300px;
	float:left;
}

.kw {
	font-size:26px;
	line-height:40px;
	font-weight:bold;
	color: #333;
}

#zuhoeren {
	position:absolute;
	left:620px;
	top:450px;
}	

#verstehen {
	position:absolute;
	left:620px;
	top:490px;
}	

#loesen {
	position:absolute;
	left:620px;
	top:530px;
}	

#umsetzen {
	position:absolute;
	left:620px;
	top:570px;
}	

#pflegen {
	position:absolute;
	left:620px;
	top:610px;
}	


	
.box h4 {
	margin:5px;
}

.box .item {
	border: 1px solid #AAA;
	margin: 5px 0 0 0;
}

.box img {
	margin: 5px 0 0 5px;
}

.box img.office {
	margin: 5px 0 0 0;
}


.box .item .project {
	background: #EFEFEF;
}

#br ul {
	margin: 0 0 0 20px;
}

.aleft {
	width:80px;
	float:left;
}

#map24div input {
	border: 1px solid #555;
	margin: 3px 0 0 0;
}

#bm input {
	width:135px;
	border: 1px solid #555;
	margin: 3px 0 0 0;
}

#bm .aleft {
	margin: 3px 0 0 5px;
	width:110px;
}

.thanks {
	font-weight:bold;
	margin:20px 5px 0 5px;
}

.webdesign {
	margin-top: 10px;
}

.wd_description a:link{
	font-weight: normal;
	color: #000000;
}
.wd_description a:visited{
	font-weight: normal;
	color: #000000;
}
.wd_description a:active{
	font-weight: normal;
	color: #000000;
}

.wd_description a:hover{
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.wd_description {
	width:260px;
	float:left;
	padding: 0 5px 0 5px;
}

.webdesign img{
	width: 132px;
	padding: 0px 12px;
	border: solid 1px #AAAAAA;
}

.wd_example img{
	margin-left: 70px;
	width: 360px;
	border: none;
}

.partnerhead {
	font-weight:bold;
	font-size:14px;
}

.partnerbox {
	margin: 0 0 10px 0;

}

.line {
	border-bottom: 1px solid #AAA;
}

#slider {
    width: 220px;
    height: 80px;
    position: relative;
    margin-left: 15px;
    overflow: hidden;
}
#slider .img{
    float: left;
    position: relative;
    display: none;
}
#sliderContent {
    width: 220px;
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
