* {
	margin: 0;

	padding: 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	background-repeat: no-repeat;
}

body {
	background: #E5E5E5 url(/fileadmin/cfoxpert/images/body_bg.png) repeat-x;
}

img {
	border: 0;
}

h1#title {
	position: absolute;
	height: 42px;
	width: 184px;
	top: 345px;
	left: 200px;
	background: url(/fileadmin/cfoxpert/images/logo.gif) no-repeat;
}

a {
	text-decoration: none;
}

h2#logo_text {
	position: absolute;
	height: 11px;
	width: 314px;
	top: -12px;
	right: 1px;
	background: url(/fileadmin/cfoxpert/images/logo_text.png) no-repeat;
}

#language *,
#header *,
#left_col * {
	font-size: 10px;
}

#language {
	width: 792px;
	position: absolute;
	top: 52px;
	top: -16px;
	left: 0;
	list-style: none;
}

	#language li {
		float: left;
	}
	
	#language li a {
		padding: 0 8px 0 8px;
		line-height: 18px;
		display: block;
		color: #999;
		background: url(/fileadmin/cfoxpert/images/language_divider.png) no-repeat left center;
	}
	
	#language li.first a {
		padding-left: 0;
		background: none;
	}
	
	#language li a:hover {
		color: #000;
	}

#box {
	width: 792px;
	position: absolute;
	top: 69px;
	left: 50%;
	margin: 0 -396px 0 -396px;
	background: #FFF;
}

#border {
	margin: 1px 0 1px 1px;
	background: #FFF url(/fileadmin/cfoxpert/images/border_bg.png) repeat-y;
}

#header {
	clear: both;
	height: 35px;
	padding-left: 180px;
	background: #BF0B37 url(/fileadmin/cfoxpert/images/white_border.png) repeat-y 180px 0;
}

/* -----------------------------------------------
					NAVIGATION
----------------------------------------------- */
ul#navigation {
	margin-top: 17px;
	width: 450px;
	float: left;
}
	
	ul#navigation, #navigation ul {
		list-style: none;
	}

	#navigation li {
		float: left;
	}
	
	#navigation li a {
		width: auto !important;
		/* fÃÂÃÂ¼r den IE wird eine feste Breite gebraucht,
		da ansonsten display: block nicht funktioniert.
		Da dem IE aber egal ist wenn das Element zu schmal
		definiert ist gehts wunderbar mit 1px und ist
		dennoch dynamisch breit */
		width: 1px;
		padding: 0 10px 0 10px;
		line-height: 18px;
		display: block;
		color: #FFF;
		font-weight: bold;
		background: url(/fileadmin/cfoxpert/images/navigation_divider.png) no-repeat left center;
	}
	
	#navigation li ul {
		width: 170px;
		position: absolute;
		/* left anstatt display zum verstecken da es ansonsten 
		mit von screen readers nicht verarbeitet wird */
		left: -9999px;
		background-color: #FFF;
	}
	
	#navigation li ul li {
		padding: 0 1px 1px 1px;
		width: 168px !important;
		width: 170px;
		clear: left;
	}
	
	#navigation li ul li.first {
		padding: 1px;
	}
	
	#navigation li ul li a {
		width: auto !important;
		width: 170px;
		background: none;
		background-color: #D7D7D7;
		color: #333;
		font-weight: normal;
	}
	
	#navigation li ul li a:hover {
		background-color: #A7A9AC;
		color: #FFF;
	}
	
	#navigation li:hover ul, #navigation li.sfhover ul {
		left: auto;
	}
	
#search {
	width: 160px;
	float: left;
	margin-top: 13px;
}

	#search .text {
		border: 1px solid #000;
		padding: 0 2px 0 2px;
		width:120;
	}
	
	#search .button {
		cursor: pointer;
		border: 1px solid #BF0B37;
		margin-left: 5px;
		width: 20px;
		background: url(/fileadmin/cfoxpert/images/icon_search.png) no-repeat 0 -1px;
	}
	
