
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%;
	color:#fff;
	}
.angebot {
	font-size:110%;
}



.accordionMenu {
    width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: 1px solid #FF0000;
}



.accordionMenu h1 {
  margin:0;
  font-size: 20px;
  text-shadow: 2px 2px 2px #aeaeae;
}
.accordionMenu h2 {
  margin:5px 0;
  padding:0;
}
.accordionMenu h2 a {
  font-size: 13px;
  display: block;
  font-weight: normal;
  color:#424242;
  text-shadow: 2px 2px 2px #aeaeae;
  text-decoration:none;
  margin:0;
  padding:10px;
  background: #8f8f8f;
}

.accordionMenu :target h2 a,
.accordionMenu h2 a:focus,
.accordionMenu h2 a:hover,
.accordionMenu h2 a:active {
  ...
  background: #2288dd;
  background: -moz-linear-gradient( top, #6bb2ff, #2288dd);

  background: -webkit-gradient
  (linear, left top, left bottom, from(#6bb2ff), to(#2288dd));

  filter: progid:DXImageTransform.Microsoft.gradient
  (startColorstr=#ff6bb2ff, endColorstr=#ff2288dd);

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient
  (startColorstr=#ff6bb2ff, endColorstr=#ff2288dd)";

  color:#FFF;
}

.accordionMenu p {
  padding:0 10px;
  margin:0;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

.accordionMenu :target p {
  overflow: auto;
  height:100px;
}





.rot {
	color: #C80000;
}
a {
	text-decoration: none;
	outline: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #C80000;
}
h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2{
	font-size: 80%;
	line-height: 140%;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	font-weight: bold;
	clear:both;
}
h3{
	font-size: 16px;
	line-height: 16px;
	margin-top: 1.5em;
	margin-bottom: 0px; 
	padding:0px;
	font-weight: bold;
	clear:both;
	color:#C80000;
}
h4{
	font-size: 10px;
	line-height: 10px;
	margin: 0px; 
	padding:0px;
	font-weight: bold;
	clear:both;
	color:#C80000;
}
strong, b {
	font-weight: bold;
}
hr {
	margin: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	}
p {
	font-size: 12px;
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 2.0em; 
}
td {
	font-size: 80%;
	line-height: 140%;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
}
tr {
	font-size: 80%;
}
.links, a.links:hover {
	text-decoration:underline;
}
.left_news {
	margin-left:0;
	width: 620px;
	float:left;
}
.right_news {
	right:0;
	width: 100px;
	float: right;
}
.left_p {
	margin-left:0;
	width: 420px;
	float:left;
}
.right_p {
	right:0;
	width: 300px;
	float:right;
}

.left_portfolio {
	margin-left:0;
	width: 520px;
	float:left;
}
.right_portfolio {
	right: 0;
	width: 220px;
	float:right;
}

ul{
	font-size: 80%;
}

ul#einfacheliste li {
	font-weight:bold;	
	font-size: 100%;
	line-height: 140%;
	list-style-position: inside;
	list-style-type: square;
	margin-left:20px
}


ul#mainnav li, ul#subnav li {
	list-style: none;
	display: inline;
	margin: 5px;
}


hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}
img {
	border: 0;
}
.italics-test, .italics-test-side {
	font-style: italic; 
	text-align: justify; 
}

/* \*/
* html .italics-test, * html .italics-test-side {
	overflow: hidden;
	width: 100%;
	o\verflow: visible;
	w\idth: auto;
	he\ight: 1px;
	word-wrap: normal;
}
/* */
html,body{
  margin:0;
  padding:0;
  border:0;
  color: #fff;
/* \*/
  height:100%;
/* */
}
body{
  background:#000;
  min-width:950px;
  text-align:center;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  top:-20px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:950px;
/* \*/
  height:100%;
/* */
}
#wrapper{
  min-height:100%;
  background:#000 url("../img/bg_sidebar.gif") repeat-y;
/* \*/
  height:100%;
/* */
}
#wrapper_start{
  min-height:100%;
  background:#000;
/* \*/
  height:100%;
/* */
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:100%;
}
/* */
#outer{
  z-index:1;
  position:relative;
  margin-left:150px;
  width:800px;
/* \*/
  height:100%;
/* */
}
#outer_start{
  z-index:1;
  position:relative;
  width:950px;
/* \*/
  height:100%;
