/*
Site:			www.schreckgmbh.de
Author:			Michael Pfenning
Created:		01.01.2008
Modified:		05.01.2008
Editor:			Firstname Lastname
Usage:			general content styles

*/




/* TEXT */

p {	
	margin: 0 0 0.7em 0.2em;
	color: #555555;
}




.meldung-img a {
	width:inherit;
}


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, h6 {
	position: relative;
	z-index: 50;
	padding: 0;
	margin: 0;
}

h1 {
	margin-bottom: 0.7em;
	font-size: 2em;
}

h2 {
	margin: 0.3em 0 0.5em 0;
	padding-bottom: 0.3em;
	font-size: 1.7em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #555555;
	/*display: block;*/
	border-bottom: 1px solid #cccccc;
	
}

h3 {
	margin: 0em 0 0.2em 0;
	font-size: 1.33em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #555555;
}


h3.trenner {
	border-bottom: 1px solid #ccccff;
	
}

h4 {
	margin: 0.7em 0 0.2em 0;
	font-size: 1em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

hr {
	color: #ff0000;
}

div#tx_abdownloads_catalogView_downloads hr{
	height: 1px; 
	color: #ffcc00;
	margin-top: 1em;
	
}




.csc-Header {	/*aendert h2*/
	margin: 0 0 0.2em 0;
	font-size: 1.8em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #cc0000;
}

.csc-firstHeader {	/*aendert h2*/
	margin: 0.5em 0 0.2em 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #cc0000;
	
}

.csc-firstHeader-n1 {	/*aendert h2*/
	margin: 0 0 0.2em 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #555555;
	
}

.csc-header-n2 {		/*aendert h2*/
	margin: 0 0 0.2em 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #aa0000;
}

.csc-textpic-text a, .csc-textpic-text a:visited {
	text-decoration:none;
	padding:0em 0.9em 0em 0em;
	margin:0em;
	background: url(../imgages/link_ge4.gif)  right no-repeat 50%;
	color: #446688;
}

.csc-textpic-text a:hover, .csc-textpic-text a:focus {
	text-decoration:underline; color: #0000ff;
}



div#right .csc-firstHeader{
	font-family: arial,sans serif;
	font-weight: normal;
	font-size: 11pt;
	color: white;
	letter-spacing: 0.1em;
	padding: 2px 0px 2px 10px;
	margin:0px;
	background-color: #458cc1;
	}

div#right p{
         padding:0 0 0 0.4em;
}

div#right ul {
         padding:0 0 0 0.4em;
}


div#right a, div#right a:visited {
	text-decoration:none;
	padding:0.5em;
	margin:0em;
	color: #446688;
}

div#right a:hover, div#right a:focus {
	text-decoration:underline;
	color: #0000ff;
	}
	
	
a:hover a:focus{
	text-decoration:underline; 
	color: #CC0000;
}

	
div#content a:hover, 
div#content a:focus {
	text-decoration:underline;
	color: #0000ff;
	}
	
div#content_wide.column a:hover, 
div#content_wide a:focus {
	text-decoration:underline;
	color: #0000ff;
	}

div#content a,
div#content a:link, 
div#content a:visited,
div#content a:active,
div#content_wide a,
div#content_wide a:link, 
div#content_wide a:visited,
div#content_wide a:active {
	text-decoration:none;
	padding: 0em ;
	margin:0em;
	background: url(../imgages/link_ge4.gif) right no-repeat 50% 0.2em;
	color: #3366bb;
}

a:hover a:focus {
	text-decoration: underline; 
	color: #0000ff;
}

/*-- Grafik für externen Link--*/
a[href^="http:"] {
	background: url(../imgages/ext_link2.gif) right no-repeat 50%;
	padding-left: 0;
}

/*-- ausnahmen--*/
a[href^="fileadmin"],
a[href^="http://www.schreck-antriebstechnik.de"]{
	background: url(../imgages/link_ge4.gif alt=link) right no-repeat 50%;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* LISTS */

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0.4em 0 0 1.2em;
	padding: 0 0 0 0;
	color: #000033;
	list-style-image: url(../icons/aufz_1551.gif)
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}



/* IMAGES */

img {
	/*border: 0;*/
}


/* TABLES */

table {
	margin-bottom: 1.3em;
	font-size: 0.9em;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 90%;
	
}

th, td {
	border: 1px solid #cccccc;
	padding: 0.1em;
	background-color:#f9f9ff;
}

th 	{
	border: 1px solid #cccccc;
	padding: 0.3em;
	background-color:#eeeeff;
}

caption {
	font-size: 1em;
	text align: center;
	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 {
	height: 1px;
	color: 3366bb;

}

sub, sup {
  line-height: 0px;
  font-size: 60%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* 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;
}


