/**
 * Style sheet basic
 */
/* mozillaHack fuer eingemittete Seiten */
html
{
	height:100%;
	margin-bottom:1px;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#2e3e58;
	background-image:url("/tl_files/layout/bg_body_top.gif");
	background-position:left top;
	background-repeat:repeat-x;
	color:#444;
}

.custom
{
	display:inline;
}

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

.image_container img
{
	padding:3px;
	background-color:#fff;
	border:1px solid #ddd;
}

.image_container a:hover img
{
	border:1px solid #f99;
}

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

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

.noborder
{
	border:0;
}

a, body, div, em, i, label, li, ol, p, strong, td, th, ul
{
	font-family:"trebuchet ms", geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:georgia,times,serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"trebuchet ms", geneva, sans-serif;
}

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

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

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

/* Titel */
h1
{
	margin:10px 0px;
	padding:0px;
	font-weight:normal;
	font-size:24px;
	color:#630;
	line-height:26px;
}

h2, h2 a
{
	margin:10px 0px 6px 0px;
	padding:0px;
	font-family:arial,geneva,helvetica,sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#444;
}

h3
{
	margin:0px 0px 4px 0px;
	padding:0px;
	font-family:Verdana,Geneva,Helvetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#707173;
}

p
{
	margin-bottom:8px;
}

hr
{
	background-color:#ddd; /*Mozilla*/
	color:#ddd; /*IE6*/
	border:#ddd; /*Opera*/
	height:1px; /*Opera und Mozilla*/
}

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

.grau
{
	font-weight:bold;
	color:#707173;
}

.rot_boxed
{
	padding:2px 5px;
	border:1px solid #f99;
	font-weight:bold;
	color:#c33;
}

.grau_dunkel
{
	font-weight:normal;
	font-variant:small-caps;
	color:#333;
}

.grau_big
{
	font-weight:bold;
	font-size:14px;
	color:#707173;
}

