@charset "utf-8";


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

html {
	height: 100%;
	font-size: 100%;
}

body {
	min-height: 101%;
	color: #6d6e71;
	font-family: helvetica;
	font-size: 0.8em;
	text-align: center;
	background: url(../img/bgr.jpg) repeat-y center top;
	line-height: 17px;
}

#container {
	background-color: #fff;
}

img {
	outline: 0;
}

a {
	text-decoration: none;
	outline: 0;
}

.footer {
	background: #ffa90b;
	font-size: 1em;
	color: #fff;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#menu {
	width: 258px;
	font-size: 0.75em;
	margin: 45px 0 40px -47px;
	position: relative;
	height: 153px;
}

#menu ul {
	margin: 0;
	list-style-type: none;
	width: 258px;
}

#menu ul li {
	margin: 3px 0;
	width: 258px;
	height: 23px;
	display: block;
}

#menu ul li a {
	outline: 0;
	width: 258px;
	height: 13px;
	line-height: 23px;
}

#stoerer,#stoererklein {
	width: 292px;
	height: 169px;
	margin: -130px -47px -45px 0;
	float: right;
	background: url('../img/phone.gif') no-repeat right top;
	position: relative;
}

#stoererklein {
	width: 194px;
	height: 102px;
	left: 0;
	top: -425px;
	background: url('../img/_master_kleiner_stoerer.gif') no-repeat right
		top;
}

#maincontent {
	background: #000;
	border-collapse: collapse;
}

#maincontent tr td {
	background: #fff;
	vertical-align: top;
	border-spacing: 0;
	border: 0;
}

#maincontent img {
	margin: 1px 1px 0 0;
	vertical-align: top;
}

.lstg,#submenu ul,.lstg li ul {
	list-style-type: none;
}

.lstg li div {
	border: 1px dashed #ffa90b;
	padding: 10px;
	margin: 10px 0;
	width: 540px;
}

.lstg li ul {
	margin-left: 25px;
}

.lstg li,#submenu ul li {
	cursor: pointer;
	margin: 3px 0;
	width: 498px;
	position: relative;
}

.lstg li img {
	padding-right: 3px;
}

body {
	text-align: center;
}

#content {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.column {
	width: 50%;
}

.left {
	left: 0;
}

.right {
	right: 0;
}

#leftcol {
	margin-right: 460px;
}

#rightcol {
	margin-left: 459px;
}

#logo {
	margin: 0 0 0 45px;
}

#logo a img {
	margin: 4px 0 0 0;
}

#wrapper {
	width: 830px;
}

#footer {
	width: 100%;
	border-collapse: collapse;
}

#footer .left {
	background: #ffa90b url('../img/bottom_left.gif') repeat-y right top;
	height: 22px;
}

#rndphotos {
	float: left;
	width: 830px;
}

#rndphotos img {
	border: 0;
	margin: 1px 1px 0 0;
	outline: 0;
	float: left;
}

#footer .right {
	background: #ffa90b url('../img/bottom_right.gif') repeat-y right top;
}

#footer .center {
	width: 924px;
	text-align: left;
	position: relative;
}

#footer .center p {
	margin-left: 50px;
	color: #fff;
	height: 22px;
	font-size: 1em;
}

#submenu {
	width: 240px;
	float: left;
}

h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 1px;
}

h3.teamdetail {
	text-transform: none;
}

.teamdetail {
	width: 580px;
	height: 300px;

}

.txtyellow {
	color: #ffa90b;
}

#cform {
	margin-top: 45px;
}

#cform input,#cform textarea {
	background: #e7e8e9;
	margin: 0 0 2px 115px;
	width: 465px;
	vertical-align: top;
	padding: 3px;
}

#cform textarea {
	height: 174px;
}

#cform .button {
	width: 150px;
	margin: 0;
	height: 23px;
	text-transform: uppercase;
}

#cform label {
	width: 70px;
	position: absolute;
	margin-left: 12px;
}

#cform input,#cform label {
	height: 15px;
}

#cform input,#cform label,#cform textarea {
	border: 0;
	color: #6d6e71;
}

#submenu.team img,#submenu.praxis img {
	margin: 0 30px 3px 0;
	cursor: pointer;
}

.teamdetail div,.praxisdetail div {
	width: 580px;
	height: 300px;
}

.xa {
	width: 380px;
	margin: 0 0 0 25px;
}

#xcontent {
	margin: 22px 0 0 0;
}

#lightbox {
	display: none;
	position: absolute;
	background: #fff;
	padding: 3px;
	width: 406px;
	text-align: right;
	border: 1px solid #ffa90b;
	top: 50%;
	left: 50%;
	z-index: 9999;
	height: 450px;
	margin: -220px 0 0 -250px;
}

#lightbox[id] {
	position: fixed;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
}

#overlay[id] {
	position: fixed;
}

#lightbox.done #lbLoadMessage {
	display: none;
}

#lightbox.done #lbContent {
	display: block;
}

#lightbox.loading #lbContent {
	display: none;
}

#lightbox.loading #lbLoadMessage {
	display: block;
}

#lightbox.done img {
	width: 100%;
	height: 100%;
}
