body {
	background-color: #FFFFFF;
	background-image: url(gfx/gradient.jpg);
	background-repeat: repeat-x;
	/* background-attachment:fixed; */
	margin: 0px;
}

body, td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.bodytext {
	margin-top: 0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:inherit;
	border:inherit;
}

/*----------------------------------------------*/

a {
	text-decoration:none;
	color:#0052AA;
}

a:hover {
	color:#AA5200;
}


.teaser_headline {
	color:#000000;
	font-weight:bold;
}


.teaser_body {
}


.teaser_left_headline {
	font-weight:bold;
	color:#6B6B6B;
}


.teaser_left_body {
}


/*----------------------------------------------*/

.page {
	margin-left:auto;
	margin-right:auto;
	width:831px;
}

.head {
	width:823px;
	height:84px;
	background:url(gfx/head.gif);
	background-repeat:no-repeat;
	padding:10px 0px 0px 18px;
}


.head a {
	color:#0052AA;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}

.banner_start {
	width:831px;
	height:177px;
}

.banner {
	width:831px;
	height:94px;
}



.content_start, .content {
	background-color:#FFFFFF;
	width:831px;
	background-repeat:repeat-y;
	border-top:1px solid #9B9B9B;
	border-bottom:1px solid #9B9B9B;
}

.content_start {background:url(gfx/raster_start.gif);}
.content {background:url(gfx/raster.gif);}




.left_start, .left {
	padding: 18px 18px 18px 18px;
	float: left;
	color:#6B6B6B;
	font-size:11px;
	line-height:16px;
}

.left_start {width: 213px;}
.left {width: 130px;}


.right_start, .right {
	padding: 18px 0px 18px 0px;
	float: right;
	line-height:17px;
}

.right_start {width: 582px;}
.right {width: 665px;}



.teaser_start, .teaser, .artikel {
	clear:both;
	padding-top:10px;
}

.teaser_start .image, .teaser .image, .artikel .lcol {
	float:left;
	padding:4px 0px 10px 0px;
}

.teaser_start .image {width:84px;}
.teaser .image {width:166px;}
.artikel .lcol {width:166px;}


.teaser_start .text, .teaser .text, .artikel .rcol { 
	float:right;
	width:470px;
	padding:0px 14px 10px 14px;
}

.image img, .lcol img {
	border:1px solid #9B9B9B;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul {
	margin:0px 0px 8px 0px;
}


.transOn {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}

.transOff {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

ul{
	padding:0px 0px 0px 1em;
	margin: 0px 0px 0px 1em;
}






table {
	border-collapse: collapse;
}

table p {
	margin: 0px;
	padding: 0px;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

