/* ##################################################################### */
/* HTML ELEMENTS
/* ##################################################################### */


body, html
{
	height:100%;
	margin:0;
	padding:0;
}

body
{
	color:#000000;
	background-image:url(../images/body_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}

body, p, a, td, input, textarea
{
	font-family:Arial;
	font-size:12px;
}

a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:none;
}

img
{
	border:none;
	margin:0;
	padding:0;
}

h1, h2
{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

h1.pageHeader
{
	margin-bottom:15px;
	font-size:17px;
}

form
{
	margin:0;
	padding:0;
}



/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */


#header
{
	width:760px;
	height:160px;
	border-top:60px solid #ffffff;
	background-color:#00FFFF;
	background-image:url(../images/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

html. * #header
{
	height:220px;
}

#topnav
{
	width:760px;
	height:25px;
	position:relative;
	top:135px;
	background-color:#00CCCC;
	background-image:url(../images/topnav_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu
{
	position:absolute;
	top:220px;
	left:0;
	width:240px;
	padding-top:45px;
	background-color:#00FFFF;
}

#content
{
	position:absolute;
	left:270px;
	top:265px;
	width:440px;
}

#footer
{
	margin-top:60px;
	border-top:1px solid #000000;
	width:100%;
	padding:2px 0px 40px 0px;
}

#footer a
{
	font-weight:normal;
}



/* ##################################################################### */
/* CLASSES
/* ##################################################################### */


/* Main navigation */

.mainnav, .subnav
{
	width:240px;
	margin:0;
	padding:0;
	list-style-type:none;
}

html + body mainnav /* IE 5.0 fix */
{
	background: none;
}

html. * .mainnav /* IE 5.5 fix */
{
	margin-left:-16px;
}

.mainnav li a
{
	display:block;
	padding:2px 0 2px 30px;
	width:210px;
}

html. * .mainnav li a /* IE 5.5 fix */
{
	width:240px;
}

.mainnav li a.active, .mainnav li a:hover
{
	background-color:#99FFFF;
}

/* 2. Ebene */

.subnav li a
{
	display:block;
	padding:2px 0 2px 30px;
	width:210px;
	font-weight:normal;
}

html. * .subnav li a /* IE 5.5 fix */
{
	width:240px;
}

.subnav li a.active, subnav li a:hover
{
	background-color:#99FFFF;
}


/* Top navigation */

.topnav
{
	margin:5px 10px 0 0;
	padding:0;
	list-style-type:none;
	float:right;
}

.topnav li
{
	float:left;
	margin-left:10px;
}

.topnav li a
{
	font-size:11px;
	font-weight:normal;
}


/* Links */

#content a, #content .csc-sitemap ul li ul li a
{
	color:#0000FF;
	font-weight:normal;
}

#content a:hover
{
	text-decoration:underline;
}


/* Sitemap */

.csc-sitemap ul
{
	list-style-type:none;
}

.csc-sitemap ul li, .csc-sitemap ul li ul
{
	margin-top:5px;
	margin-bottom:20px;
}

.csc-sitemap ul li ul li
{
	margin:0;
}

#content .csc-sitemap ul li a
{
	font-weight:bold;
	color:#000000;
}


/* Kontaktformular */

fieldset
{
	border:none;
}

.csc-mailform-label
{
	margin-top:15px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}

.csc-mailform-field input
{
	
}

.csc-mailform-field
{
	padding:2px 0px;
	clear:both;
}

.csc-mailform-field label
{
	display:block;
	float:left;
	clear:both;
	width:200px;
}

.csc-mailform-field .csc-mailform-check
{
	float:left;
}


/* Misc */

.ttcontent-text
{
	padding-bottom:10px;
}