/**
 * Style sheet basic
 */
/* mozillaHack fuer eingemittete Seiten */
html
{
	overflow-y: scroll;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#E0E0E8;
	background-image:url("/tl_files/layout/bg_main.jpg");
	background-repeat:repeat-x;
}

img
{
	vertical-align:middle;
	border:0;
}

.noborder
{
	border:0;
}

/* Browser Reset */
a, body, div, em, label, li, ol, p, span, strong, td, th, u, ul
{
	font-family:arial,geneva,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:verdana,geneva,sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana,Geneva,Helvetica,sans-serif;
}

a, body, div, input, fieldset, label, optgroup, li, ol, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#667;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

/* Link Style */
a.noborder:link, a.noborder:visited
{
	border:0;
}

.mod_imagerotator img
{
	vertical-align:top;
}

#main .ce_text
{
	line-height:1.3em;
}

p
{
	margin-bottom:9px;
}

/* TinyMCE Styles */
.hellgrau
{
	color:#ccc;
}

.small
{
	font-size:11px;
}

.monospace
{
	font-family:"lucida console",courier;
	font-size:13px;
}

.laenge
{
	padding-left:20px;
	background-image:url("tl_files/grafiken/ico_L.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#f00000;
}

.breite
{
	padding-left:20px;
	background-image:url("tl_files/grafiken/ico_B.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#00b400;
}

.hoehe
{
	padding-left:20px;
	background-image:url("tl_files/grafiken/ico_H.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#0000f8;
}

.kehricht
{
	top:22px;
	position:relative;
	font-weight:bold;
	font-size:2em;
	color:#444;
}

.raster
{
	padding:3px;
	background-image:url("tl_files/layout/raster_bg.gif");
}

.ratser ul li
{
	background-image:url("tl_files/layout/ico_bullet.gif");
}

/* Titel */
h1
{
	margin:20px 0px 17px 0px;
	padding:0px;
	font-family:georgia,times,serif;
	font-weight:normal;
	font-size:24px;
	color:#c3c;
	line-height:30px;
}

h2
{
	margin:15px 0px 10px 0px;
	padding:0px;
	font-size:13px;
	color:#557;
}

h3
{
	margin:15px 0px 7px 0px;
	padding:0px;
	font-size:12px;
	color:#707173;
}

.ce_text hr
{
	height:1px;
	background-color:#cccbd1; /*Mozilla*/
	color:#cccbd1; /*IE6*/
	border:#cccbd1; /*Opera*/
	height:1px; /*in Opera für Anzeige notwendig, für Mozilla für einheitliche Höhe*/
}
