@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-color:#e7e5e3;
	background-repeat:no-repeat;
	margin:0;
}

img{
	border:none;
}

#video{
	width:430px;
	height:360px;
}

#logo{
	position:absolute;
	left:0px;
	top:310px;
	width:270px;
	height:80px;
	cursor:pointer;
}

#outercontent{
	background-repeat:no-repeat;
    position:absolute;
	left:270px;
	width:556px;
	padding-left:88px;
	padding-top:100px;
}


#content{
	font-size:80%;
	overflow:auto;
	/*background-color:#00FFFF;*/
	width:440px;
	padding-right:20px;
}
#subnavi {
	padding-bottom:28px;
	/*position:absolute;
	left:140;
	top:140;*/
}
#subnavi img{
	border:0px;
}
.entry{
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px #b5b5b5 dotted;
}

.entry p{
	margin-top:0px;
	margin-bottom:0px;
}

.entry_kontakt{
	clear:both;
	padding-top:20px;
	padding-bottom:30px;
	border-top:1px #b5b5b5 dotted;
}

.entry_kontakt a{
	color:#000000;
}

.entry_content{
	padding-left:55px;
}
.entry_image{
	float:left;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
}

.entry_date{
	float:left;
	color:#999999;
	width:55px;
	height:35px;
}

.entry a{
	color:#000000;
	
}

.text_small{
	font-size:90%;
	color:#858a89
}

.left{
	float:left;
	width: 423px;
}

.left div {
 width:82px;
float:left;
}

.right{
	float:right;
	width: 200px;
}

.left img,.right img{
	padding-bottom:12px;
}

.left_left,.right_left{
	float:left;
	width: 75px;
	padding-right:12px;
}

.left_right,.right_right{
	float:left;
	width: 75px;
}


#navigation{
	border: 0px #000000 solid;
	position:absolute;
	left:0px;	
	top:411px;
	width:150px;
}


#navigation img{
border: 0px #00FF00 solid;

}

.text_grey{
	color:#999999;
}
.text_bold{
	font-weight:bold;
}

.text_normal{
	color:#000000;
}

.text_italic{
	font-style:italic;
}

.text_link{
	padding-top:5px;
	font-size:80%;
}

.text_italic{
	font-style:italic;
}

#htmlElement {
	padding: 10px;
	background-color: #000;
}

