/* @override 
	http://p113664.mittwaldserver.info/fileadmin/templates/css/layout.css
	http://gefma.de/fileadmin/templates/css/layout.css
*/

/****
* Global Reset
********************/
* {
	padding: 0;
	margin: 0;
}

#content li, dd {
	margin-left: 5%;
}

fieldset {
	padding: .5em;
}
input, textarea {
	font-family: Areal, Helvetica, sans-serif;
}

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited {
	text-decoration: none;
}

/* no list-markers by default, since lists are used more often for semantics */
ul {
	list-style: none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border: none;
}

/* de-italicize address */
address {
	font-style: normal;
}
sup, sub {
	line-height: 1px;
	font-size: 0.75em;
}

/*********************************************
* Globale Einstellungen
**********************************************/
html {
	height: 100%;
	margin-bottom: 0.1px;
}

body {
	background: #ececec url(../pix/body_back.gif) repeat-x;
	font: 100.1%/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#background {
	background: url(../pix/header_back.jpg) no-repeat top center;
}

#container {
	width: 946px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#headerwrapper {
	height: 93px;
}

#wrapper {
	margin: 0;
	padding: 0;
	background: url(../pix/container_back.gif) repeat-y;
}

#contentwrapper {
	width: 592px;
	float: left;
}

/*********************************************
* Topmenu
**********************************************/
#topmenu {
	height: 36px;
	background: url(../pix/topmenu_back.gif);
}

#topmenu ul {
	height: 30px;
	/*background: url(../gfx/menutrenner.gif) no-repeat 0 bottom;*/
	white-space: nowrap;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a {
	float: left;
	display: block;
	height: 36px;
	line-height: 30px;
	color: #000;
	font-size: .75em;
	margin: 0 0 0 7px;
	padding: 0 7px;
}

#topmenu ul li a.spezial,
#topmenu ul li a:hover {
	background: url(../pix/topmenu_sel.gif) no-repeat 50% 100%;
}

#leftcolumn {
	width: 189px;
	float: left;
	background: url(../pix/leftmenu_back.gif) repeat-y 0 0;
}

#search {
	height: 50px;
	background: url(../pix/search_back.gif);
}

/*********************************************
* leftcontent
**********************************************/
#servicemenu {
	height: 47px;
	background: url(../pix/servicemenu_back.gif);
}

#leftcolumn #servicemenu div {
	padding: 23px 0 0 70px;
}

#leftcolumn #servicemenu a {
	display: inline;
	padding: 0;
	margin: 0;
}

#search {
	padding: 10px 0 0 15px;
}

#search .suche {
	vertical-align: middle;
	width: 107px;
	height: 17px;
	border: 1px solid #8d8d8d;
}

#search .suchbutton {
	vertical-align: middle;
}

#leftcontent {
	color: #333;
}

#leftcontent ul {
}

#leftcolumn a {
	font-size: .7em;
	line-height: 140%;
	color: #333;
	display: block;
	padding: 3px 0 3px 15px;
}

#leftcolumn li a.spezial {
	background: url(../pix/submenu_sel.gif) no-repeat left center;
}

#leftcolumn li li a.spezial {
	background: url(../pix/menu_over.gif) no-repeat 5px center;
}

#leftcolumn ul ul {
	padding: 5px 0 5px 10px;
	margin: 5px 0;
	background: url(../pix/subsub_back.gif) repeat-y left center;
}

#login {
	height: 60px;
	margin-top: 5px;
	padding: 0 0 0 15px;
	background: url(../pix/login_back.gif);
}

#login #user,
#login #pass {
	width: 60px;
	color: #aaa;
	vertical-align: top;
	margin-top: 4px;
	height: 15px;
}

#login form {
	padding-top: 24px;
}

#login p {
	height: 25px;
	line-height:25px;
	float: left;
	font-size: .7em; 
	margin: 0 10px 0 30px;
}

#login div {

}

/*********************************************
* content-unterseite
**********************************************/
#content {
	padding: 20px;
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

#content h1 {
	font: bold 1.2em/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
}

#content h2 {
	font: bold 1.05em/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}

#content h3 {
	font: bold 1em/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}

#content p,
#content ul,
#content ol {
	line-height: 170%;
	margin-bottom: 1em;
}

#content ul li {
	margin: 0 0 .5em 0;
	padding-left: 15px;
	background: url(../pix/aufzaehl.gif) no-repeat 6px .625em;
}
#content ol li {
	margin-bottom: 0.5em;
}

/*#content .imgrahmen,*/
#content .csc-textpic-border img {
	padding: 3px;
	border: 1px solid #ddd;
}

#content .csc-textpic-caption {
	padding: 5px 4px;
	font-size: .875em;
	background: #f5f5f5;
}

#content .csc-textpic {
	overflow:auto;
}

#content a {
	color: #b82d36;
}

#content p a, #content li a,
#content td.c2l1-left p a,
#content td.c2l1-middle p a,
#content td.item  a,
#content table.neuigkeiten td p a {
	padding: 0 12px 0 1px;
	background: url(../pix/link.gif) no-repeat 100% .5em;
}

