html {
	height : 100%; 
	padding-bottom : 0.005em; 
}

body {
	margin:0px;
	background: #E5DFD1 url('../gfx/bbs_bg.gif') repeat-x;
}

input, textarea, select {
	background-color:#DBD5C7;
	border:1px solid #5D5D5D;
	padding-left:3px;
	padding-right:3px;
	color:#000000;
}

input:focus, textarea:focus {
	background-color:#D9E3B4;
	border:1px solid #929292;
}

input.disabled, textarea.disabled {
	background-color:#AAAAAA;
	border:1px solid #929292;
	color:#FFFFFF;
}

img {
	border:0px;
}

a {
	color:#BC1A25;
	text-decoration: underline;
}

.clickable {
	cursor:pointer;
}

#body {
	margin: 0px auto;
	width:973px;
}

#header_container {
	position:relative;
	width:973px;
	height:84px;
	background:#FFFFFF url('../gfx/header_bg.gif');
}

#header {
	position:absolute;
	width:393px;
	height:54px;
	top:19px;
	left:304px;
}

#loginbox {
	position:absolute;
	left:9px;
	width:193px;
	height:84px;
}

#borderline1 {
	width:973px;
	height:8px;
	background:url('../gfx/borderline1.gif');
}

#praxispic_bg {
	position:absolute;
	width:749px;
	height:210px;
	background:#FFFFFF url('../gfx/bbs3_praxis_bg.gif') repeat-y;
	background-position:left;
	z-index:1;
}

#praxispic {
	position:absolute;
	width:546px;
	height:209px;
	right:1px;
	z-index:2;
}

#bbs3_logo {
	position:absolute;
	width:68px;
	height:115px;
	top:3px;
	left:201px;
	z-index:3;
}

#newsbox {
	position:absolute;
	left:12px;
	width:190px;
	height:210px;
	z-index:1;
}

#newsbox > .page {
	margin:0;
	padding:0;
	border:0px;
	visibility:hidden;
}

#transbox {
	background-color:#FFFFFF;
	opacity:0.8;
	width:546px;
	height:35px;
	line-height:35px;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:3;
}

#sitemap {
	float:left;
	padding-left:20px;
	color:#383838;
}

#sitemap a {
	color:#383838;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#date {
	float:right;
	padding-right:20px;
	color:#5B5B5B;
}

#katnavi {
	position:absolute;
	width:224px;
	height:195px;
	right:0px;
	padding-top:15px;
	background:#FFFFFF url('../gfx/katnavi_bg.gif') repeat-y;
	z-index:2;
}

#katnavi a,
#katnavi a:hover {
	color:#545454;
	padding-left:26px;
}

#katnavi a.active,
#navi a.active {
	color:#C43434;
}

#suche {
	position:absolute;
	width:200px;
	height:40px;
	right:0px;
	bottom:0px;
}

#headlinks {
	font-size:8pt;
	position:absolute;
	width:210px;
	height:25px;
	right:15px;
	top:5px;
	text-align:center;
}

#headlinks,
#headlinks a {
	color:#FFFFFF;
}

#katnavi a,
#katnavi a:hover {
	display:block;
	width:192px;
	height:26px;
	line-height:26px;
	margin-bottom:5px;
	text-decoration:none;
	font-weight:bold;
}

#katnavi a:hover {
	color:#FFFFFF;
	background-color:#C43434;
	background-image:url('../gfx/link_border.gif');
	background-repeat:no-repeat;
	background-position:right;
}


#borderline2 {
	width:973px;
	height:2px;
	background:url('../gfx/borderline2.gif');
}

#content {
	position:absolute;
	width:741px;
	padding-left:8px;
	padding-right:8px;
	background:#FFFFFF url('../gfx/content_bg.gif') repeat-y;
	z-index:1;
}

#content_footer {
	position:relative;
	width:756px;
	height:17px;
	left:-8px;
	background:url('../gfx/content_footer.gif');
}

#navi {
	position:absolute;
	right:0px;
	width:224px;
	padding-top:20px;
	background:url('../gfx/navi_bg.gif');
	z-index:2;
}

#navi a {
	color:#000000;
}

#navi a,
#navi a:hover {
	display:block;
	width:192px;
	height:22px;
	line-height:26px;
	padding-left:26px;
	font-weight:bold;
	text-decoration:none;
}

#navi a:hover {
	font-style:italic;
}

#navi a.subnavi {
	margin-left:10px;
	width:182px;
	font-weight:normal;
}

#navi_footer {
	position:relative;
	width:224px;
	height:136px;
	padding-top:20px;
	background:url('../gfx/navi_footer.gif');
	z-index:1;
}

.notice,
.error,
.question {
	margin:10px auto;
	padding:5px;
	width:500px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #5D5D5D;
}

.notice {
	background-color:#3D9C43;
}

.error {
	background-color:#E50000;
}

.question {
	color:#000000;
	background-color:#EEEEEE;
}

.notice a,
.error a {
	color:#E6E6E6;
}

.question a {
	color:#323232;
}

.td_1 {
	background-color:#E4DDD5;
}

.td_2 {
	background-color:#F1E7CC;
}

.red {
	color:#FF0000;
}

.news_pic {
	background-image:url('../gfx/news_pic.gif');
	width:199px;
	height:152px;
	padding-left:4px;
	padding-top:4px;
	margin:0px 6px;
	text-align:left;
}

/*    */

.content,
.content_l,
.content_r {
	display:block;
	margin-bottom:5px;
}

.content {
	width:100%;
}

.content_l,
.content_r {
	width:254px;
	padding-bottom:7px;
	padding-left:5px;
	padding-right:5px;
}

.content_l {
	float:left;
	background:url('../gfx/vr.gif') repeat-y;
	background-position:right;
}

.content_r {
	float:right;
}

.redbox,
.bluebox,
.yellowbox {
	display:block;
	width:209px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px auto;
	margin-bottom:5px;
	text-align:center;
	overflow:hidden;
}

.redbox {
	background:url('../gfx/redbox.gif');
}

.bluebox {
	background:url('../gfx/bluebox.gif');
}

.yellowbox {
	background:url('../gfx/yellowbox.gif');
}

.infotext {
	border-bottom:1px dotted #AAAAAA;
	font-style:italic;
}

.rechts_umfliesen {
	float:right;
	padding:7px;
}

.links_umfliesen {
	float:left;
	padding:7px;
}

.mceContentBody img,
.leftSidePicture {
	margin-left:-193px !important;
}
