/* 1. Includes */

@import 'menu.css';
@import 'rte.css';
@import 'tt_news.css';

/* 2. Allgemeine Deklarationen */

body {
	font-family:Georgia, Arial, 'sans-serif';
	font-size:.75em;
	margin:0px;
	background:url('../images/background.gif') repeat-y;
}

img {
	border:none;
}

/* 3. Spezifische Deklarationen */

div.outerbox {
	width:1000px;
}

/* 3.1 #leftcol / Alles aus der linken Spalte */

div#leftcol {
	width:230px;
	background:#404041;
	color:#717274;
	float:left;
}

div#leftcol div#logo a {
	display:block;
	padding:40px 24px;
}

div#leftcol div#signature {
	padding: 10px 40px;
}

/* 3.2 #bluequote / Das Zitat &uuml;ber der 2ten und 3ten Spalte */

div.bluequote {
	border-bottom:2px solid #a7c8e6;
	border-top:2px solid #a7c8e6;
	width:720px;
	float:right;
	margin-top:72px;
}

div.bluequote p {
	color:#4f91cd;
	font-size:1.7em;
	line-height:1.6em;
}

/* 3.3 #rightcol / Hier kommt die rechte Spalte mit Inhalt */

div#rightcol {
	width:180px;
	float:right;
	padding-top:40px;
}

/* 3.4 #centercol / Die mittlere Spalte mit Inhalten */

div#centercol {
	margin-right:40px;
	float:right;
	padding-top:40px;
	width:500px;
}

.csc-textpic-image {
	padding:2px;
}

#leftcol .csc-textpic-image {
	padding:0;
	border:none;
}

.csc-textpic-caption {
	color:#777;
	font-size:.9em;
	padding:2px;
	padding-bottom:0;
}

/* Mailformular designen */

.csc-mailform, fieldset {
	border:medium none;
}
legend {
	display:none;
}
label {
	display:block;
	float:left;
	font-size:0.9em;
	color:#666;
	margin-bottom:3px;
	width:200px;
}
input, textarea {
	border-color:#888888 rgb(136, 136, 136) rgb(170, 170, 170);
	border-style:solid;
	border-width:1px;
	margin-bottom:3px;
	padding:2px;
	font-size:0.9em;
	width:250px;
}
textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	height:150px;
}
input.image {
	border:medium none;
}
.csc-mailform-check {
	width:20px;
}
.csc-mailform-field {
	clear:both;
	margin-top:5px;
}
.csc-mailform-submit, .powermail_submit {
	margin-left:202px;
}

* html #bestellung p {
	font-size:.7em;
}

* html .contenttable p {
	font-size:.75em;
}

@media print {
	div#leftcol,
	div#rightcol {
		display:none;
	}
	
	div.bluequote,
	div#centercol {
		width:100%;
		font-size:14pt;
	}
}