/* ######################################################################################################
** # T3Basis von Jan-Claas Dirks ########################################################################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 20.01.07  
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
**	Eigenschaften hinter der Markierung "T3Basis" sollten nicht bearbeitet werden
*/

@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### Überschriften, Fließtexte ###################################################################### */

body { 
	/* Grundeinstellungen für Schrift */	
	color: #000;
	/*font-size: 62.5%; /* 10px */
	font-size: 68.75%; /* 11px */
	/*font-size: 75.00%; /* 12px */
	/*font-size: 81.25%; /* 13px */
}
body, input, textarea, select {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
}

h1,h2,h3,h4,h5 { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-weight: normal; 
	margin-bottom: 0px; 
}
h1 {font-size: 1.3em; color: #fff; padding: 0.25em; background-color: #ec7404; }
h2 {font-size: 1.1818em; color: #000; margin: 0 0 0.25em 0; padding-top: 1em; }
h3 {font-size: 1.0909em; color: #000; margin: 0 0 0.25em 0; padding-top: 1em; }
h4 {font-size: 1.0000em; color: #000; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; }
h5 {font-size: 0.9090em; color: #000; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; }

p,ul,dd,dt { 
	line-height: 1.3em; 
}

p { 
	margin: 0.8em 0 1em 0; 
}

strong, b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

blockquote { 
	color: #444; 
	background: #f8f8f8; 	
	border: 1px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}

pre, code {
	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f0;
	border: 1px #ccd solid;
}

/* ### Auszeichnung lokaler und externer Links ######################################################## */

a {
	color: #900; 
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #c00;
	text-decoration: underline;
}

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table {
	border-collapse: collapse; 
	width: 100%; 
	margin-bottom: 0.5em;
}

form {
	overflow: hidden;
}

input, textarea, select {
	width: auto;
	padding: 3px;
}
input[type=text] {
}
input[type=text]:focus, textarea:focus {
}

/* ######################################################################################################
** ### Spezielle Formatanweisungen für besondereLayoutbereiche ##########################################
** ######################################################################################################
*/

#footer {
	color:#000; 
	text-align: center;
}
#footer p {
	margin: 0;
}


/* ######################################################################################################
** ### Spezielle Formatanweisungen für TYPO3 ############################################################
** ######################################################################################################
*/

#admPanel { text-align: left; }

/* ### Kontaktformular ############################################################################### */

.csc-mailform {
	position: relative;
	display:block;
	border: none;
}

.csc-mailform-field {
	margin-bottom: 0.35em; 
}

span.csc-mailform-label {
	display: block;
	width: 95%;
	margin: 1em 0 0.25em;
	padding-left: 0.5em;
	font-weight: bold;
	border-bottom: 1px solid #888;
}

.csc-mailform label {
	position: relative;
	display:block;
	width: 40%;
	float: left;
	text-align: right;
	padding-top: 4px;
	padding-right: 1em;
}

.csc-mailform input, .csc-mailform textarea {
	position: relative;
	width:50%;
}

.csc-mailform-check {
	border: none;
	width:auto;
	margin-top: 4px;
}

.csc-mailform button {
	clear: left;
	position: relative;
	display:block;
}

.csc-mailform-field {
	overflow: hidden;
}
 /* .floatbox-Anpassung für IE */
/* Hides from IE-mac \*/
* html .csc-mailform-field {width:100%;}
/* End hide from IE-mac */

.csc-mailform-submit {
	clear: left;
	position: relative;
	display:block;
	width:auto;
	margin-left: 35%; 
	border: auto;
}

/* ### Content Element mit Rahmen 1 und Rahmen 2 ###################################################### */

.csc-frame-frame1 {
	color: #444; 
	background: #f80000; 	
	border: 1px #c00 solid;
	padding: 0.25em 1em;
	margin: 1em 0 1em 2em;
}

.csc-frame-frame2 {
	float: right;
	background: #f8f8f8;
	border: solid 1px #f0f0f0;
	margin: 0 0 10px 20px;
	padding: 0 0.75em;
}

.csc-frame-frame1 h1, .csc-frame-frame1 h2, .csc-frame-frame1 h3,
.csc-frame-frame1 h4, .csc-frame-frame1 h5, .csc-frame-frame1 h6,
.csc-frame-frame2 h1, .csc-frame-frame2 h2, .csc-frame-frame2 h3,
.csc-frame-frame2 h4, .csc-frame-frame2 h5, .csc-frame-frame2 h6 {
	margin-top: 0;
}

/* ### Text mit Bild ################################################################################## */

/* bei zu schmalem Textbereich wird das Bild abgeschnitten, statt das Layout zu zerschiessen */
.csc-textpic {
	overflow: hidden; 
}
/* Hides from IE-mac \*/
* html .csc-textpic {width:100%;}
/* End hide from IE-mac */

/* Bildunterschriften */
.csc-textpic-caption {
	font-size: 0.8333em;
	/* default: center */
	text-align: center;
}


}