/* */
}
#left{
  width:151px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-150px;
}
*>html #left{width:150px;}
#container-left{
  width:150px;
  text-align: center;
  padding-top: 15px;
}
/* \*/
* html #left{margin-right:-3px;}
/* */
#center{
  width:800px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#center_start{
  width:950px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#clearheadercenter{
  height:170px;
  overflow:hidden;
}
#clearheadercenter_start{
  height:100px;
  overflow:hidden;
}
#clearheaderleft{
  height:170px;
  overflow:hidden;
}
#clearfootercenter_start{
  height:65px;
  overflow:hidden;
}
#clearfootercenter{
  height:20px;
  overflow:hidden;
}
#clearfooterleft{
  height:20px;
  overflow:hidden;
}
#footer_start{
  z-index:1;
  position:absolute;
  clear: both;
  width:950px;
  height:85px;
  overflow:hidden;
  margin-top:-65px;
}
#footer{
  z-index:1;
  position:absolute;
  clear: both;
  width:950px;
  height:45px;
  overflow:hidden;
  margin-top:-20px;
}
#subfooter1_start{
  text-align:center;
  height:65px;
  padding-top: 10px;
}
#subfooter1{
  text-align:center;
  height:20px;
  padding-top: 10px;
}
#subfooter1_start a, #subfooter1_start a:hover{
	text-decoration: underline;
}
#subfooter1_start p{
	font-size: 10px;
	margin: 5px 0 0 0;
}
.bottomtopmargin{
  background:#000000;
  width:950px;
  overflow:hidden;
}
#header{
  z-index:1;
  position:absolute;
  top:0px;
  width:950px;
  height:170px;
  overflow:hidden;
  background:#000;
}
#header_start{
  z-index:1;
  position:absolute;
  top:0px;
  width:950px;
  height:100px;
  overflow:hidden;
  background:#000;
}
#subheader1{
  height:130px;
  position: relative;
}
#topmargin{
  height:40px;
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:800px;
  margin-left:150px;
}
#gfx_bg_middle_start{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:950px;
}
* html #gfx_bg_middle{
  display:none;
}
#logo{
	position: absolute;
	top: 5px;
	left: 25px;
	width: 100px;
	height: 100px;
}
#main-nav{
	height: 25px;
	width: 775px;
	padding-right: 25px;
	position: absolute;
	right: 0;
	top: 55px;
	border-bottom: 1px solid #C80000;
	text-align: right;
}
#sub-nav{
	position: absolute;
	right: 25px;
	bottom: 25px;
	height: 20px;
	text-align: right;
}
ul#mainnav li, ul#subnav li {
	list-style: none;
	display: inline;
	margin: 5px;
}

ul#mainnav a {
	font-weight: bold;
}
* html ul#mainnav a{
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#mainnav a:hover, ul#mainnav a.activeNav, ul#subnav a:hover, ul#subnav a.activeNav {
	color: #C80000;
}
.centerBox{
	text-align:center;
}
#container-center_start{
	position: relative;
}
#container-center_start a{
	font-weight: bold;
	font-size: 12px;
}
.top20{
	padding-top: 20px;
}
#box_news{
	position: absolute;
	top: 9px;
	left:360px;
}
#box_portfolio{
	position: absolute;
	top: 50px;
	left:255px;
}
#box_about{
	position: absolute;
	top: 120px;
	left:220px;
}
#box_kontakt{
	position: absolute;
	top: 200px;
	left:210px;
}
#box_links{
	position: absolute;
	top: 260px;
	left:660px;
}
#box_sinar{
	position: absolute;
	top: 335px;
	left:620px;
}

#box_blog{
	position: absolute;
	top: 280px;
	left:250px;
}

.picCont{
	width: 100px;
	height: 60px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	float:inherit;	
}
.picContLinks{
	float:left;
}
*+ html .picCont{
	/*padding: 10px 0 0 0; */
}
.picCont a{
	display: block;
	width: 100px;
	hight: 60px;
}
#container-center{
	padding: 25px;
}
#picPreload{
	position: relative;
}
#picPreload img{
	position: absolute;
	top: 0;
	left: 0;
}
.label {
	float:left;
	line-height:18px;
	margin:5px 0;
	padding-right:10px;
	text-align:right;
	width:100px;
	font-size: 12px;
}
.txtinput, .txtarea {
	width:280px;
	margin:5px 3px;
	padding-left:3px;
	padding-right:3px;
	border: 1px solid #C80000;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
.txtinput{
	height: 18px;
}
.txtarea{
	height: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-top: 3px;
	overflow: auto;
}
.btn{
	cursor: pointer;
	width:292px;
	border: 1px solid #C80000;
	color: #FFFFFF;
	background-color: #000000;
}

.sinar_shadowbox{
	display:none;
}
td{
	font-size:100.1%;
	vertical-align:top;
}

/*********** Homepage Newskästen *********************/


#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#00CCFF;
}

.filmheadline {
	width: 720px;
	border-bottom: 1px solid #FF0000;
} 

.filmblog h2 {
	width: 720px;
	border-bottom: 1px solid #FF0000;
} 

.news .newsbg .headline h2 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 2px;
	font-size: 14px;
	border-bottom: 1px solid #FF0000;
}
.news_wrapper {
	margin-top: 10px;
	margin-bottom: 20px;
}
.news .newsbg .bildnachlinks {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.text {
	text-align:justify;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.news .newsbg .headline {
}
.news .newsbg .text {
}
.news .newsbg .text p {
	color: #DDD;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news {
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: 1px solid #FF0000;
}
.newsbg {
	width: 596px;
	margin: 0 auto;
	margin-bottom: 2px;
	margin-top: 2px;
}
.news .newsbg .text h3 {
	font-size: 13px;
	color: #DDD;
	margin-top: 15px;
	margin-bottom: 2px;
}

/**************** Hompage Newskästen ENDE *************/


