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

body {
	margin:0px;
	background: #E5DFD1 url('../gfx/bbs_bg.gif') repeat-x;
	font-family: "Arial";
	font-size: 11px;
}

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:#333333;*/
	/*text-decoration: overline underline;*/
	color:#1E37FF;
	text-decoration: underline;
}

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

#header {
	width:780px;
	height:84px;
	background:#FFFFFF url('../gfx/header.gif');
}

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

#praxispic_bg {
	position:absolute;
	width:556px;
	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:78px;
	height:134px;
	left:24px;
	top:-7px;
	background:url('../gfx/bbs3_logo.gif');
	z-index:3;
}

#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,
#suche {
	color:#545454;
	padding-left:26px;
}

#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:780px;
	height:2px;
	background:url('../gfx/borderline2.gif');
}

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

#content_footer {
	position:relative;
	width:563px;
	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,
#navi a:hover {
	display:block;
	width:192px;
	height:22px;
	line-height:26px;
	padding-left:26px;
	color:#000000;
	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:61px;
	height:62px;
	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;
}