#left_col {
	position: relative;
	clear: both;
	width: 180px;
	height: 292px;
	float: left;
	background: #696B70 url(/fileadmin/cfoxpert/images/white_border.png) repeat-x left bottom;
}

	ul#subnavigation, #subnavigation ul {
		background-color: #FFF;
		list-style: none;
	}
	
	#subnavigation li {
		padding-top: 1px;
	}
	
	#subnavigation li.level1 {
		padding-bottom: 1px;
	}
	
	#subnavigation li a, #subnavigation li.level1 span {
		padding-right: 10px;
		height: auto !important;
		height: 18px;
		line-height: 18px;
		display: block;
		color: #FFF;
	}
	
	#subnavigation li.level1 span {
		padding-left: 10px;
		font-weight: bold;
		background-color: #BF0B37;
	}
	
	#subnavigation li.level2 a {
		padding-left: 24px;
		font-weight: normal;
		background: #696B70 url(/fileadmin/cfoxpert/images/subnavigation_lev2.png) no-repeat 13px 9px;
	}
	
	#subnavigation li.level2 a:hover {
		background: #A7A9AC url(/fileadmin/cfoxpert/images/subnavigation_lev2_cur.png) no-repeat 10px 7px;
	}
	
	#subnavigation li.level2 a.cur, #subnavigation li.level2 a.cur:hover {
		color: #333;
		background: #D7D7D7 url(/fileadmin/cfoxpert/images/subnavigation_lev2_cur.png) no-repeat 10px 7px;
	}
	
	#subnavigation li.level3 a {
		padding-left: 30px;
		font-weight: normal;
		background: #696B70
	}
	
	#subnavigation li.level3 a:hover {
		background-color: #A7A9AC;
	}
	
	#subnavigation li.level3 a.cur, #subnavigation li.level3 a:hover.cur {
		color: #333;
		background: #D7D7D7;
	}
  
  ul#metanavigation {
		position: absolute;
		bottom: 5px;
		right: 0;
		list-style: none;
	}
	
	#metanavigation li {
		text-align: right;
	}
	
	#metanavigation li a {
		line-height: 14px;
		padding-right: 5px;
		color: #FFF;
	}
	
	#metanavigation li a:hover {
		color: #000;
	}

#mid_col {
	width: 290px;
	height: 360px !important;
	height: 359px;
	margin: 0 1px 0 1px;
	border-top: 1px solid #FFF;
	float: left;
}

#right_col {
	width: 319px;
	float: left;
	border-top: 1px solid #FFF;
}

	#content {
		margin: 15px 5px 15px 5px;
	}
	
	#content h1 {
		padding-top: 20px;
		padding-bottom:15px;
	}
	
	#content h2 {
		padding-top: 20px;
		padding-bottom: 6px;
		color: #BF0B37;
	}

	#content h2 * {
		color: #BF0B37;
	}
	
	#content h3 {
		padding-top: 15px;
	}
	
	#content ul {
		list-style: none;
		padding-left:10;
	}
	
	#content ol {
		padding-left:20;
	}
	
	#content a {
		border-bottom: 1px solid #BF0B37;
	}

	#content h2 a,	
	#content a:hover {
		border: 0;
	}
	
	#content hr {
		height: 1px;
		margin: 5px 0 3px 0 !important;
		margin: 0;
		border: 0;
		border-top: 1px solid #FFF;
	}
	
	#content p,
	#content ul,
	#content div.image	{
		padding-top: 1px;
	}
	
	#content li{
		padding-top:5;
	}
	
	#content ul li {
		padding-left: 12px;
		background: url(/fileadmin/cfoxpert/images/bulletlist_standard.png) no-repeat 0 11px;
	}
	
	#content div.image {
		position: relative;
		height: 100%;
	}
	
	#content p.caption {
		position: absolute;
		bottom: 0;
		margin-left: 5px;
		font-style: italic;
		font-size: 10px;
	}
	
	p.goto_top {
		padding: 0 0 30px 300px;
	}
	
	.goto_top a {
		height: 10px;
		width: 13px;
		display: block;
		background: url(/fileadmin/cfoxpert/images/goto_top.png) no-repeat 3px 1px;
	}
/* -----------------------------------------------
				Footer
----------------------------------------------- */
#footer {
	height: 16px;
	line-height: 16px;
	background-color: #E5E5E5;
	clear: both;
}
 
	#footer * {
		color: #999;
	}
	
	#footer a:hover {
		color: #000;
	}
	
	#address {
		float: left;
	}
	
	#copyright {
		float: right;
	}

.clear {
    height: 0;
    clear: both;
	font-size: 1px;
}

.hide {
	position: absolute;
	left: -9999px;
}


/*---------------------------------------------------
				Formular
----------------------------------------------------*/
input, textarea, select{
  border:1px solid black;
}

.csc-form-labelcell{
  padding:0;
  margin:0;
}

.csc-form-label{
  padding:0;
  margin:0;
}

table.csc-mailform{
  border-collapse:collapse;
}

.csc-mailform
td{
  padding-right:10;
  padding-top:1;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select{
  width:160;
  border:1px solid black;
}

/*---------------------------------------------------
				Sitemap
----------------------------------------------------*/

.csc-sitemap-level1{
	border-top:1px solid #FFFFFF;
	margin-top:15;
}

.csc-sitemap-level2{
	padding-left:20;
	background: url(/fileadmin/cfoxpert/images/subnavigation_lev2_cur.png) no-repeat 10px 7px;
}

.csc-sitemap-level3{
	padding-left:30;
}