@charset "UTF-8";
/* CSS Document */
/* -- colunn with photo -- */
.colunn-photo{
	width:320px;
	height: auto;
	float: right;
	position:absolute;
	top:30px;
	right:45px;
}
/* -- news blog -- */
.newsframe-b {
	width:400px;
	height:auto;
	display: block;
}
.newsframe-ba {
	width:400px;
	height:auto;
	display: block;
	background-color:#000;
}
.newsframe-c {
	width:420px;
	height:auto;
	position:absolute;
	top:30px;
	margin-left:320px;
	display: block;
}

/* -- news page -- */
.newsframe-s {
	width:500px;
	height:auto;
}

.newsframe-b img {
	background-color: #FFFFFF;
	padding: 5px;
	height: 60px;
	width: auto;
	border: 1px dotted #CCCCCC;
	margin-right:10px;
	float: left;
	margin-top: -3px;
}
.newsframe-ba img {
	width: auto;
	border: 0px none #CCCCCC;
	margin-bottom:20px;
}
.newsframe-s img {
	background-color: #FFFFFF;
	padding: 5px;
	width: 100%;
	border: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 020px;
}

span {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	line-height: 110%;
	text-decoration: none;
	color: #FF3300;
	font-weight: lighter;
	text-transform: uppercase;
	padding-bottom:5px;
	padding-top:5px;
}
h2 {
	color: #990000;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 60%;
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-style: oblique;
	padding-bottom: 7px;
	margin-top:3px;
}.newsframe-b a {
	color: #FF3300;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
	text-align: left;
}
.newsframe-s a {
	color: #FF3300;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
	text-align: left;
}
.newsframe-b a:hover {
	text-decoration:underline;
}
.newsframe-s a:hover {
	text-decoration:underline;
}
.whitea {
	background-color: #fff;
	width: 740px;
	padding: 8px;
	margin-left:120px;
	height:100%;
	z-index:2;
	min-height:400px;
}
.title-page {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #FF3300;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	display: block;
}
/* -- pic right side -- */
* {margin: 0;padding: 0;border: 0;}
.colunn-photo dl   { width: 100%; float: left; margin-top:10px }
.colunn-photo dt {
	width: auto;
	height: 80px;
	float: left;
	margin-right:10px
}
.colunn-photo dl:after {
	content:".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.dl { display: inline-table; }
/* vor ie/Mac verstecken start \*/
* html dl.galerie { height: 1%; }
/* vor ie/Mac verstecken ende */
.colunn-photo img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.window-hidden   {
	visibility: hidden;
	margin-top: -100px;
	margin-left: 50px;
	z-index: 15;
	overflow: auto;
	position: absolute;
	width:280px
}
.new-editie-star {
	background-image: url(../media/utilities/flash-new.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 135px;
	width: 135px;
	top: -10px;
	margin-left:-55px;
	z-index:100;
}