body {
	margin: 0;
	padding: 0;
	font: 11px Helvetica, Arial, sans-serif;
	color: #6d6d6d;
	background: #fff; 
}

body.wssbg {
	background: url(/img/back-header.jpg) no-repeat;	
}

div.wssbg_logo {
	background: url(/img/back-header-wss.gif) no-repeat 144px 19px;	
}

div.wssv1 {
	padding: 78px 0 0 149px;
}

div.wssv2 {
	padding: 20px 0 0 149px;
}

.left {
	float: left; 
}

.right { 
	float: right; 
}

.inline {
	display: inline;
}


/* Spacer */
div.s5, div.s10, div.s15, div.s20, div.s25, div.paragraph { 
	height: 10px; 
	line-height: 10px; 
	font-size: 10px; 
	clear: both; 
}
div.s5 {
	height: 5px;
	line-height: 5px; 
}
div.s15 {
	height: 15px;
	line-height: 15px; 
}
div.s20 {
	height: 20px;
	line-height: 20px; 
}
div.s25 {
	height: 25px;
	line-height: 25px; 
}
div.s45 {
	height: 45px;
	line-height: 45px; 
}
div.paragraph {
	height: 10px;
	line-height: 10px; 
	clear: none;
}

/* text */
.text10 {
	font: 10px Helvetica, Arial, sans-serif;
}

.text11, td {
	font: 11px Helvetica, Arial, sans-serif;
	color: #6d6d6d;
}

.text12 {
	font: 12px Helvetica, Arial, sans-serif;
}

.text14 {
	font: 14px Helvetica, Arial, sans-serif;
}

.text16 {
	font: 16px Helvetica, Arial, sans-serif;
}

.text18 {
	font: 18px Helvetica, Arial, sans-serif;
}

h1 {
	font: bold 14px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #d1103b;
}

h1.bigger {
	font: bold 18px Helvetica, Arial, sans-serif;
}

.nowrap {
	white-space: nowrap;
}

.italic {
	font-style: italic;
}

.bold, strong {
	font-weight: bold;
}


/* Links */
a {
	color: #666666;
	text-decoration: none;
}
a:hover, a.red:hover {
	text-decoration: underline;
}

a.red {
	color: #d1103b;
	text-decoration: none;
}

/* content */
.content_sites {
	width: 687px;	
}

.content_left {
	width: 257px;
	float: left;
}

.content_left_video {
	width: 255px;
	float: left;
}

.content_right {
	width: 430px;
	float: left;
}

.content_right_video {
	width: 432px;
	float: left;
}

.content_right_padding {
	padding: 20px 0 20px 20px;
}

/* moco */
.article_left_img {
	float: left;
}
.article_left_img div.inner {
	padding-right: 10px;
}

.article_right_img {
	float: right;
}
.article_right_img div.inner {
	padding-left: 10px;
}

.article_img_copyright {
	font-size: 10px;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}

.article_img_caption {
	font-size: 10px;
	padding: 2px;
	background-color: #eeeeee;
}

.clear {
	line-height: 0px; 
	height: 0px;
	font-size: 1px;
	clear: both;
}


/* Navigation */
.navigation div {
	height: 33px;	
}

.navigation_pad_1 {
	padding-top: 14px;	
}

/* Startseite */
.content {
	width: 836px;
}

.content_left_pad {
	padding-left: 164px;
}

.thumb_outer {
	float: left;
	padding: 7px 8px 8px 7px;
	background: url(/img/back-thumbs.gif) no-repeat;
	width: 118px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 103px;
}
html>body .thumb_outer {
  width: 103px;
}
.thumb_outer img.videothumb {
	margin-bottom: 5px;
}
.thumb_outer_2 {
	padding: 7px 8px 8px 7px;
	background: url(/img/back-thumbs.gif) no-repeat;
	width: 118px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 103px;
}
html>body .thumb_outer_2 {
  width: 103px;
}

.mini_outer {
	float: left;
	padding: 4px;
	background: url(/img/back-minithumbs.gif) no-repeat;
	width: 68px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 60px;
}
html>body .mini_outer {
  width: 60px;
}
.mini_outer img.videothumb {
	margin-bottom: 5px;
}


#footer {
	padding: 50px 0 10px 18px;
	margin: 35px 0 0 147px;
	background: url(/img/back-grey-gradient.jpg) no-repeat;
}


/* Images */
img { 
	display: block; 
	border: 0; 
}

/* color */
.col_grey {
	color: #6d6d6d;
}

.col_red {
	color: #d1103b;
}

.col_grey2 {
	color: #afafaf;	
}

.col_blue {
	color: #2d8cca;
}

.col_green {
	color: #4C8643;	
}

.bgcol1 {
	background-color: #fff;	
}

/* hacks */
.clearfix:after {   
  content: ".";   
  display: block;   
  clear: both;   
  visibility: hidden;   
  line-height: 0;   
  height: 0;
}   
.clearfix {   
  display: inline-block;   
}   
html[xmlns] .clearfix {   
	display: block;   
}   
* html .clearfix {   
  height: 1%;   
}
