h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin:  0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #00f;
}
	
body {
	font-family: Arial,Sans-Serif;
	color:       #525765; /* dark grey */
}

h1 {
	font-size:   1.5em;
	font-weight: bold;
	font-style:  italic;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-weight: bold;
	
	margin-top: 5px;
}
h4 {
	font-style: italic;
}
p {
	margin-top: 2px;
}

ul {
	list-style-type: none;
}

.container {
	margin: 0 auto;
	width:  1000px;
}

.header {
	top: 0px;

	width:  1000px;
	height: 180px;
	
	padding-bottom: 50px;
	
/*	position:         fixed;
	background-color: white;	
	z-index:          10; */
}
.header .logo {
	clear: both;
	float: left;
	
	width:      100%;
	text-align: right;
	
	display: block;
}
.header h1 {
	clear: both;
	float: left;
	
	width:   100%;
	display: block;
}
.header .images {
	clear: both;
	float: left;
	position: relative;
	width:  100%;
	height: 90px;

}
.header .images .left {
	position: absolute;

	top:  0px;
	left: 0px;
	
	width:  50%;
	height: 90px;
	
	background-color: #0064ad; /* blue */
	
	z-index: 1;
}
.header .images .center {
	position: relative;
	
	margin: 0 auto;	
	width:  320px;	
	
	z-index: 2;
}
.header .images .center .logo {
	position: absolute;
	
	top:  0px;
	left: 0px;	
}
.header .images .center .mask {
	position: absolute;
	
	top:  0px;
	left: 0px;	
}
.header .images .right {
	position: absolute;

	top:   0px;
	right: 0px;
	
	width:  50%;
	height: 90px;
	
	background-color: #2ca67b; /* green */
	
	z-index: 1;
}
.header .newsletterinfo {
	clear: both;
	float: left;	

	width: 100%;
	text-align: right;
	
	font-size:  0.8em;
}

.header .newsletterinfo .date{
	float: left;
	font-size: 1em;
	width: 100px;
	text-align: left;
}
.content {
/*	margin-top: 230px; */
	
	clear: both;
	float: left;
	
	width: 100%;
}
.content .left {
	float: left;
	
	width: 100px; /* 160px; -> mobile */
	
	margin-left:  10px;
}
.content .center {
	float: left;
	
	width: 475px; /* 315px; -> mobile */
	
	margin-left:  15px;
	margin-right: 30px;
	
	margin-bottom: 20px;
}
.content .right {
	float: left;
	
	width: 240px; /* 160px; -> mobile */
	
	margin-right: 5px;
}
.content .category {
	margin-bottom: 20px;
	display: none;
}

.content .category a {
	color: #525765;

}
.content .category h2 {
	float: left;
	
	padding: 12px 0px 0px 15px;
	
	width:  209px; /* 129px; -> mobile */
	height: 33px;
	
	background-color: #d0d2d9; /* light grey */
}
.content .category h3,
.content .category h4,
.content .category p {
	margin-left: 15px;
	margin-bottom: 6px;
	font-size: 0.8em;
}

.content .right .category h2 {
	float: right;
	
	padding: 12px 10px 0px 0px;
	
	width:  214px; /* 134px; -> mobile */
	height: 33px;
	
	background-color:    #d0d2d9; /* light grey */
	
	text-align: right;
}

.footer {
	clear: both;
	width: 100%;
}

.dividertitle {
	font-weight: bold;
}
.headline-grey {
	color: #525765; /* dark grey */
}
.headline-blue {
	color: #0064ad; /* blue */
}
.headline-green {
	color: #2ca67b; /* green */
}

.content .article-divider {
	position: relative;
	clear: both;
	float: left;
	width:  480px; /* 320px; -> mobile */
	height: 45px;
	background-color: #d0d2d9; /* light grey */
	margin-bottom: 10px;
	font-weight: bold;
}
.content .article-divider-small {
	width: 235px; /* 155px; -> mobile */
	margin-left: 5px;
	height: 45px;	
}

