@charset "UTF-8";

/** 
** Version 0.1 beta
** CSS-Stylesheet  Kanzler Simulator
** Copyright 2011 by hyperraum|webvisionen
** http://www.hyperraum.net
** Screen Version
**
** Kontakt: 
** mail: webdev@hyperraum.net
** Tel: +49 721 9850430
** 
**/

* {
	padding: 0pt;
	margin: 0pt;
	outline: 0pt none;
}
html, body {
	/*background: url('img/bg.png') repeat-x scroll 0pt 0pt rgb(229, 243, 250);*/
	background: url('img/bg2.png') repeat-x scroll 0pt 0pt rgb(238, 242, 247);
	height: 100%;
	width:960px;
}
body {
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgb(94, 119, 132);
}
a:link, a:visited {
	color: rgb(53, 95, 119);
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	text-decoration: underline;
}
a:link:active, a:visited:active {
	color: rgb(21, 44, 58);
}
p {
	margin-bottom: 20px;
}
ul {
}
img {
	vertical-align: bottom;
	border-style: none;
}
img.invisible {
	display:none;
}
.invisible {
	display:none;
}
div.header {
	height: 150px;
}
#logo {
	width: 619px;
	/*height: 150px;*/
	height: 84px;
	float:left;
	margin-left: 32px;
	margin-top: 15px;
	z-index: 1;
	/*background: url('img/kanzler-sim__logo.png') no-repeat 0pt 0pt transparent;*/
}

#logo h1 {
	display: inline;
	font-size: 60px;
	line-height: 84px;
	font-weight:bold;
	font-style: normal;
	color: rgb(255, 255, 255);
	text-shadow: 0pt 1px 1px rgb(255, 254, 255);
	margin-left: 0pt;
	/*padding-left: 21px;*/
}

#pslogo {
	width: 245px;
	height: 64px;
	z-index: 1;
	float:right;
	padding:0px 0 0 0px;
	background: url('img/ps-swr-logos.png') no-repeat 0pt 0pt transparent;
	margin-top: 30px;
	margin-right: -20px;
}
#main {
	/*background: url('img/main.png') repeat-y scroll 0pt 50% transparent;*/
	z-index: 1;
}

#bgtextfeld {
	background: url('img/main.png') repeat-y scroll 0pt 50% transparent;	
}

#linkbox {
	margin-top: 2px;
	padding: 0 0 21px 0;
}

#contentlink {
	margin-top: 2px;
	/*background: url('img/main.png') repeat-y scroll 0pt 50% transparent;*/
	padding-bottom: 5px;
	/*width:699px;*/	
}

.contentlink {
	margin-top: 2px;
	/*background: url('img/main.png') repeat-y scroll 0pt 50% transparent;*/
	padding-bottom: 8px;
	/*width:699px;*/	
}

#linkliste {
	/*background: url('img/main.png') repeat-y scroll 0pt 50% transparent;*/
	width:699px;
	
	margin-top: 2px;
}



#heading {
	height: 44px;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 700px;
	margin-top: 0px;
	background: url('img/heading_h1.png') no-repeat scroll 0pt 0pt transparent;
	background-repeat: no-repeat;
}
#heading h1 {
	display: inline;
	font-size: 24px;
	line-height: 44px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0pt 1px 1px rgb(255, 254, 255);
	margin-left: 0pt;
	padding-left: 21px;
}

#banner {
	margin-bottom:21px;
}

#banner > img {
	width:699px;
	height:auto;
/*	margin: 0 1px 0 1px; */
}

#contentbox {
	width:960px;
	padding-left: 30px;
	/*padding-top: 20px;*/
	/*margin-right: 20px;*/
}

#content {
	/*padding-left: 21px;*/
	padding-left: 10px;
	padding-top: 20px;
	margin-right: 20px;
}

#content .row {
	
	width: 900px;
}
#content .row:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0pt;
	line-height: 0pt;
	visibility: hidden;
	width: 0pt;
	height: 0pt;
}
#content .text {
	width: 400px;
	float: left;
	margin-bottom: 20px;
}




.floatright {
	float: right;
}
.floatleft {
	float: left;
}

.footertxt {
	padding: 16px 0 30px 0px;
	width: 908px;
	font-size: 0.9em;
}
span.leftspace a{
	padding-left: 8px;
}

#zpx {
	position: absolute;
	top: 0px;
	left:-20px;/*display:none;*/
}

.zpx {
	position: absolute;
	top: 0px;
	left:-20px;/*display:none;*/
	height: 2px;
}
