/*
** Author    : t3media AG
** Version   : 0.1.5
** Datei     : styles_default.css
** Desc      : Layout : Schriftart, Farbe, Abstaende
** Hinweis   : Diese Datei wenn moeglich nicht veraendern. Alle Werte koennen in styles.css angegeben werden.
** LayoutKey : t3media_def
** Changes   : 24.04.08 - pf - create file version
*/

/* -----------------------------------------------------------------------------
** Formatierung der Seite
** -----------------------------------------------------------------------------
*/
body {
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 75.00%; /* 81.25% = 13px | 75.00% = 12px | 68.75% = 11px */
}

/* -----------------------------------------------------------------------------
** Schriftart (font-family)
** Schrifttyp (font-weight,font-style)
** Linien-hoehe (line-height)
** -----------------------------------------------------------------------------
*/
body,
h1, h2, h3, h4, h5, h6,
input, select, textarea,
table, td, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

strong,b {font-weight: bold; } /* Schrifttyp : fett */
em,i { font-style:italic; } /* Schrifttyp : kursiv */
pre, code { font-family: "Courier New", Courier, monospace; } /* Schriftart bei pre und code */
address { font-style:normal; line-height: 1.5em;}

p,ul,dd,dt { line-height:1.5em; }
p { line-height:1.5em;} /* Normaler Absatz */
.bodytext {line-height:normal;} /* Absatz bei Text Element */

/* -----------------------------------------------------------------------------
** Margin / Padding von Global Elementen
** -----------------------------------------------------------------------------
*/
address {margin:0px 0px 1em 0px;}
p {margin:0px 0px 1em 0px;} /* Normaler Absatz */
p.bodytext {margin:0px 0px 1em 0px;padding:0px 0px 0px 0px;} /* Absatz bei Text Element, unten 1em Abstand */

/* -----------------------------------------------------------------------------
** Ausrichting
** -----------------------------------------------------------------------------
*/
body {vertical-align:top;}
input, select, textarea {vertical-align:top;} /* Formularfelder */
table, td, div, span {vertical-align:top;} /* Elemente */
img {vertical-align:middle;} /* Bilder */

/* -----------------------------------------------------------------------------
** Header / Ueberschriften
** -----------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;}

h1 {font-size:1.6em; margin:0 0 0.15em 0; padding-top:0em;}
h2 {font-size:1.4em; margin:0 0 0.15em 0; padding-top:0.1em;}
h3 {font-size:1.2em; margin:0 0 0.15em 0; padding-top:0.1em; font-weight:bold;}
h4 {font-size:1.0em; margin:0 0 0.10em 0; padding-top:0.1em; font-weight:bold;}
h5 {font-size:1.0em; margin:0 0 0.30em 0; font-style:italic;}
h6 {font-size:1.0em; margin:0 0 0.30em 0; font-style:italic;}

/* Der erste Header oben kein Abstand */
h2.csc-firstHeader {padding-top:0em;}
/* Layouts der Content Elemente H2 */
h2.lay1 {} /* normal und layout 1 */
h2.lay2 {font-weight:bold;}
h2.lay3 {}
h2.lay4 {font-weight:bold;}
h2.lay5 {display:block;padding:3px 3px 3px 3px;}

/* -----------------------------------------------------------------------------
** Horizontale Linie
** -----------------------------------------------------------------------------
*/
hr {
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border-width:0px 0px 1px 0px;
	border-style:solid;
}

/* -----------------------------------------------------------------------------
** Links / Verweise
** -----------------------------------------------------------------------------
*/
a, a:link, a:visited, a:active {text-decoration:none;}
a:hover {	text-decoration:underline;}

/* -----------------------------------------------------------------------------
** Listen / Aufzaehlungen
** -----------------------------------------------------------------------------
*/
ul {
	list-style-type:disc;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}
li {
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}
/* -----------------------------------------------------------------------------
** Content Allgemein
** -----------------------------------------------------------------------------
*/

/*----- Link to Top ------ */
.to-top {
	margin:25px 0px 0px 0px;
	text-align:right;
}
.to-top a, .to-top a:hover {
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
/* -----------------------------------------------------------------------------
** Formular - form specific styles
** -----------------------------------------------------------------------------
*/

/* keine defaults ! */

