/* ----------------------------------------------------------------------------
Screen CSS File
Praxis Dr. Rupp
Copyright 2009 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	padding-top: 55px;
	font: 16px Verdana, Arial, sans-serif;
	color: #FFF;
}

p, table, h3 a {
	font: 14px Verdana, Arial, sans-serif;
	line-height: 22px;
}

h1 {
	font: 29px Verdana, sans-serif;
	padding-bottom: 6px;
}

h3 {
	font-weight: normal;
}

/* h3 a {
	color: #fff;
} */

h3 a:hover {
	color: #555;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#navigation {
	padding-top: 55px;
	float: left;
	width: 160px;
	padding-right: 10px;
	height: 390px;
	padding-bottom: 55px;
	font: 15px Verdana, sans-serif;
	text-align: right;
}

#navigation #mainTop {
	height: 140px;
	padding-bottom: 55px;
}

#navigation #mainBottom {
	height: 140px;
	padding-top: 55px;
}

#navigation a {
	color: #444;
}

#navigation a.rex-current {
	color: #b2a803;
}

#navigation a:hover {
	color: #b2a803;
}

#navigation #mainTop a:hover {
	color: #0c236f;
}

#navigation #mainTop a.rex-current {
	color: #0c236f;
}

#mainTop .rootCategory .aktiv {
	color: #0c236f;
}

#mainBottom .rootCategory .aktiv {
	color: #b2a803;
}

#content {
	float: left;
	width: 660px;
	height: 500px;
	position: relative;
}

#article_top {
	padding: 20px;
	padding-top: 12px;  /* added 09.06.2009 */
	padding-bottom: 20px;
	position: relative; /* added 09.06.2009 */
	height: 218px;      /* 210 */
	width: 620px;
	background: #0f1144;
	overflow: auto;
}

#article_top.green {
	background-color: #b2a803 !important;
	/* background-image: url('../pics/taucher.jpg'); */
	background-repeat: no-repeat;
	background-position: 0 250px;
	padding-bottom: 12px;
	height: 226px; /* 468px */
	overflow: auto;
	position: static;
}

.articleid_43 #article_top.green {
	height: 476px;
}

#article_top a {
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: underline;
}

#article_top h3 a {
	text-decoration: none;
}

#article_top.blue {
	background-color: #0f1144;
	height: 468px;
}

*html #content .blue {
	height: 468px;
}

#article_top_text ul {
	margin-left: 15px;
	margin-top: 5px;
}

#article_top_text li {
	font: 14px Verdana, Arial, sans-serif;
	line-height: 22px;
}

#article_bottom {
	padding: 20px;
	padding-top: 12px; /* added 09.06.2009 */
	height: 218px; /* 210 */
	width: 620px;
	background: #b2a803;
	position: relative;
}

#article_bottom a {
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: underline;
}

#article_bottom a:hover {

}

#article_bottom h3 a {
	text-decoration: none;
}

#footer {
	float: left;
	padding-left: 170px;
	width: 770px;
	padding-top: 8px; /* 5 */
	height: 20px;
	font: 15px Arial, sans-serif;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
}

#footer a {
	color: #444;
	outline: none;
}

#footer a:hover {
	color: #0c236f;
}

#footer a.rex-current {
	color: #0c236f;	
}

#externalLinks {
	float: left;
	padding-left: 10px;
	padding-top: 304px;
	width: 160px;
}

#externalLinks p {
	color: #000;
}

#externalLinks.blue {
	padding-top: 54px;
}

#externalLinks a {
	color: #444444;
	font-family: Verdana,sans-serif;
	font-size: 15px;
}

#externalLinks a:hover {
	color: #b2a803;	
}

#externalLinks.blue a:hover {
	color: #0c236f;
}

div.pnormal {
	z-index: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 0px;
}

div.pleft {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px;
}

.text p {
	line-height: 1.5em;
}

.text a {
	color: #FFFFFF;
	font-weight: bold;
}

a.nextArticle {
	color: #FFFFFF;
	font-weight: normal;
}

p.linie {
	border-bottom: 1px solid #FFF;
	padding-top: 12px;
	margin-bottom: 12px;
}

/*
	Kontaktformular
*/

#form-module .element {
	padding-bottom: 3px;
}

#form-module .element label {
	display: block;
	padding-bottom: 5px;
}

#form-module .element label.textarea {
	padding-bottom: 7px;
}

#form-module .element input {
	width: 200px;
	height: 20px;
	font-size: 16px;
}

#form-module .element input.submit {
	width: auto;
	font-size: 12px;
}

#form-module .element textarea {
	width: 620px;
}

.linkRechts {
	position: absolute;
	right: 20px;
}
