@CHARSET "utf-8";

/**
 ******************************************************************************* TAGS
 */
html {
	background:#fff;
}

body {
	margin: 0px;
	padding: 0px;
	background:#fff url(../gfx/bg_body.png) repeat-y center;
	font-family: sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	color: #444;
	min-width:910px;
}

a img {
	background: #fff;
	color: #fff;
}

a:link,a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,a:active {
	color: #f00;
	text-decoration: underline;
}

b{
	color:#333;
}

h1, h2, h3, h4, h5, h6{
	color:#334;
}

/**
 ******************************************************************************* NEST
 */
#nest {
	width: 900px;
	margin: auto;
}

/**
 ******************************************************************************* LANGUAGE
 */
#languagenav {
	float: right;
	font-size: 0.8em;
	margin: 9em 4em 1em 0em;
	padding: 0px;
}

#languagenav ul {
	margin: 0px;
	padding: 0px;
}

#languagenav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#languagenav a {
	text-decoration: none;
	color: #333;
	margin: 0em 1em 0em 0em;
}

#languagenav a:hover,#languagenav a:active {
	color: #000;
}

/**
 ******************************************************************************* SPECIALNAV
 */
#specialnav {
	float: right;
	font-size: 0.8em;
	margin: 9em 2em 1em 0em;
}

#specialnav a {
	text-decoration: none;
	color: #333;
}

#specialnav a:hover,#specialnav a:active {
	text-decoration: none;
	color: #000;
}

/**
 ******************************************************************************* LOGO
 */
#logo {
	float: left;
	padding:1em 3em 0.5em 1.5em;
	background:#fff;
}

#logo img {
	border: none;
}

/**
 ******************************************************************************* HEADER
 */
#header {
	clear:both;
}

#header img {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}


/**
 ******************************************************************************* NAVIGATION
 */
#navigation {
	float: left;
	width: 200px;
	font-size: 1.1em;
	line-height: 1.8em;
	padding:2em 0em 1em 0.5em;
}

#navigation ul {
	padding: 0px;
	margin:0px;
}

#navigation ul li {
	list-style-type: none;
	padding: 0em 0em 0em 1em;
}

#navigation ul li ul li{
	font-size: 0.95em;
	line-height: 1.6em;
}

#navigation a:link,#navigation a:visited {
	color: #444;
	text-decoration: none;
}

#navigation a:hover,#navigation a:active {
	color: #111;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#navigation a.current {
	color: #000;
	text-decoration: none;
}

#navigation a.current:hover {
	color: #002;
	text-decoration: none;
}




/**
 ******************************************************************************* NAVIGATIONFRAME
 */
#navigationframe{
	float: left;
	width: 200px;
}

#subnavigation{
	padding:2em 0em 0em 1.65em;
}



#subnavigation h2{
	font-size:0.9em;
	font-weight:normal;
	padding:2em 0em 0em 0em;
	margin:0px;
}

#subnavigation p img{
	border:1px solid #ccc;
	background:#fff;
	padding:1px;
	margin:0px 0px -5px 0px;
}


/**
 ******************************************************************************* FOOTER
 */
#footer {
	clear: both;
	background: url(../gfx/bg_footer.png) no-repeat center;
	font-size: 0.7em;
	color: #999;
	height:35px;
	margin:0em 0em 5em 0em;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover,#footer a:active {
	text-decoration: none;
	color: #000;
}

#footercontent {
	margin: auto;
	width: 950px;
}

#footernav {
	display:none;
	float: left;
	width: 1px;
	text-align: center;
	margin: 4.8em 0em 0em 0em;
}

#footernav a {
	margin: 0em 0.5em 0em 0.5em;
}

#footerinfo {
	float: right;
	width: 890px;
	text-align: center;
	margin: 3em 0em 5em 0em;
}










/**
 *
 */

.align-left{
	text-align:left;
}


.mail{
	background:url(../gfx/icon-email.png) no-repeat;
	padding:0em 0em 0em 2em;
}



/****************************************************************** CSC
 *
 */


.csc-textpic-border .csc-textpic-imagewrap img {
	border:1px solid #666;
	padding:1px;
	background:#eee;
}




