@charset "utf-8";
/* CSS Document */

/* color */

.red {color: #CC3300;}
.green {color: #009900;}
.blue {color: #333399;}
.blue2 {color: #0044CC;}
.orange {color: #FF6600;}
.paple {color: #663366;}
.yellow {color: #FFCC00;}

#1w {background-color:#CCFF00;}
#2w {background-color:#CCFF33;}
#3w {background-color:#CCFF66;}
#4w {background-color:#CCFF99;}

/* link */

a:link { color: #0044CC;} 
a:visited { color: #8080ff;} 
a:hover { color: #CC9900;} 
a:active { color: #660000;} 


/* figure */

#deco{
padding-left: 30px;
background: url(../picture/item/triangle.gif) no-repeat left center;
}

#deco1{
padding-left: 10px;
background: url(../picture/item/triangle2.gif) no-repeat left center;
}

#deco11{
padding-left: 10px;
background: url(../picture/item/triangle2.gif) no-repeat left center;
font-size: 80%;
line-height: 2em;
}

#deco12{
padding-left: 10px;
background: url(../picture/item/triangle3.gif) no-repeat left center;
font-size: 80%;
line-height: 2em;
}

#deco2{
padding-left: 30px;
background: url(../picture/item/tel.gif) no-repeat left center;
}

#deco3{
padding-left: 30px;
background: url(../picture/item/mail.gif) no-repeat left center;
}

#deco4{
padding-left: 30px;
background: url(../picture/item/house.gif) no-repeat left center;
}

#deco5{
padding-left: 30px;
background: url(../picture/item/time.gif) no-repeat left center;
}

#deco6{
padding-left: 30px;
background: url(../picture/item/law.gif) no-repeat left center;
}

#deco7{
padding-left: 10px;
background: url(../picture/item/circle1.gif) no-repeat left center;
}

#deco8{
padding-left: 35px;
background: url(../picture/item/flower.gif) no-repeat left center;
}

#deco9{
padding-left: 30px;
background: url(../picture/item/mobile.gif) no-repeat left center;
}

hr {
clear: both;
}

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/* figure */
#centerposition{
margin:0 auto 0 auto;
text-align: center; 
}
#centerposition2{
margin:0 auto 20px auto;
text-align: center;
clear:both;
}

#rightposition{
margin-right:30px;
text-align: right; 
}

#fsizesmall{
font-size:80%;
}

.fstrike{
text-decoration:line-through;
}

.wichtig {
text-decoration:underline;
}

/* SpryTooltip */
.iframeTooltip
{
position: absolute;
z-index: 1010;
filter:alpha(opacity:0.1);
}

.tooltipContent
{
background-color: #FFFFCC;
}



/* SLIMBOX */

#lbOverlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: #fff;
}

.lbLoading {
background: #fff url(../picture/item/loading.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 10px solid #fff;
background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

#lbPrevLink {
left: 0;
}

#lbPrevLink:hover {
background: transparent url(../picture/item/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
right: 0;
}

#lbNextLink:hover {
background: transparent url(../picture/item/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #fff;
border-top-style: none;
}

#lbCloseLink {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../picture/item/closelabel.gif) no-repeat center;
margin: 5px 0;
outline: none;
}

#lbCaption, #lbNumber {
margin-right: 71px;
}

#lbCaption {
font-weight: bold;
}

