/* ######################################################################################################
** # 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,h6 { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-weight: bold; 
}
h1, h2, h3 { color: #73478C; }
h4, h5, h6 { color: #000; }
h1 { font-size:	1.5em; padding:0 0 1.0em 2.1em; margin:0 0 1em 0; background: #E6DEED url(img/lilasquare.gif) no-repeat left top;}
#rightcontent h1, #leftcontent h1 { font-size:1.4em;padding:0 0 0.4em 0;margin:1em 0 0.4em 0; background: none;}
#rightcontent p a, #leftcontent p a { margin:2px 0 0 0; }


h2 { font-size:	1.4em;padding:0 0 0.6em 0; }
h3 { font-size:	1.2em;padding:0 0 0.6em 0; }
h4 { font-size:	1em; color: #000000; padding:0 0 0.6em 0; margin: 0 0 0.6em 0; }
h5, h6 { font-size:	0.8em; color: #000000; padding:0 0 0.6em 0; margin: 0 0 0 0; }


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.5em 0 1.5em 0;
}

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: #73478C; 
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #A074B8;
	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 {
}
input[type=checkbox] {
	width: 1em;
}

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

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


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

#admPanel { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/* ### 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 input[type=checkbox] {
	width: auto;
}

.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 {
	background-color: #F3F0F7;
	border: 1px solid #73478c;
	padding: 5px;
	margin: 10px;
}

.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;
}

/* ### Tabellen ###################################################################################### */

.contenttable caption { border-bottom: solid 1px #888; font-weight: bold; font-size: 1.1em; }
.contenttable tr { }
.contenttable th { font-weight: bold; }
.contenttable th, 
.contenttable td { 
	padding: 0.3em 2em 0.3em 0.25em; 
	border-bottom: solid 1px #fff;
	background: #F9F4FD; 
	vertical-align: top; 
	text-align: left; }
table.contenttable { 
	margin-bottom: 1em;
}
.contenttable td p.bodytext { margin: 0 0 0.5em 0; } 
.contenttable ul, .contenttable ol { margin-bottom: 0; } 


}
