body
{
	margin:0px;
	margin-top:0px;
	padding:0px;
	background-color: #dfdcd3;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
}

font,td,div,p
{
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

a
{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

img {
	border:0;
}

a:hover
{
	text-decoration: underline;
}



/* ------------------------------------------------------------------
// Headlines
// --------------------------------------------------------------- */
h1, h2
{
	font-family: tahoma, arial, helvetica;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin: 0px;
}
h2
{
	font-size: 13px;
}




.grey
{
	color: #999999;
}
.small_grey
{
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #a1a09b;
}
.small_grey a
{
	font-weight: normal;
	text-decoration: none;
	color: #a1a09b;
}
.small_grey a:hover
{
	color: #666666;
	text-decoration: none;
}



br
{
	line-height:10px;
}
.spacer_10
{
	width: 1px;
	height: 10px;
}
.spacer_20
{
	width: 1px;
	height: 20px;
}
.spacer_40
{
	width: 1px;
	height: 40px;
}






.ts
{
	width:260px;
	max-width:200px;
	overflow: hidden;
	padding:40px 40px 20px 20px; 
	background-image:url(/img/general/ts_background.gif);
	background-repeat:repeat-y;
}

.ts_header
{
	width:260px;
	max-width:200px;
	overflow: hidden;
	padding:40px 40px 10px 20px; 
	background-image:url(/img/general/ts_background.gif);
	background-repeat:repeat-y;
}

.ts_dark
{
	width:260px;
	max-width:200px;
	overflow: hidden;
	padding:40px 40px 20px 20px;
	background-image:url(/img/general/ts_dark_background.gif);
	background-repeat:repeat-y;
}

.ts_light
{
	width:260px;
	max-width:200px;
	overflow: hidden;
	padding:40px 40px 20px 20px; 
	background-image:url(/img/general/ts_light_background.gif);
	background-repeat:repeat-y;
}

.ts_seperator
{
	width:260px;
	height:1px;
	background-image:url(/img/general/ts_seperator_background.gif);
	background-repeat:repeat-x;
}

.ts_blank
{
	background-image:url(/img/general/ts_background.gif);
	background-repeat:repeat-y;
}

.cfs
{
	width:775px;
	background-image:url(/img/general/cfs_background.gif);
	background-repeat:repeat-y;
}

.cfs_footer
{
	width:775px;
	height:236px;
	text-align:right;
	background-image:url(/img/general/cfs_footer_background.gif);
	background-repeat:no-repeat;
}

.c
{
	padding: 40px 20px 40px 40px;
}



/* ---------------------------------------------------------------
// TopNavi
// --------------------------------------------------------------- */
table.tn
{
	width:775px;
	background-image:url(/img/general/tn_background.gif);
	background-repeat:no-repeat;
}

div.tn_bg
{
	background-color: #E9E8DE;
}

td.tn, td.tn_hi
{
	height:27px;
	text-align:center;
	vertical-align:middle;
	background-color: #ffffff;
}

td.tn_hi
{
	background-color: #F5F3E9;
}

a.tn, a.tn_hi
{
	padding:0px 15px 0px 15px;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:#999999;
	text-decoration: none;
}

a.tn_hi
{
	color:#666666;
}

a.tn:hover, a.tn_hi:hover
{
	color:#666666;
	text-decoration: none;
}


/* ---------------------------------------------------------------
// SubNavi
// --------------------------------------------------------------- */
div.sn
{
	width:170px;
	height:20px;
	text-align:right;
	background-color:#E9E8DE;
	background-image:url(/img/general/sn_background.gif);
}
div.sn_hi
{
	width:170px;
	height:20px;
	text-align:right;
	background-color:#F5F3E9;
}
a.sn
{
	color:#666666;
	padding:5px;
}
a.sn:hover
{
	text-decoration: none;
}



/* ---------------------------------------------------------------
// Info Messages
// --------------------------------------------------------------- */
div.info_msg_ok,div.info_msg_error
{
	width: 475px;
	border: 2px solid #dd0000;
	background-color: #2A2A2A;
	text-align: center;
}
p.info_msg_ok,p.info_msg_error
{
	margin: 20px;
	font-weight: bold;
	color:#ffffff;
}
p.info_msg_error
{
	color:#F78787;
}


/* ---------------------------------------------------------------
// Meta-Navi
// --------------------------------------------------------------- */
img#mn_home, img#mn_kontakt, img#mn_impressum {
	background:transparent url(/img/navi/mn.png) 0 0 no-repeat;
	width:170px;
	height:18px;
	display:block;
}
img#mn_home:hover { background-position:0 -18px; }
img#mn_impressum { background-position:0 -36px; }
img#mn_impressum:hover { background-position:0 -54px; }
img#mn_kontakt { background-position:0 -72px; }
img#mn_kontakt:hover { background-position:0 -90px; }



/* ---------------------------------------------------------------
// Footer
// --------------------------------------------------------------- */
img#cfs_goto_top {
	background:transparent url(/img/navi/cfs_goto_top.png) 0 0 no-repeat;
	display:block;
	float:right;
	margin-top:184px;
}
img#cfs_goto_top:hover {
	background-position:0 -52px;
}