body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
	background	: #F2F4F1;
}

/* Farben
 gruen : #60A557
 blau	 : #006697
*/

* {
	margin : 0;
	pading : 0;
}

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}

p { margin : 1em 0; }

div {
	text-align : left
}

div.team {
	float:left;
	padding:8px;
	width:200px;
	height:315px;
}
div.praxis {
	float		: left;
	padding	: 8px;
	width		: 290px;
	min-height : 205px;
}

div.home {
	width	: 136px;
	height: 302px;
	float : left;
	margin-right: 10px;
	background	: #006597;
	border-right: 2px solid #FFFFFF;
	font-size		: 10px;
	color				: #FFFFFF;
}
p.home {
	margin : -230px 5px 0 5px;
	display: none;
}

h1 {
	font-size : 1.4em;
	color			: #60A557;
	margin-bottom : 1em;
}
h2 {
	font-size : 1.2em;
	color			: #333333;
}
h3 {
	font-size : 10px;
	color			: #FFFFFF;
	text-align: right;
	padding		: 29px 10px;
	font-style	: italic;
}

a {
	color : #60A557;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #006697; }

a.menu {
	display		: block;
	color			: #FFFFFF;
	font-size	: 12px;
	padding		: 4px 0 3px 22px;
	background: url(images/menu.gif) no-repeat 0 2px;
	margin		: 5px 0;
}
a.menu:hover {
	background: url(images/menu_on.gif) no-repeat 0 2px;
}

a.menu_on {
	display		: block;
	color			: #FFFFFF;
	font-size	: 12px;
	padding		: 4px 0 3px 22px;
	background: url(images/menu_on.gif) no-repeat 0 2px;
	margin		: 5px 0;
}

a.link {
	color : #60A557;
	padding-left : 15px;
	background	 : url(images/pfeil_gruen.gif) no-repeat 0 2px;
}
a.link:hover {
	color			: #006697;
	background: url(images/pfeil_blau.gif) no-repeat 0 2px;
}

img {
	border : none;
}
img.raeume {
	width	: 275px;
	height: 182px;
}
img.team {
	width	: 190px;
	height: 278px;
}

ul { margin-left : 17px; }

/* Infobox */
div.infobox {
	color			: #60A457;
	font-size : 9px;
	padding		: 17px 10px 0 78px;
	font-weight : bold;
	line-height	: 145%;
	height		: 346px;
	margin-top: 5px;
	width			: 182px;
	background:url(images/menu_infobox.gif) no-repeat;
}

span.gruen {
	color : #60A457;
	padding-bottom : 20px;
	letter-spacing:-0.09em;
}
span.gruen_klein {
	color : #2F4D29;
	margin-bottom : 4px;
	letter-spacing:-0.09em;
	padding-right:5px;
}

span.spacer {
 padding-left : 6px;
 padding-right : 6px;
 color : #B82938;
}

#box {
 width : 90%;
 height : 100%;
 text-align : left;
}
#tab {
 width : 100%;
 height : 100%;
}

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #333333;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}
