/* COLORS */
/*
background:	ffffff
text:		000000
content:	ffffff
borders:	999999
highlight:	666666
*/

/* PRESETS */
img {
	border: none;
}
a {
	outline: 0;
}
/* DEFAULT */
img, .png, .img, .corner {
	behavior: url('iepngfix.htc');
}
body, html {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	
}
body {
	background: #E2E6E9 url(images/background.jpg) repeat-x 0 -70px fixed;
	font-family: Verdana,sans;
	color: #666;
	font-size: 0.7em;
	line-height: 1.9em;
	letter-spacing: 0.0em;
	overflow: hidden;
}
.center {
	width: 760px;
	min-height: 400px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -380px;
}
.centerBg {
	min-height: 400px;
	background: url(images/centerbg.png) no-repeat 60px 0;
}
* html .center {
	height: 400px;
}
.topmenu {
	position: relative;
	top: 5px;
	left: 100px;
}
.left {
	width: 240px;
	min-height: 250px;
	clear: both;
	float: left;
	margin-top: 70px;
	background: url(images/schmidt.gif) bottom right no-repeat;
	border-right: 1px solid #C3C6C7;
}
* html .left {
	height: 250px;
}
* html .vline {
	width: 2px;
}
.right {
	padding-left: 250px;
	margin-top: 160px;
	margin-bottom: 100px;
}
.corner {
	width: 400px;
	height: 300px;
	position: fixed;
	z-index: 10;
	bottom: 0px;
	right: 0px;
	margin: auto;
	background: url(images/corner.png) no-repeat bottom right;
}
* html .corner {
	position: absolute;
}

.scroller {
	width: 100%;
	height: 100%;
	overflow:auto;
       right:0;
       left:0;
       top:0;
       margin:0;
	position: absolute;
	z-index: 100;
}
a {
	text-decoration: none;
	color: #f60;
}
a:hover {
	color: #f60 !important;
}
h1 {
	color: #f60;
	font-family: "Courier New", monospace;
	font-weight: normal;
	font-size: 3.3em;
	line-height: 1em;
	text-align: right;
	margin-right: 10px;
	letter-spacing: 3pt;
}
p {
	margin: 0;
	padding: 0 10px 20px 0;
/*	background: url(images/p.gif) no-repeat bottom right;*/
}
* {
	outline: none;
}
ul {
	margin: 0;
	clear: both;
	padding: 0px 10px 20px 30px;
}
li {
	list-style-type: none;
	background: url(images/li.gif) no-repeat 0 8px;
	padding: 0;
	padding-left: 24px;
	line-height: 3em;
	margin: 0;
}
h2 {
	margin-bottom: 15px;
	border-bottom: 1px dotted #C3C6C7;
}
.topmenu a {
	padding-right: 50px;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	color: #666;
	position: relative;
	z-index: 101;
}
.portrait, p.referenz img {
	float: left;
	margin-right: 10px;
}
.referenz {
	margin-bottom: 50px;
}
.referenz img {
	
/*	float: left;*/
	margin: 0 10px 10px 0;
}
.refLink {
	color: #f60;

}



