/*
Site:			www.mydomain.de
Author:			Firstname Lastname
Created:		01.01.2006
Modified:		01.01.2006
Editor:			Firstname Lastname
Usage:			general content styles

property order:
################
- cf. main.css

table of contents
#################
- basic elements
	- header
	- text
	- hyperlinks
	- lists
	- tables
- special elements
	- forms
	- blockquotes
	- hr
	- et. al.
*/

/*####################### CONTENT ############################*/

body {
	
}

/* *********************************************************** */
/* HEADER **************************************************** */

h1,h2,h3,h4,h5 {
	margin: 25px 0 8px 0;
	padding: 0;
}

h1, h2 {
	color: #3f7126;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	color: #3f7126;
	font-size: 0.9em;
	font-weight: bold;
}

/* We remove the top margin for any first header of the page */
.csc-firstHeader {
	margin-top: 0;
}

/* Header styles for the right (boxed) column */
div#col-02 div#contentRight h3.csc-firstHeader {
	width: auto;
	margin: 0;
	padding: 7px 0 6px 10px;
	background: url(../images/contentRight_header.jpg);
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
}

div#col-02 div#contentRight h2, 
div#col-02 div#contentRight h3 {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 0.85em;
	color: #000000;
}



/* *********************************************************** */
/* TEXT ****************************************************** */

p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 0.8em;
}

div#col-02 p {
	line-height: 1.4em;
}

div#col-02 div#contentRight p {
	margin: 10px 0 0 10px;	
}


a:link, a:visited, a:active, a:hover {

}

div#col-02 a {
	border-bottom: 1px dotted #3f7126;
	color: #3f7126;
}

div#col-02 a:hover {
	border-bottom: 1px solid #3f7126;
}

div#infoBoxes div.csc-textpic-text a {
	border-bottom: 1px dotted #3f7126;
	color: #3f7126;
}

div#infoBoxes div.csc-textpic-text a:hover {
	border-bottom: 1px solid #3f7126;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* LISTS */

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

div#col-02 ul {
	margin: 0.7em 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style-type: none;
}


div#col-02 li {
	padding: 0 0 0 1.8em;
	background: url(../images/arrow.gif) no-repeat 0.2em 0.6em;
	font-size: 0.8em;
	line-height: 1.8em;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}



/* IMAGES */

img {	
	border: 0;
	padding: 0;
}

div#contentRight img {
	margin: 10px 0 0 10px;
	padding: 0px;
}

/* TABLES */

table {
	margin-bottom: 1.3em;
	font-size: 1em;
	border: 1px solid #000;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #000;
	padding: 0.3em;
	font-size: 0.85em;
}

th {
	background: #CCCCCC;
	font-size: 0.6em;
}

caption {
	caption-side: top;
	margin-bottom: 0.5em;
}


/* FORMS */

form {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

input {

}

select {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}


/* MAILFORM */

form#mailform {
	float: left;
	width: 340px;
	margin: 0.5em 0 1em 0;
	border: 1px solid #587FA6;
	padding: 0.5em 0;
}

* html form#mailform {
	margin-top: 2em;
	height: 39em;
}

fieldset.csc-mailform {
	margin: 0 7px 0 13px;
	text-align: left;
}

* html fieldset.csc-mailform {
	margin-top: -15em !important;
}

fieldset.csc-mailform label {
	position: relative;
	float: left;
	clear: both;
	width: 90px;
	/* border-left: 20px solid #FFF; */
	border-top: 4px solid #FFF;
	margin: 0.5em 0;
	font-size: 0.9em;
}

fieldset.csc-mailform input {
	position: relative;
	float: right;
	width: 210px;
	margin: 0.5em 0px 0.4em 0;
	border: 1px solid #587FA6;
	padding: 2px;	
  	font: 0.9em Arial, Geneva, Helvetica, sans-serif;
}

fieldset.csc-mailform textarea {
	position: relative;	
	float: right;
	width: 210px;
	height: 150px;
	margin: 0.5em 0px 0.5em 0;
	border: 1px solid #587FA6;
	padding: 2px; 
  	font: 0.9em Arial, Geneva, Helvetica, sans-serif;
}

fieldset.csc-mailform input.csc-mailform-submit {
	/*clear: both;*/
	width: 120px;
	cursor: pointer;
}


/* SPECIALS */

code {
	display: block;
	margin: 0 0 1em 1em;	
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	font-family: monospace;
	font-size: 1em;	
}

blockquote {
	border: 0;
	color: #666;
	font-family: Arial, Geneva, Helvetica, sans-serif; 
}

address {
	margin: 0 0 1em 0;
	font-style: normal;	
	line-height: 1.7em;
}

acronym, abbr {
	cursor: help;
}

hr {

}


/* CONTENTFRAMES */ 

div.csc-frame-frame1 {
	margin-bottom: 1.3em;
	border: 1px dotted #8EB4D8;
	padding: 1em;
}

div.csc-frame-frame2 {
	margin-bottom: 1.3em;
	border: 1px solid #8EB4D8;
	padding: 1em;
}


/* *********************************************** */
/* IFRAMES for SHOP ****************************** */

iframe.shop-iframe {
	/*
	min-height: 400px;
	height: 100%;
	*/
	height: 468px;
}

/* *********************************************** */
/* indexed search result ************************* */
div#main div.tx-indexedsearch ul.browsebox li  {
    background: none;
}

div#main div.tx-indexedsearch a {
    border-bottom: 0;
}

div#main div.tx-indexedsearch td {
    font-size: 0.8em;
}

div#main div.tx-indexedsearch-searchbox table, 
div#main div.tx-indexedsearch-searchbox td {
    border: 0;
}

div.tx-indexedsearch-searchbox {
    margin-bottom: -20px;
}



/********** IE HACKS ***********/

div#col-02 li {
	background: url(../images/arrow.gif) no-repeat 5px 10px;
}

div#main div#right div#contentRight {
	padding: 0;
}

div#main div#right div#contentRight p,
div#main div#right div#contentRight img {
	margin: 10px 0 0 10px;
	padding: 0;
}

