
html, body {
  	margin: 0;
	padding: 0;
  	background-color: #FFFFFF;
	height:100%;
}

/* Main Layout */

#main{
	position: relative;
	top: 0px;
	height: 100%;
	margin: 0 auto;
	width: 959px;
	/*background-color: #ffffff;*/
}

#header {
    position: relative;
	width: 959px;
	margin-bottom: 1px;
	/*background-color: #ffffff;*/
}

#header-visual {
	width: 959px;
	/*background-color: #ffffff;*/
}

#content-container{
    position: relative;
	width: 959px;
	margin-top: 1px;
	/*background-color: #ffff00;*/
}

#content-container-nmt{
    position: relative;
	width: 959px;
	/*background-color: #ffff00;*/
}

.content-header{
    width: 100%;
    height: 27px;
    /*background-color: #ff00ff;*/
}

#footer {
	width: 959px;
	height: 20px;
	margin: 10px 0 20px 0;
	/*background-color: #ffff00;*/
}

.content-footer{
    width: 100%;
    height: 27px;
    margin-top: 45px;
    /*background-color: #ff00ff;*/
}

.copy {
    margin-left: 15px;
}
/* GRID */

.column-1 {
    float: left;
	width: 95px;
	/*background-color: #ffffff;*/
}
.column-2 {
    float: left;
	width: 191px;
	/*margin-right: 1px;*/
	/*background-color: #ffff00;*/
}
.column-3 {
    float: left;
	width: 286px;
	/*margin-right: 1px;*/
	margin: 0;
	padding: 0;
	/*background-color: #ffffff;*/
}
.column-4 {
    float: left;
	width: 383px;
	/*margin-right: 1px;*/
	/*background-color: #ffffff;*/
}

.column-6 {
    float: left;
	width: 575px;
	/*background-color: #ffffff;*/
}

.column-2-1 {
    float: left;
	width: 239px;
	/*background-color: #ffff00;*/
}

.column-5-1 {
    float: left;
	width: 527px;
	/*background-color: #ff00ff;*/
}

.column-8 {
    float: left;
	width: 767px;
	/*background-color: #ffff00;*/
}

/* BACKGROUNDs */

.bg-bluestripes {
    background: url('/de/images/bg-bluestripes.gif');
    background-repeat: repeat;
}

.bg-graystripes {
    background: url('/de/images/bg-graystripes.gif');
    background-repeat: repeat;
}

.bg-bluewhite {
    background: url('/de/images/stripes-blue-white.gif');
    background-repeat: repeat;
}



/* BORDERS & MARGINS*/
.new-paragraph {
    margin-top: 30px;
}

.nmr {
    margin-right: 0;
}

.mr-1 {
    margin-right: 1px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mt60 {
    margin-top: 48px;
}

.mt33 {
    margin-top: 33px;
}

.mb-absatz {
    margin-bottom: 20px;
}

img.mbt {
    margin: 6px 0;
}

.content-ml-mt {
    margin: 30px 0 0 30px;
}
.content-ml {
    margin-left: 30px;
}

.border-left {
    border-left: 1px solid #e4dbdb;
}

.border-right {
    border-right: 1px solid #e4dbdb;
}

.border-left-right {
    border-left: 1px solid #e4dbdb;
    border-right: 1px solid #e4dbdb;
}

.border-top {
    border-top: 1px solid #e4dbdb;
}

.border-bottom {
    border-bottom: 1px solid #e4dbdb;
}

.border-top-bottom {
    border-top: 1px solid #e4dbdb;
    border-bottom: 1px solid #e4dbdb;
}

.dotted-bottom {
    background: url('/layout/de/images/dotted.gif') left bottom repeat-x;
}

.dotted {
    margin:20px 0;
    content: ".";
	font-size: 0;
	line-height: 0.1em;
	clear: both;
    background: url('/layout/de/images/dotted.gif') 50% bottom repeat-x;
}

.kv-wide {
    height: 215px;
}

/* Content Containers*/

.hp-content-teaser {
    position: relative;
    height: 314px; /* HOMEPAGE */
    margin: 15px 0px 0px 15px;
    /*background-color: #ffff00;*/
}

.teaser-2 {
     float: left; 
     width: 171px; 
     padding: 20px 10px;
}

.content {
    margin: 32px 66px 0px 30px;
    /*background-color: #ffff00;*/
}

.content-100 {
    margin: 32px 0px 0px 30px;
    /*background-color: #ffff00;*/
}

.content-teaser {
    position: relative;
    margin: 30px 0px 0px 15px;
    /*background-color: #ffff00;*/
}

.overview {
    margin: 30px 0px 0px 30px;
    /*background-color: #ffff00;*/
}

.row {
    float: left;
    margin-bottom: 15px;
}


/* NEWS */

.overview-left {
    float: left;
	width: 437px;
	padding-left: 18px;
	/*background-color: #ff00ff;*/
}

.overview-right {
    float: left;
    margin-left: 43px;
	width: 239px;
	/*background-color: #ff0000;*/
}

/* 2-Spalter */

.two-cols-left {
    float: left;
    width: 355px;
    /*background-color: #ffff00;*/
}

.two-cols-right {
    float: left;
    width: 325px;
    padding-left: 30px;
    /*background-color: #ff00ff;*/
}

.two-cols-left-short {
    float: left;
    width: 50%;
    /*background-color: #ffff00;*/
}

.two-cols-right-short {
    float: left;
    width: 49%;
    /*background-color: #ff0000;*/
}

.two-cols-left-short p{
    margin-right: 15px;
    /*background-color: #f09f8a;*/
}
.two-cols-right-short p{
    margin-left: 15px;
    /*background-color: #f09f8a;*/
}

.two-cols-left-long {
    float: left;
    margin: 0;
    width: 50%;
    /*background-color: #f09f8a;*/
}
.two-cols-right-long {
    float: left;
    margin: 0;
    width: 49%;
    /*background-color: #f09f8a;*/
}

.two-cols-left-long p{
    margin-right: 15px;
    /*background-color: #f09f8a;*/
}
.two-cols-right-long p{
    margin-left: 15px;
    padding-right: 30px;
    /*background-color: #f09f8a;*/
}

/* @group Clearing */

.clear {
    content: ".";
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.overview-left:after,
.overview-right:after,
#content-container-nmt:after,
#content-container:after,
.row:after,
#static-menu:after,
#key-visual:after,
#header:after,
#main-menu:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