#content .csc-textpic-image a {
	background: none;
	padding: 0;
}

#content .zweispaltig .zweilinks,
#content .zweispaltig .zweirechts {
	width: 50%;
	float: left;
}

.clearer {
	clear: left;
}

#content .tx-indexedsearch-redMarkup {
	color: #484848;
}

#content div.tx-jwcalendar-pi1 div.jwcalendar_list table.items td.label{
	background: #fedc7f !important;
}

#content .red {
	color: #b82d36;
	/*padding: 1px 4px;
	background: #f7f7f7;
	border: 1px dashed #ddd;*/
}

/* Klassen
----------------------------------------------------------------------*/
p.linknoimage {
}

p.linknoimage a {
	background: none !important;
	padding: 0 !important;
}

div.filelinks table {
	width: 515px;
}

div.filelinks p {
	margin: 0 !important;
	padding: 0 !important;
}

div.filelinks td.fileicon {
	text-align: left;
	width: 20px;
}

div.filelinks td.fileicon img {
	margin-top: 4px;
}

div.filelinks td.filesize {
	text-align: right;
	width: 60px;
}

#content p.pdf a,
#content li.pdf a,
#content a.pdf {
	padding: 1px 1.8em 0 1px !important;
	background: url(../icons/pdf.gif) no-repeat 100% !important;
}

#content p.xls a,
#content li.xls a,
#content a.xls {
	padding: 1px 1.8em 0 1px !important;
	background: url(../icons/xls.gif) no-repeat 100% !important;
}

#content p.doc a,
#content li.doc a,
#content a.doc {
	padding: 1px 1.8em 0 1px !important;
	background: url(../icons/doc.gif) no-repeat 100% !important;
}

#content p.zip a,
#content li.zip a,
#content a.zip {
	padding: 1px 1.8em 0 1px !important;
	background: url(../icons/zip.gif) no-repeat 100% !important;
}

#content p.locked {
	font-weight: bold;
	padding: 0 1px 0 1.8em;
	background: url(../gfx/schloss.gif) no-repeat left 0.3em;
}

#content p.unlocked {
	font-weight: bold;
	padding: 0 1px 0 2.2em;
	background: url(../gfx/schloss_offen.gif) no-repeat left 0.3em;
}

/*********************************************
* tt_products
**********************************************/
#content .tx-ttproducts th {
	font-size: .875em;
	text-align: center;
	background: #ffdb4d;
}

#content .tx-ttproducts th,
#content .tx-ttproducts td {
	padding: 4px;
}

#content .tx-ttproducts tr {
	border-bottom: 3px solid white;
}

/*********************************************
* kiwi slider
**********************************************/
.ka-panel {
	padding: 0 0 0 15px;
	margin-bottom: 1em;
	cursor: pointer;
}

.open {
	border-bottom: 1px dashed #ddd;
	background: url(../pix/minus.gif) no-repeat 0 .2em;
}

.close {
	background: url(../pix/plus.gif) no-repeat 0 .2em;
}

/*********************************************
* rechte Spalte
**********************************************/
#rightcolumn {
	width: 165px;
	float: left;
	background: url(../pix/rightcolumn_back.gif) no-repeat 0 0;
}

#rightcolumntop {
	margin-top: 36px;
	height: 20px;
	background: url(../pix/rightcolumntopback.gif) no-repeat;
}

#rightcolumncontent {
	min-height: 200px;
	background: url(../pix/rightcolumncontentback.gif) repeat-y;
}

#rightcolumnbottom {
	height: 10px;
	background: url(../pix/rightcolumnbottomback.gif) no-repeat 0 top;
}

/*********************************************
* Footer
**********************************************/
#footer {
	height: 45px;
	clear: both;
	display: block;
	background: url(../pix/footer_back.gif) no-repeat 179px;
	font-size: .65em;
	color: #333;
}

#footer p {
	width: 590px;
	text-align: center;
	margin: 0 0 0 190px;
	padding: 8px 0 0 0;
}

#footer a {
	color: #333;
}

#wrapper {
	min-height: 300px;
	height: auto !important; /* für moderne Browser */
	height: 300px; /*für den IE */
}


#leftcontent a:hover, #content p a:hover,
#content li a:hover {
	text-decoration: underline;
}

#content .tx-ttproducts table, table.gestyled {
	border-collapse: collapse;
}


/*
 *		gestylte Tabellen
 */
 
table.gestyled {
	border-collapse: collapse;
}
table.gestyled thead td, table.gestyled th {
	border: 1px solid #B4B4B4;
	color: black !important;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	background: #FEDC7F !important;
	line-height: 175%;
}

table.gestyled td {
	border: 1px solid #DCDCDC;
	padding: 5px;
	vertical-align: top;
	background: #F8F8F8;
	font-size: 0.9em;
	line-height: 175%;
}
#content table.gestyled p {
	margin-bottom: 0;
}
