HTML {
	margin: 0px;
	padding: 0px;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
	text-align: center;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}


#maincontainer {
	margin: 0px auto;
	width: 1000px;
	/*position: relative;*/
	height: 100%;
}

* HTML #maincontainer {
	height: 100%;
}

#logo {
	width: 260px;
	height: 132px;
}

#logo IMG {
	margin: 0px;
}

#logo_home {
	width: 260px;
	height: 133px;
}

#logo_home IMG {
	margin: 0px;
}

#header {
	vertical-align: top;
	width: 740px;
}

#basket {
	position: relative;
	top: 62px;
	left: 445px;
	z-index: 20;
	width: 280px;
	text-align: right;
	font-size: 12px;
}

#leftcolumn {
	vertical-align: top;
	padding-left: 70px;
	background-image: url(../img/leftcol_back.jpg);
	background-repeat: no-repeat;
}

#leftcolumn_home {
	vertical-align: top;
	padding-left: 70px;
	padding-top: 135px;
	background-image: url(../img/leftcol-back-home.png);
	background-repeat: no-repeat;
}

#navigation {
	font-size: 12px;
	padding-top: 28px;
}

#leftcontent {
	margin-top: 30px;
}

#leftcontent H5 {
	font-size: 12px;
	margin: 2px 0px 5px 0px;
}

#leftcontent P {
	font-size: 11px;
	margin: 2px 0px 5px 0px;
}

#leftcontent A, .internal-link {
	color: #7d7d7d;
}

#sponsor {
	font-size: 12px;
	font-weight: bold;
	padding-left: 70px;
	background-image: url(../img/sponsor_back.jpg);
	background-repeat: repeat-y;
	vertical-align: bottom;
	padding-bottom: 10px;
}

#sponsor IMG {
	vertical-align: middle;
}

#metanavi {
	text-align: right;
	font-size: 11px;
	vertical-align: bottom;
	padding-bottom: 10px;
}

#metanavi A {
	color: #7d7d7d;
}

#maincontent {
	vertical-align: top;
	position: relative;
}

#content {
	position: relative;
	width: 700px;
	float: left;
}

.content_margin {
	margin-left:10px;	
}

#content TABLE P {
	margin: 2px 0px 5px 0px;
	font-size: 12px;
	padding-left: 10px;
}

#content TABLE TD {
	font-size: 12px;
}

#content H1 {
	color: #ff0000;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#content H2 {
	color: #ff0000;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#content H6 {
	font-size: 10px;
	margin: 0px 0px 6px 0px;
	font-weight: normal;
}

#content P {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0px 6px 0px;
}

#content A {
	color: #7d7d7d;
}


#content .klein {
	font-size: 11px;
	margin-top: 0px;
}

/*** Navigation ***/

#navigation A {
	display: block;
	margin: 0px;
	text-decoration: none;
}

.nav_level1_no A, .nav_level2_no A {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: bold;
}

.nav_level1_act A, .nav_level2_act A {
	color: #7d7d7d;
	text-transform: uppercase;
	font-weight: bold;
}

.nav_level2_no A {
	color: #ff0000;
	font-size: 11px;
	text-transform: none;
	line-height: 13px;
	font-weight: normal;
}

.nav_level2_act A {
	color: #7d7d7d;
	font-size: 11px;
	text-transform: none;
	line-height: 13px;
	font-weight: normal;
}

#navigation IMG {
	margin: 6px 0px 6px 0px;
}