/* CSS Document */

/*---- Common Elements START ----*/
*{padding:0;margin:0}

h1{
     color: #002d9c;    
     letter-spacing: 0.1em;
	margin-bottom: 15px;
}
h3{
 	color: #0066cc;

} 

p{
	margin-right: 110px;
	text-align: justify;
	margin-bottom: 7px;
	margin-top: 5px;
}

ul{
	list-style: none;
}

em{
	color: #002d9c;    
     letter-spacing: 0.1em;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

html,body{
	background: #ffffff;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-align: center;
	height: 100%;
}

#container{
	width:883px;
	background: #ffffff;
	margin:0 auto;
	margin-top: 10px;
}
a img {
border:medium none;
}
#header{
	float:left;
	clear:both;
	height:276px;
	width:884px;
	background:url(../images/header.gif) no-repeat;
}

#link_kontakt{
	float: right;
	margin-top:176px;	
	margin-right: 120px;
}
#link_kontakt a{
	display:block;
	float:right;
	width:127px;
	height:46px;
	padding:0 5px 0
}

#kontakt a{background:url(../images/btn_kontakt_ie6.png) top no-repeat}
#kontakt a:hover{background:url(../images/btn_kontakt_hover_ie6.png) top no-repeat}

#home a{background:url(../images/btn_back.png) top no-repeat}
#home a:hover{background:url(../images/btn_back_hover.png) top no-repeat}


#content{
	width:884px;
	float:left;
	background: url(../images/mainbg.png) repeat-y;
	text-align: left;
	margin-left: 0px;
	padding: 22px 0 0 55px;
	
}

#footer{
	width:884px;
	height: 84px;
	float:left;
	background: url(../images/footer.png) no-repeat;
	text-align: left;
	margin-left: 0px
}

img.teiler{
	width:693px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.thumbs{
	float:left;

}	

/* LEFT COLUMN 
----------------------------------------------------------------------*/
#leftcolumn{
	background: url(../images/item_bg.png) no-repeat;
	float: left;
	width: 363px;
	height: 328px;
	padding-left: 20px;
	padding-top: 20px;	
}

#leftcolumn p{
	text-align: justify;
	width: 320px;
}

/* RIGHT COLUMN 
----------------------------------------------------------------------*/
#rightcolumn{
	float: right;
	margin-right: 110px;
	background: url(../images/item_bg.png) no-repeat;
	height: 328px;
	width: 363px;
	padding-left: 20px;
	padding-top: 20px;	
}

#rightcolumn p{
	text-align: justify;
	width: 320px;
}

#images{
	margin-top: 12px;
}

#images  a img{
	border: solid 2px #ffffff;
	margin: 2px;
}

#images  a:hover img{
	border: solid 2px #999999;
	margin: 2px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -75px;
	left: -75px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #ccc;
	width: 300px;
	height: 225px;
}


