/* CSS Document */

body {
	margin: 0 auto;
	width: 760px;
	background: url(gfx/bg.png);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #FFFFFF;
	background: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#mainborder {
	background: #ffffff;
	color: inherit;
}

#header {
	height: 75px;
	background: #000000;
	border-bottom: 5px solid #666666;
}

#header img {
}

#navigation {
	margin: 9px 9px 0 9px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-image: none;
}

#navigation ul li a {
	font-size: 11px;
	background: #000000;
	padding: 5px 5px 0 5px;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

#navigation ul li a:hover {
	background: #ffffff;
	color: #000000;
}

#navigation ul li .active a {
	font-size: 11px;
	background: #666666;
	padding: 5px 5px 0 5px;
	border: 1px solid #666666;
	border-bottom: none;
	color: #000000;
}

#contentborder {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	background: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#rightcol a {
	color: #ff0000;
	background: inherit;
}

#leftcol a {
	color: #000000;
	background: none;
}

#leftcol {
	float: left;
	width: 190px;
	padding: 9px 0 0 0;
}

#rightcol {
	float: left;
	margin: 0 0 0 22px;
	width: 510px;
	padding: 9px;
}

#footer {
	background: #000000;
	border-top: 5px solid #666666;
	height: 35px;
	padding: 0 9px 0 9px;
	color: #FFFFFF;
	text-align: center;
}

#wx_module_5229 {
	float: left;
	margin: 0 15px 0 0;
}

/* COLORS */
.box_blue {
	background: url(gfx/leftcolbg_blue.png) top left repeat-x;
	border: 1px solid #000066;
}

.box_green {
	background: url(gfx/leftcolbg_green.png) top left repeat-x;
	border: 1px solid #336633;
}

.box_red {
	background: url(gfx/leftcolbg_red.png) top left repeat-x;
	border: 1px solid #CC3300;
}

/* CONTENTS */
h1 {
	margin: 0;
	padding: 0;
}

p a{
	text-decoration: none;
	color: #9966CC;
}

.content_txtimg_left {
	float: left;
	margin: 0 15px 15px 0;
}

.content_txtimg_right {
	float: right;
	margin: 0 0 15px 15px;
}

.manchettxt {
	color: #333333;
	font-weight: bold;
}

.carton {
	margin: 0 0 15px 0;
	padding: 9px;
}

.carton h1 {
	font-size: 11px;
	color: #333333;
	background: none;
	margin-top: 0;
}

#tysklink {display: block; border: 1px solid #FF6; padding: 5px;}

/* Hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

