/* - - - - - - - - - - - - - - - - - - - - - - *\
| stylesheet für www.orthim.de/homoeopathie
| tikl | 2009-02-25
|
| inhaltsverzeichnis
| - CSS-Reset & RTE (include)
| - allg. Elemente
| - Inhaltsbereich
| - seitespezifische Dinge
|
\* - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - *\
| css-reset & RTE (include)
\* - - - - - - - - - - - - - - - - - - - */

@import "./@external/reset.css";


/* - - - - - - - - - - - - - - - - - - - *\
| allg. Elemente
\* - - - - - - - - - - - - - - - - - - - */

body {
  	background: #D0D8AB;
	height: 100%;
}

a, h1, h2, h3, li, p, form {
  	color: #1A171B;
  	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 12px;
  	line-height: 18px;
  	text-decoration:none;
}

h1 {
	font-size: 14px;
	line-height: 18px;
}

p, ul {
	margin-top: 10px;
}


/* - - - - - - - - - - - - - - - - - - - *\
| Inhaltsbereich
\* - - - - - - - - - - - - - - - - - - - */

#page {
	position: relative;
  	margin: 0 auto;
  	width: 861px;
  	height: 100%;
}

#content, #rand_links, #rand_rechts {
	float: left;
	height: 100%;
}

#rand_links {
	width: 12px;
	background: transparent url(../images/rand-links.gif) top left no-repeat;
}

#rand_rechts {
	width: 12px;
	background: transparent url(../images/rand-rechts.gif) top left no-repeat;
}

#content {
	position:relative;
	width: 837px;
	background-color: #ffffff;
}

#header {
	position:relative;
	width: 100%;
	height: 158px;
	background: #fff;
}

#logo {
	position: absolute;
	left: 50px;
	top: 36px;
}

#slogan {
	position: absolute;
	left: 289px;
	top: 36px;
}

#navi {
	position: absolute;
	width: 100%;
	height: 26px;
	bottom: 0px;
	left: 0px;
	background: transparent url(../images/nav-back.jpg) top left repeat-x;
} 

#navi #pa {
	position: absolute;
	top: 0px;
	left: 358px;
	background: transparent url(../images/nav-pflichtangaben.jpg) top left no-repeat;
	width: 104px;
}

#navi #pa a {
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -2000px;
}

#navi #pa a:hover {
	background: transparent url(../images/nav-pflichtangaben-aktiv.jpg) top left no-repeat;
	text-indent: -2000px;
}

#navi #paf {
	position: absolute;
	top: 0px;
	left: 462px;
	background: transparent url(../images/nav-pflichtangaben-fachbereich.jpg) top left no-repeat;
	width: 263px;
}

#navi #paf a {
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -2000px;
}

#navi #paf a:hover {
	background: transparent url(../images/nav-pflichtangaben-fachbereich-aktiv.jpg) top left no-repeat;
	text-indent: -2000px;
}

p.servicenavi {
	margin-top: 20px;
}

p.servicenavi a {
	font-weight: bold;
	font-size: 11px;
	background: transparent url(../images/pfeil-rot.gif) 0px 3px no-repeat;
	padding-left: 12px;
	margin-right: 12px;
}

div#bottomcontent {
	position: relative;
	background: #ffffff;
	width: 837px;
}

div#textcontent {
	position: relative;
	float: left;
	background: #ffffff;
	width:470px; 
	padding-bottom: 10px;
}

div#bottomcontent img.startseite_unten {
	position: relative;
	float: left;
	width: 358px;
	margin-bottom:20px;
}

/* - - - - - - - - - - - - - - - - - - - *\
| seitespezifische Dinge (Startseite)
\* - - - - - - - - - - - - - - - - - - - */

body#startseite div#topcontent {
	position: relative;
	background: #ffffff url(../images/startseite-oben.jpg) top left no-repeat;
	height: 308px;
}

/* - - - - - - - - - - - - - - - - - - - *\
| seitespezifische Dinge (Pflichtangaben)
\* - - - - - - - - - - - - - - - - - - - */

body#pflichtangaben div#topcontent {
	position: relative;
	background: #ffffff url(../images/pflichtangaben-oben.jpg) top left no-repeat;
	height: 308px;
}

body#pflichtangaben div#topcontent div#toptext {
	padding: 50px 10px 0px 0px;
}

body#pflichtangaben div#topcontent div#toptext p,
body#pflichtangaben div#topcontent div#toptext form#frm_doccheck {
	margin-left: 358px;
	font-weight: bold;
}

body#pflichtangaben div#topcontent div#toptext form#frm_doccheck {
	margin-top: 20px;
}

body#pflichtangaben div#topcontent div#toptext form#frm_doccheck div.frm_row {
	clear: left;
	margin-top:10px;
}

body#pflichtangaben div#topcontent div#toptext form#frm_doccheck label {
	display: block;
	float: left;
	width: 200px;
}

body#pflichtangaben div#topcontent div#toptext form#frm_doccheck input {
	border: none;
	height: 22px;
}

body#pflichtangaben div#bottomcontent p, body#pflichtangaben div#bottomcontent li{
	font-weight: bold;
}

a.dclink {
	font-weight: bold;
	font-size: 12px;
	background: transparent url(../images/pfeil-rot.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
