/* www.praximed-consult.de */
/* main screen stylesheet */
/* 04 2007 erik wunderlich */

* {
	margin:0px;
	padding:0px;
	border:0px;
}

html, body {
	height:100%;
}

body {
	background:#FFF url(../gfx/bg_head.gif) repeat-x;
}

body, td, div {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;
}

h1 {
	margin-bottom:3.3em;
}
p, ul, ol, h2, h3, table {
	margin-bottom:1em;
}

ul {
	list-style:none;
	margin-left:0px;
}
li {
	padding-left:15px;
	margin-bottom:0.4em;
	background:url(../gfx/bullet01_na.gif) 0px 4px no-repeat;
}

h1, h2, h3 {
	font-size:1em;
	line-height:1.2em;
}
h1, h2 {
	color:#3075B6;
}




/* content elemente */

/* hauptelemente */
#header, #main, #mainnavi, #metanavi, #mainlogo, #backlink, #botschaft {
	position:absolute;
}

#header {
	left:0px;
	top:0px;
	width:935px;
	height:133px;
	background-color:#FFF;
	z-index:100;
}

#pch {
	width:702px;
	margin-left:233px;
	background:url(../gfx/bg_head.gif) repeat-x;
}

#main {
	left:240px;
	top:150px;
	width:700px;
	background:url(../gfx/bg_content.gif) repeat-y;
	padding-top:1.6em;
	z-index:100;
}

#mainbg {
	position:absolute;
	left:240px;
	top:0px;
	width:700px;
	height:100%;
	background:url(../gfx/bg_content.gif) repeat-y;
	z-index:50;
}

#decker {
	width:695px;
	height:150px;
	background:#FFF url(../gfx/bg_content_top.gif) 0px 148px repeat-x;
}

.maincontent {
	padding:0px 24px;
}

#mainnavi {
	left:0px;
	top:148px;
	width:210px;
}
#mainnavi div {
	width:210px;
	height:27px;
	line-height:27px;
	margin-bottom:3px;
	overflow:hidden;
}
#mainnavi table, #mainnavi td {
	width:100%;
}

#metanavi {
	width:620px;
	left:315px;
	top:111px;
	text-align:right;
	z-index:150;
}

#mainlogo {
	display:block;
	left:22px;
	top:34px;
}

#backlink {
	left:239px;
	top:105px;
	width:90px;
}
#backlink div {
	padding-left:10px;
	background:url(../gfx/arrow01_na.gif) 0px 9px no-repeat;
}
#backlink a {
  display:block;
  height:27px;
  line-height:27px;
}

span.listheadline01 {
	color:#3075B6;
}


/* tabellen */

table {
	border-collapse:collapse;
}

td, th {
	width:122px;
  margin:0px;
  border:none;
	padding:3px;
	vertical-align:top;
}
td {
	font-size:12px;
}
th {
	font-size:12px;
  font-weight:normal;
	color:#3075B6;
	border-bottom:1px #000 solid;
	text-align:left;
}
tr.tr-odd td {
	background-color:#CCC;
}

/* link-elemente */

/* standard */
a:link, a:visited, a:active {
	color:#6F6F6F;
	text-decoration:none;
}
a:hover {
	color:#3075B6;
}

/* main navi */
#mainnavi a, #mainnavi span {
	display:block;
	width:100%;
	color:#FFF;
	padding-left:18px;
}
#mainnavi a {
	background-color:#D1D1D1;
}
#mainnavi a:hover {
	background-color:#EAB90C;
}
#mainnavi span {
	background-color:#3075B6;
}

/* meta navi */
#metanavi a, #metanavi span {
	margin-left:0px;
}
#metanavi span {
	color:#000;
}

/* MEINE BOTSCHAFT link */
a#botschaft {
	display:block;
	left:179px;
	top:352px;
	width:82px;
	height:58px;
	background:url(../gfx/btn_botschaft_na.gif) no-repeat;
	z-index:150;
}
a#botschaft:hover {
	background:url(../gfx/btn_botschaft_mo.gif) no-repeat;
}




/* service classes */
.al {
	text-align:left;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
}
.visOn {
	visibility:visible;
}
.visOff {
	display:none;
}
:focus {
	outline:none;
}