/*** General Definitions ***/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #fff url(../img/bg.gif) top left repeat-x;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

label {
      width:150px;
      float: left;
  }

#container {
	margin: 0 auto;
	max-width: 120em;
	min-width: 95em;
	text-align: left;
	width: 80%;
}


* html #container {
	width: expression(document.body.clientWidth < 955? "95em": "auto" && document.body.clientWidth > 1205? "120em": "auto");
}

#head {
	height: 100px;
	position: relative;
}

#subsection {
	height: 230px;
}

/*** Head - Logo ***/
#logo {
	left: 0;
	position: absolute;
	top: 13px;
	z-index: 1;
}

/*** Head - Language ***/
#language {
	float: right;
	margin-top: 10px;
}

#language ul {
	list-style: none;
}

#language ul li {
	display: inline;
	margin-left: 5px;
}

/*** Head - Print ***/
#print {
	float: right;
	margin: 10px 10px 0 0;
}

#print ul {
	list-style: none;
}

#print ul li {
	display: inline;
}

/*** Head - Info ***/
#info {
	float: right;
	margin: 10px 10px 0 0;
}

#info ul {
	list-style: none;
}

#info ul li {
	display: inline;
	margin-left: 5px;
}

/*** Head - Topmenu ***/
#topmenu {
	bottom: 0;
	line-height: normal;
	position: absolute;
	right: 0;
	width: 100%;
}

#topmenu ul {
	float: right;
	list-style: none;
}

#topmenu li {
	float: left;
	font-weight: bold;
	line-height: 24px;
	margin-left: 1px;
}

#topmenu a {
	background: url("../img/tab_no.gif") repeat-x;
	color: #fff;
	float: left;
	display: block;
	padding: 0 13px;
	text-decoration: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topmenu a {
	float: none;
}
/* End IE5-Mac hack */

#topmenu a:hover {
	background: url("../img/tab_ho.gif") repeat-x;
}

#topmenu .act a {
	background: url("../img/tab_ac.gif");
}

/*** Sub ***/
#sub {
	height: 230px;
	position: relative;
}

/*** Sub - Slideshow ***/
#slideshow {
	background: url(../img/box.gif) no-repeat;
	float: left;
	height: 190px;
	margin-left: 40px;
	padding: 20px;
	width: 430px;
}

* html #slideshow {
	margin-left: 20px;
}

/*** Sub - Login ***/
#login {
	float: right;
	margin-top: 10px;
}

#login label {
	color: #fff;
	font-weight: bold;
}

#login table tr td {
	text-align: right;
}

#login .text {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

#login a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/*** Sub - Search ***/
#search {
	bottom: 180px;
	/*bottom: 90px;*/
	position: absolute;
	right: 0;
}

#searchform table tr td {
	line-height: 0;
}

/*** Sub - Quicklinks ***/
#quicklinks {
	bottom: 50px;
	position: absolute;
	right: 0;
}

#quicklinks ul {
	list-style: none;
}

#quicklinks ul li {
	display: inline;
	margin-left: 25px;
}

#quicklinks ul li a {
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

/*** Main - Sidemenu ***/
#sidemenu ul {
	border-top: 1px solid #ccc;
	list-style: none;
}

#sidemenu ul li {
	line-height: 20px;
}

#sidemenu ul li a {
	background: url(../img/square.gif) 0 50% no-repeat;
	border-bottom: 1px solid #ccc;
	color: #666;
	display: block;
	padding-left: 15px;
}

#sidemenu ul li a:hover {
	background: #ccc url(../img/square.gif) 0 50% no-repeat;
	color: #068d8d;
}

#sidemenu ul ul {
	border-top: none;
}

#sidemenu ul ul li a {
	background: none;
}

#sidemenu ul ul li a:hover {
	background: #ccc;
	color: #068d8d;
}

#sidemenu ul ul ul li a {
	padding-left: 25px;
}

#sidemenu ul ul ul li a:hover {
	background: #ccc;
	color: #068d8d;
}

#sidemenu ul li .act1 a {
	background: #304041 url(../img/square.gif) 0 50% no-repeat;
	color: #fff;
}

#sidemenu ul ul li .act2 a {
	background: #304041;
	color: #fff;
}

#sidemenu ul ul ul li .act3 a {
	background: #304041;
	color: #fff;
}

/*** Main - Text ***/
#main {
	font-size: 1.2em;
	line-height: 1.6;
}

p {
	margin: 5px 0 10px 0;
}

a {
	color: #068d8d;
	text-decoration: none;
}

h1 {
/*	background: #068d8d;
	border-bottom: 1px solid #8FBEC0;*/
	color: #8FBEC0;
	font-size: 1.2em;
	margin-bottom: 4px;
/*	padding: 0 10px;*/
}

h2 {
/*	background: #8FBEC0;
	border-bottom: 1px solid #068d8d;*/
	color: #8FBEC0;
/*	color: #068d8d;*/
	font-size: 1em;
	margin-top: 1.2em;
/*	padding: 0 10px;*/
}

h3 {
	color: #8FBEC0;
	font-size: 0.8em;
	margin-top: 1em;
}

h1 a, h2 a {
	color: #8FBEC0;
}

#content ul,#teaser ul {
	list-style: none;
}

#content ul li, #teaser ul li {
	background: url(../img/square.gif) 0 8px no-repeat;
	padding-left: 15px;
}

/*** Form ***/
#form .star {
	color: #068d8d;
}