.content .article-divider .bg-left {
	float: left;
}
.content .article-divider .bg-right {
	float: left;
}
.content .article-divider p {
	padding-top: 12px;
	
	width:  448px; /* 288px; -> mobile */
	height: 33px;
		
	float: left;
}
.content .article-divider-small p {
	width: 203px; /* 128px; -> mobile */
}
.content .article {
	clear: both;
	float: left;
	
	margin-bottom: 15px;
}
.content .article h3 {
	font-weight: normal;
	font-size:   0.8em;
	
	margin: 0px;
}
.content .article .article-content {
	float: left;
	
	margin-top: 10px;
}
.content .article .article-content-blue {
	float: left;
	background-image: url(bg_blue_1_1.gif);
	padding: 5px;
	margin-top: 10px;
	color: #FFF;
}
.content .article .article-content .article {
	margin-top: 10px;
}
.content .article .article-content p {
	font-size: 0.8em;
}
.content .article-big {
	width: 480px; /* 320px; -> mobile */
}
.content .article-small {
	width: 235px; /* 160px; -> mobile */
	margin-left: 5px;
}

.content .article-big .article-content-2-column {
	clear: both;
	float: left;
	
	margin-bottom: 5px;
}
.content .article-big .article-content-2-column .left-column {
	float: left;
	width: 230px; /* 158px; -> mobile */

	margin-right: 7px;
}
.content .article-big .article-content-2-column .right-column {
	float: left;
	width: 230px; /* 158px; -> mobile */
	
	margin-left: 7px;

}
.content .article .box-big {
	position: relative;
	clear: both;
	float: left;
	width:  480px; /* 320px; -> mobile */
	height: 150px;
	margin-bottom: 10px;
	margin-top: 10px;

}
.content .article .bg-left {
	position: absolute;	
	left:0px;

}
.content .article .text-center {
	width: 380px; /* 220px; -> mobile */
	
	float: left;
	
	padding-top:    2px;
	padding-bottom: 2px;
	
	overflow: hidden;	
}
.content .article .bg-right {
	float: left;	
}

.content .article .box-big-grey {
	background-color: #d0d2d9; /* light grey */
}

.content .article .box-big-blue {
	color:            #ffffff;
	background-color: #0064ad; /* blue */
}
.content .article .box-big-green {
	color:            #ffffff;
	background-color: #2ca67b; /* green */
	vertical-align: middle;
}
.content .article .box-big .pic {
	float: left;
	width:    100px;
	height:   150px;
	text-align: center;
	background-color: #d0d2d9; /* light grey */
}
.content .article .box-big .text-right {
	float: left;
	width: 270px;
	overflow: hidden;
	padding: 5px;
}
.content .article .box-big .text-right h4 {
	font-style: normal;
}
.content .article .box-big .text-center h4 {
	font-style: normal;
}

.content .article .box-small {
	position: relative;
	
	clear: both;
	float: left;
	
	width:  240px; /* 160px; -> mobile */
	height: 90px;
	
	margin-bottom: 5px;
}
.content .article .box-small-grey {
	background-color: #d0d2d9; /* light grey */
}
.content .article .box-small-blue {
	color:            #ffffff;
	background-color: #0064ad; /* blue */
}
.content .article .box-small-green {
	color:            #ffffff;
	background-color: #2ca67b; /* green */
}
.content .article .box-small .text {
	width: 180px; /* 100px; -> mobile */
	
	float: left;
	
	padding-top:    2px;
	padding-bottom: 2px;
	
	overflow: hidden;
}
.content .article .box-small .text h4 {
	font-style: normal;
}
.content .article .box-small .pic {
	width: 180px; /* 100px; -> mobile */
	
	float: left;
		
	text-align: center;
}
.date {
	font-size: 0.7em;
	float: left;
	padding-left: 10px;
	margin-left: 10px;	
	width: 65px;
/*	background-color: #9D9B9B;
	color: #FFFFFF;
*/
}
.name {
	font-size: 0.7em;
	float: left;
	padding-left: 5px;

	width: 315px;

	font-weight: bold;

}
.size {
	font-size: 0.7em;
	float: left;
	padding-left: 10px;
	width: 60px;

}
.link {
	float: left;

	width:0px;
}	

