/* Background Graphics --------------------------------------------- */

body {
	background-color: #e7e7e7;
}

div.meta_links {
	position: absolute;
	right: 10px;
	top: 100px;
	font-size: x-small;
}
a.imdas_link {
	position: absolute;
	top: 50px;
	width: 120px;
	height: 50px;
	z-index: 100;
	background: url(../images/imdas_on.jpg) no-repeat;
}
a.archivis_link {
	position: absolute;
	top: 50px;
	left: 140px;
	width: 140px;
	height: 50px;
	z-index: 100;
	background: url(../images/archivis_on.jpg) no-repeat;
}
#container {

}
#content .style_content {
	background: #d3d3d3;
}
#header {
	background-repeat: repeat-x;
}
#menu {
	background: #ddd;
}

.sidebar {
	font-size: 8pt;
	color: #666;
	padding: 10px 5px 5px 10px;
	background-color: #ddd;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
  margin-top: 10px;
}
.sw {
	margin-top: 10px;
}
.sidebar h1, .sw h1 {
	font-weight: bold;
	font-size: 10pt;
}



#search {
	background-image: url(../images/back_search.jpg);
}

img.left {
	float: left;
	padding: 0 10px;
	clear: left;
}
img.right {
	float: right;
	padding: 0 10px;
	clear: right;
}

table.contenttable {
	width:60%;
	margin:1em auto;
	border-collapse:collapse;
	font-size: x-small;
}

table.contenttable td, th {

 padding:.1em .2em;
 width: 100px;
}
table.contenttable th {
	font-weight: 700;
	font-size: small;
	text-align: center;
}

#loop_page ul li {
	list-style-type: square;
}
/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

a:link, a:visited {
	color: #bb6f02;
}

a:hover, a:active {
	color: #e58802;
}



#header, #footer {
	color: #FFFFFF;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #666;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active li.current_page_item a:link {
	color: #111;
}

#submenu li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}



hr.small {
	width: 50%;
	text-align: center;
}


/* Imprint Text ----------------------------------------------------*/
.imprint_text {
  display: block;
	text-align: center;
	padding: 5px 0 10px 0;
	color: #666;
}

span.imprint_text a:link, span.imprint_text a:visited {
	color: #666;
	text-decoration: none;
}

span.imprint_text a:hover, span.imprint_text a:active {
	color: #333;
	text-decoration: none;
}

/* Typography ------------------------------------------------------ */

body {
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, Sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, Sans-serif;
	margin: 0.7em 0em 0.5em 0;
}

h1 {
	font-size: 150%;
	line-height: 100%;
	
}

h2 {
	font-size: 140%;
	line-height: 130%;
	margin: 0px 0px 5px;
	text-indent: 0px;
}

.lead h3.title, #loop_single h3.title, #loop_page h3.title {
	font-size: 150%;
	line-height: 140%;
	text-indent: 0px;
}

h3 {
	font-size: 130%;
	line-height: 120%;
}

h4 {
	font-size: 120%;
	line-height: 110%;
}

h5 {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	font-style: italic;
}


h6 {
	font-size: 100%;
	line-height: 100%;
}


.inner h2 {
	margin-bottom: 25px;
	text-decoration: underline;
}

table {
	font-size: 1em;
}
/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: 0.5em;
	font-size: 0.7em;
	display: inline;
}

/* default styles for extension "tx_chcforum_pi1" */

/* BASIC STUFF */
#tx_chcforum-pi1 {
	font-family: arial, sans-serif;
	font-size: 1em;
}

#tx_chcforum-pi1 caption {
	display: none;
}

#tx_chcforum-pi1 a {
	text-decoration: underline;
}

#tx_chcforum-pi1 a:hover {
	text-decoration: none !important;
}

/* only one form in the forum */
#tx_chcforum-pi1 form {
	margin-top: 20px;
}

#tx_chcforum-pi1 .tx_chcforum-pi1-toolBar {
	display: none;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-messageBox {
	border: 2px solid red;
	padding: 5px;
	background-color: #fcf5c7;
	margin-top: 10px;
}


#tx_chcforum-pi1 a img, #tx_chcforum-pi1 a {
	border: 0;
	text-decoration: none;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-singlePost {
	background-color: #f3f3ee;
	border: 1px solid #ccc;
	margin: 5px 5px 10px 0px;
	padding: 2px 2px 2px 5px;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-singlePost .text {
	margin: 5px 5px 25px -6px;
	padding: 15px;
	background-color: #fff;
	border: solid 1px #ccc;
}

#tx_chcforum-pi1 .header_small {
	display: none
}

/* Suchergebnis formatieren */
.csc-searchResultPrevNext {
	padding-left: 180px;
}

/****/

table.tx-chcforum-pi1-Table th {
	border: 0;
	font-size: 0.8em;
}

div.tx-chcforum-pi1-navPath, .tx-chcforum-pi1-helpBox, .tx-chcforum-pi1-FooterBox, table.tx-chcforum-pi1-Table tbody th  {
	display: none;
}

.col-0, .col-last {
	width: 40%;
}	
.col-1, .col-2 {
	width: 10%;
}

#formTop input {
	display: block;
	
}

#preisliste table {
	border-top:1px solid #336699;
	border-right:1px solid #336699;
}

#preisliste table td, table th {
 border-bottom:1px solid #336699;
 border-left:1px solid #336699;
}