/* ALLGEMEINES */

body {
	background-color: #FFFFFF;
	color: #666666;
	font-size:70%;
}

#wrapper {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
}

body, button, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
	color: #0099CC;
	text-decoration: none;
	font-weight: normal;
}

img {
	border-width: 0px;
}

.hidden {
	display: none;
}

#logo {
	position: absolute;
	left: 676px;
	top: 32px;
}

input, textarea {
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-size: 100%;
}

input.button, input.submit {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #0099CC;
	background-color: #eeeeee;
	font-weight: bold;
	width: auto;
	font-size: 100%;
}

input.checkbox {
	width: auto;
	border-width: 0;
}

h1 {
	color: #0099CC;
	letter-spacing: 0.1em;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 2em 0;
	clear: both;
}

body.restricted h1 {
	margin-left: -20px;
	padding-left: 20px;
	background-image: url(../img/protected.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}

h2 {
	font-size: 100%;
	margin-top: 2.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 100%;
}

h6 {
	color: #0099CC;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}


/* MENÜ */

#nav {
	position: relative;
	z-index: 2;
	padding: 64px 0 0 0;
	width: 233px;
	margin: 0;
	list-style-type :none;
}

#nav li {
	margin: 0 1px 0 0;
	border-top: 1px solid white;
	border-bottom: 1px solid #D1E9F2;
}

#nav li.active {
	width: 230px;
	margin: 0;
	background-color: white;
	border-left: 5px solid #2DA5CD;
	border-right: 6px solid white;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-repeat: no-repeat;
}

#nav li a {
	display: block;
	padding: 7px 0px 7px 19px;
}

#nav li a.active {
	font-weight: bold;
	color: #666666;
	padding-left: 14px;
}

#nav li li a.active {
	padding-left: 36px;
}


#nav li a.restricted {
	background-image: url(../img/protected.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}

#nav li li a.restricted {
	background-position: 16px center;
}

#nav ul {
	padding: 0px;
	margin: 0;
	padding-bottom: 5px;
	list-style-type: none;
	font-size: 80%;
}

#nav ul li, #nav ul li.active {
	margin: 0;
	border-width: 0px;
}

#nav ul li a {
	padding: 2px 0px 2px 35px;
}

#content #mdbnav {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#content #mdbnav li {
	list-style-image: none;
	background-image: none;
	display: inline;
	height: auto;
	margin: 0;
	padding: 0 1em;
	border-left: 1px solid #666666;
}

#content #mdbnav li.first {
	border-left-width: 0;
	padding-left: 0;
}

#MemberLogin {
	width: 185px;
	padding: 60px 0 0 25px;
}

#MemberLogin h7 {
	display: block;
}

#MemberLogin label {
	float: left;
	clear: both;
	margin-bottom: 2px;
}

#MemberLogin input {
	float: right;
	clear: right;
	margin-bottom: 2px;
	width: 120px;
}

#MemberLogin a, #MemberLogin button {
	position: relative;
	float: right;
	clear: right;
}

#MemberLogin input.button {
	width: 123px;
}

#MemberLogin p.error {
	font-weight:bold;
	color:red;
}

#sysnav {
	width: 219px;
	clear: both;
	margin: 0;
	list-style-type: none;
	padding: 50px 0 6px 25px;
}

#sysnav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 10px;
}

#sysnav li.active a {
	font-weight: bold;
	color: #666666;
}



/* SUCHENFELD */

#SearchForm {
	position: absolute;
	left: 807px;
	top: 136px;
	width: 180px;
}

#SearchForm input {
	margin-right: 5px;
	padding-right: 0;
	width: 120px;
}

#SearchForm input.button {
	margin: 0;
	padding: 0 4px;
	width: auto;
}

#SearchForm label {
	font-size: 11px;
	font-weight: bold;
	display: block;
}



/* CONTENT */

#content {
	position: absolute;
	z-index: 1;
	left: 233px;
	top: 167px;
	width: 430px;
	height: 10px;
	background-image: url(../img/titel.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 75px;
}

body.templatepressemitteilungendetailsbreit #content, body.templatemdb #content {
	width: 660px;
}

#content p,#content ul,#content ol {
	line-height: 150%;
	margin-bottom: 1.5em;
}

#content ul {
	width: 430px;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	list-style-type: none;
}

#content ul li {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.5em;
	padding-left: 1.5em;
	clear:right;
	color: #666666;
}

#content ul.teasers li {
	margin-bottom: 3em;
}

#content ul li p.date {
	color: #A9A9A9;
}

#content ul li h3 {
	font-size: 11px;
	xmargin-left: 5px;
	font-weight:bold;
}