#form dl.left {
	clear: left;
	float: left;
}

#form dl.right {
	clear: right;
	float: right;
}

#form input {
	padding: 1px 5px 1px 5px;
	/*width: 35px;*/
}

/*** TYPO3 - Image Caption ***/
.csc-textpic-caption {
	font-size: 1em;
}

/*** TYPO3 - News ***/
.news-search-form {
	margin-top: 20px;
}

.news-latest-item {
	margin-bottom: 15px;
}

.news-latest-item h2 {
	margin-top: 0;
}

.news-list-item {
	margin-bottom: 15px;
}

.news-latest-date, .news-list-date, .news-single-timedata {
	font-size: 0.8em;
}

.news-latest-morelink, .news-list-morelink, .news-single-backlink {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}

/*** TYPO3 - Register ***/
.tx-srfeuserregister-pi1 label span {
	color: #068d8d;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #068d8d;
}

/*** TYPO3 - pk_products ***/
.pk_products_list, .pk_products_detail {
	float: left;
	margin: 0 auto 20px auto;
	width: 100%;
}

.pk_products_list .left, .pk_products_detail .left {
	border: 1px solid #8fbec0;
	clear: left;
	float: left;
	width: 63%;
}

.pk_products_list .right, .pk_products_detail .right {
	border: 1px solid #8fbec0;
	clear: right;
	float: right;
	margin-bottom: 20px;
	width: 31%;
}

.pk_products_list {
	width: 100%;
}

.pk_products_list .pic {
	float: left;
	width: 150px;
}

.pk_products_list .content {
	margin-left: 150px;
	padding: 0 10px;
}

.pk_products_list .content h2 a {
	color: #068d8d;
}

.pk_products_list .link {
	clear: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 5%;
	text-align: right;
	width: 90%;
}

.pk_products_detail .pic {
	float: left;
	width: 100%;
}

.pk_products_detail .content {
	float: left;
	padding: 15px;
	width: 90%;
}

.pk_products_detail .content .headline {
	font-weight: bold;
}

.pk_products_detail .link {
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0;
	text-align: right;
	width: 100%;
}

.pk_products_detail .link a {
	margin-right: 10px;
}

.pk_products_detail .pdf {
	background: url(../img/pdf.jpg) 0 0 no-repeat;
	padding-left: 25px;
}

.pk_products_detail .mail {
	background: url(../img/mail.jpg) 0 50% no-repeat;
	padding-left: 25px;
}

/*** TYPO3 - FCE - Product ***/
.fce1 {
	border: 1px solid #8fbec0;
	margin: 0 auto 20px auto;
	width: 100%;
}

.fce1 .pic {
	float: left;
	width: 150px;
}

.fce1 .content {
	margin-left: 150px;
	padding: 0 10px;
}

.fce1 .content h2 a {
	color: #068d8d;
}

.fce1 .link {
	clear: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 5%;
	text-align: right;
	width: 90%;
}

/*** TYPO3 - FCE - Extra ***/
.fce2 {
	margin-bottom: 20px;
	width: 100%;
}

.fce2 .headline {
	background: #304041;
	line-height: 24px;
	padding: 0 10px;
}

.fce2 .headline a {
	color: #fff;
	font-weight: bold;
}

.fce2 .content {
	padding: 0 10px;
}

.fce2 .link {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 10px;
	text-align: right;
}

/*** Doku ***/  
h3.rgaccord1-toggle {
	background: #068d8d;
	border-top: 1px solid #eee;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 23px;
	line-height: 26px;
	padding: 2px 0 2px 25px;
}

h3.act {
	background: #304041;
	color: #fff;
}

div.rgaccord1-content {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.rgaccord1-content .ce {
	margin-bottom: 0;
}

div.rgaccord1-content h1 {
	display: none;
}

div.rgaccord1-content table {
	width: 100%;
}

div.rgaccord1-content td.link {
	text-align: right;
}

/*** Formatierung der Tabellen-Layouts ***/
/* Layout: Layout 1 */
/* gerade Tabellenzeile grau und ungerade weiß */
table.contenttable-1 tr.tr-even {
	background: #eeeeee;
}
table.contenttable tr.tr-odd {
	background: #ffffff;
}



/*** Formatierung des Newsletter-Formulars ***/
.newsletter_signup {}
.newsletter_signup h1 {}
.newsletter_signup form {}
.newsletter_signup form fieldset {display:block;margin:0;padding:0;border:0;}
.newsletter_signup form fieldset legend {display:none;}
.newsletter_signup form fieldset label {width:100%;}
.newsletter_signup form fieldset label.required {}
.newsletter_signup form fieldset input {width:300px;height:20px;border:1px solid #CCC;display:block;}
.newsletter_signup form fieldset input.htmlemail {margin:5px 0 0 0;border:0;width:16px;height:16px;float:left;}
.newsletter_signup form fieldset label.htmlemail {float:left;width:400px;}
.newsletter_signup form input.submit {width:100%;height:20px;border:1px solid #CCC;}

.newsletter_signout {}
.newsletter_signout form {}
.newsletter_signout form fieldset {display:block;margin:0;padding:0;border:0;}
.newsletter_signout form fieldset legend {display:none;}
.newsletter_signout form fieldset label {width:250px;}
.newsletter_signout form fieldset input {width:200px;height:18px;margin:0;border:1px solid #CCC;display:inline;float:left;}
.newsletter_signout form fieldset input.submit {width:60px;height:20px;border:1px solid #CCC;display:inline;}