#content ul li p {
	display: inline; 
}

#content ul li p.more {
	display: block;
	margin: 5px 0 0 0;
	float: right; 
}
#content ul li p.more a {
	padding-left: 8px;
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content ul li h3 a {
	float: none;
	font-weight:bold;
}

span.author {
	font-size: 85%;
}

/* FEATURES */

#features {
	position: absolute;
	width: 185px;
	top: 180px;
	left: 807px;
	line-height: 150%;
}

#features ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	width: 185px;
}

#features ul li {
	margin: 15px 0;
}

#features a {
	font-weight: bold;
}

#features ul li p {
	display: inline;
	margin-bottom:0;
}

#features ul li h5 {
	clear: right;
	font-size: 11px;
	margin: 0;
	color: #0099CC;
}

#features ul li h5 a {
	display: block;
	float: none;
	color: #0099CC;
}

#features ul li p.more {
	display: block;
	margin: 0;
	padding: 0 0 0 8px;
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 7px;
	text-align:right;
}

/* SITEMAP */

#sitemap ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#sitemap ul ul li {
}

#sitemap ul ul li{
	list-style-type: none;
	list-style-image: none;
}

#sitemap ul a {
	font-weight: bold;
}

#sitemap ul ul a {
	font-weight: normal;
}

/* TELL A FRIEND */

#tellafriend_link {
	clear: both;
	padding: 20px 0;
}

body.email {
	background-image: none;
	background-color: #E3F4F9;
	margin: 20px;
	width: auto;
}

#tellafriend {
	width: 320px;
}

#tellafriend .header {
	font-weight: bold;
	margin-bottom: 20px;
	color: #0099CC;
}

#tellafriend .row_required, .row{
	margin-bottom: 10px;
}

#tellafriend .element_error {
	color: red;
}

#tellafriend textarea, .stdsizeformelement {
	font-size: 100%;
	width: 250px;
}

/* BREADCRUMBS*/

#content #breadcrumbs {
	position: absolute;
	top: -80px;
	left: 75px;
	font-size: 80%;
	white-space: normal;
}

#content #breadcrumbs a {
	font-weight: normal;
}

#content #breadcrumbs ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	width: auto;
	text-indent: -2em;
	padding-left: 2em;
	line-height: 200%;
}

#content #breadcrumbs li {
	display: inline;
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	background-image: url(../img/breadcrumbs_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content #breadcrumbs li.firstcrumb {
	background-image: none;
	padding-left: 0px;
}



/* QUICKFORM */

form.quickform div.row {
	clear: both;
	margin-bottom: 10px;
	height: 20px;
}


form.quickform div.row_required {
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
	height: 20px;
}

form.quickform label {
	float: left;
	display: block;
	width: 120px;
	margin-bottom: 0.5em;
}

form.quickform div.element, form.quickform div.element_error {
	float: left;
	width: auto;
	margin-bottom: 0.5em;
}

form.quickform div.element label, form.quickform div.element_error label {
	float: none;
	display: inline;
	font-weight: normal;
}

div.formErrors {
	color: #CC0000;
	font-weight: bold;
}

form.quickform div.quickform_requirednote {
	clear: both;
	margin-top: 20px;
}

form.quickform .stdsizeformelement, form.quickform textarea {
	width: 200px;
}

form.quickform div.row_required input {
	font-weight: normal;
}

form.quickform span.error {
	color: #CC0000;
}

/* Downloads */
.download {
	margin: 20px 0;
}

.title {
	margin: 10px 0;
}


/* BILDER */

span.XStandardImage, span.XStandardImageLeft, span.XStandardImageRight {
	margin:0;
	margin-top: 4px;
	margin-bottom: 12px;
}

span.XStandardImage span, span.XStandardImageLeft span, span.XStandardImageRight span {
	display:block;
	color: #999999;
	font-size: 90%;
	line-height: 110%;
}

span.XStandardImageLeft {
	float:left;
	margin-right: 10px;
}

span.XStandardImageRight {
	float:right;
	margin-left: 10px;
}


/* Wirkt sich nur in XStandard aus */

img.XStandardImageLeft {
	float: left;
	margin-right: 1em;
}

img.XStandardImageRight {
	float: right;
	margin-left: 1em;
}

/* --- */



#bestellformular {
	margin-bottom: 30px;
}

#bestellformular td,th {
	vertical-align: top;
	padding: 5px;
	text-align: left;
}

#bestellformular td.right {
	text-align: right;
}

#bestellformular table {
	width: 100%;
	margin-bottom: 10px;
}
