html {
 overflow-y:scroll;
}
@font-face
{
 font-family: "dosis"; 
src: local("dosis"),
url("http://www.lorzas.de/style/fonts/dosis.ttf")
format("TrueType")
}  
@font-face
{
 font-family: "dosis_book"; 
src: local("dosis_book"),
url("http://www.lorzas.de/style/fonts/dosis.book.ttf")
format("TrueType")
}  
body 
{	
 background-color: #ffffff;
 font-family:dosis_book, sans-serif;
 width: 100%;
 background-image: url(../images/bg_masch.png);
 background-attachment:fixed;
}
    a:link, a:active, a:visited {
        color:#5d50c1;
        text-decoration:none;
        font-weight:bold;
        font-size:0.9em;
        border: 0;
		-moz-transition: color 0.4s;
        -o-transition: color 0.4s;
        -ms-transition: color 0.4s;
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
    }
    
    a:hover {
        color:#9b9ea1;
        font-weight:bolder;
    }
.bg 
{	
 position: fixed;
 top: 0px;
 left: 0px;
 background-color: #ffffff;
 font-family:dosis_book, sans-serif;
 transition: background-color 2s;
 overflow-x: hidden;
 background-image: url(../images/bg_steu.png);
 background-attachment:fixed;
 width: 100%;
 height:100%;
 -webkit-transition: opacity 2s ease-in-out;
 -moz-transition: opacity 2s ease-in-out;
 -o-transition: opacity 2s ease-in-out;
 transition: opacity 2s ease-in-out;
}
.site
{
 position: absolute;
 min-width: 1024px;
 width: 100%;
 top: 0px;
 left: 0px;
}
.head
{
 background-color: #130A4A;
 position: absolute;
 top: 0px;
 left: 0px;
 min-width: 1024px;
 width: 100%;
 height:100px;
 background-image: linear-gradient(top, #130A4A 0%, #06007D 100%);
 background-image: -o-linear-gradient(top, #130A4A 0%, #06007D 100%);
 background-image: -moz-linear-gradient(top, #130A4A 0%, #06007D 100%);
 background-image: -webkit-linear-gradient(top, #130A4A 0%, #06007D 100%);
 background-image: -ms-linear-gradient(top, #130A4A 0%, #06007D 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #130A4A),
	color-stop(1, #06007D)
 );
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#130A4A', endColorstr='#06007D');/*For IE7-8-9*/ 
}
.head_shadow
{
 position: absolute;
 top: 0px;
 left: -1%;
 min-width: 1024px;
 width: 101%;
 height:100px;
 box-shadow: 7px 7px 7px #000000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=7);
}
.head2
{
 background-color: #130A4A;
 position: absolute;
 top: 320px;
 left: 0px;
 min-width: 1024px;
 width: 100%;
 height:130px;
 background-image: linear-gradient(top, #0600A5 0%, #130EB8 100%);
 background-image: -o-linear-gradient(top, #0600A5 0%, #130EB8 100%);
 background-image: -moz-linear-gradient(top, #0600A5 0%, #130EB8 100%);
 background-image: -webkit-linear-gradient(top, #0600A5 0%, #130EB8 100%);
 background-image: -ms-linear-gradient(top, #0600A5 0%, #130EB8 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0600A5),
	color-stop(1, #130EB8)
 );
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0600A5', endColorstr='#130EB8');/*For IE7-8-9*/ 
}
.head3
{
 background-color: #06007D;
 position: absolute;
 width: 360px;
 height: 160px;
 top: 100px;
 left: 50%;
 z-index: 7;
 margin-left: -525px;
 background-image: linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -o-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -moz-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -webkit-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -ms-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #06007D),
	color-stop(1, #0600A5)
 );

 -moz-border-bottom-left-radius: 30px;
 -moz-border-bottom-right-radius: 30px;
 -webkit-border-bottom-left-radius: 30px;
 -webkit-border-bottom-right-radius: 30px;
 -khtml-border-bottom-left-radius: 30px;
 -khtml-border-bottom-right-radius: 30px;
 border-bottom-left-radius: 30px;
 border-bottom-right-radius: 30px;
}
.head3_shadow
{
 position: absolute;
 width: 360px;
 height: 162px;
 top: 98px;
 left: 50%;
 margin-left: -525px;
 -moz-border-bottom-left-radius: 30px;
 -moz-border-bottom-right-radius: 30px;
 -webkit-border-bottom-left-radius: 30px;
 -webkit-border-bottom-right-radius: 30px;
 -khtml-border-bottom-left-radius: 30px;
 -khtml-border-bottom-right-radius: 30px;
 border-bottom-left-radius: 30px;
 border-bottom-right-radius: 30px;
 -moz-box-shadow: 5px 5px 5px #000000;
 -webkit-box-shadow: 5px 5px 5px #000000;
 box-shadow: 5px 5px 5px #000000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}
.head_las
{
 position: absolute;
 width: 315px;
 height: 250px;
 top: 25px;
 left: 50%;
 z-index: 10;
 margin-left: -500px;
 background-image: url(../images/head.png);
 background-repeat:no-repeat;
}
.haken
{
 position: absolute;
 width: 900px;
 height: 50px;
 top: 340px;
 left: 50%;
 z-index: 10;
 margin-left: -455px;
 background-image: url(../images/haken.png);
 background-repeat:no-repeat;
}
.linie
{
 position: absolute;
 width: 900px;
 height: 2px;
 top: 360px;
 left: 50%;
 z-index: 10;
 margin-left: -455px;
 background-color: #ffffff;
}
.nav_n
{
 position: static;
 width: 800px;
 height: 30px;
}
.nav_n2
{
 position: relative;
}
.head_img
{
 position: absolute;
 width: 100%;
 height: 500px;
 top: -120px;
 left: 0px;
 background-image: url(../images/head_s1.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size: 100% auto;
 -webkit-transition: opacity 2s ease-in-out;
 -moz-transition: opacity 2s ease-in-out;
 -o-transition: opacity 2s ease-in-out;
 transition: opacity 2s ease-in-out;
}
.head_img2
{
 position: absolute;
 width: 100%;
 height: 500px;
 top: -120px;
 left: 0px;
 background-image: url(../images/head_s1.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size: 100% auto;
 -webkit-transition: opacity 2s ease-in-out;
 -moz-transition: opacity 2s ease-in-out;
 -o-transition: opacity 2s ease-in-out;
 transition: opacity 2s ease-in-out;
}
.head_img3
{
 position: absolute;
 width: 100%;
 height: 500px;
 top: -120px;
 left: 0px;
 background-image: url(../images/head_m1.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size: 100% auto;
 -webkit-transition: opacity 2s ease-in-out;
 -moz-transition: opacity 2s ease-in-out;
 -o-transition: opacity 2s ease-in-out;
 transition: opacity 2s ease-in-out;
}
.head_img4
{
 position: absolute;
 width: 100%;
 height: 500px;
 top: -120px;
 left: 0px;
 background-image: url(../images/head_m1.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-size: 100% auto;
 -webkit-transition: opacity 2s ease-in-out;
 -moz-transition: opacity 2s ease-in-out;
 -o-transition: opacity 2s ease-in-out;
 transition: opacity 2s ease-in-out;
}
.body
{
 position: absolute;
 width: 1024px;
 height: 100%;
 left: 50%;
 top: 410px;
 margin-left: -512px;
 background-color: #e8e8e8;
 z-index: 20;
}
.inhalt
{
 position: absolute;
 width: 1000px;
 left: 0px;
 top: 10px;
 background-color: #e8e8e8;
 padding:12px;
 z-index: 20;
}
.inhalt_wechsel
{
 position: absolute;
 width: 1000px;
 left: 0px;
 top: 10px;
 background-color: #e8e8e8;
 padding:12px;
 z-index: 20;
}
.unternav_masch
{
 position: absolute;
 z-index: 30000;
 width: auto;
 height: 0px;
 max-width: 1000px;
 padding-left: 10px;
 padding-right: 10px;
 background-color: #0903a9;
 overflow: hidden;
 border-left-width: 2px;
 border-left-style:solid;
 border-color: #ffffff;
 -webkit-transition: height 0.3s ease-in-out;
 -moz-transition: height 0.3s ease-in-out;
 -o-transition: height 0.3s ease-in-out;
 transition: height 0.3s ease-in-out;
}
.masch_link
{
 position: absolute;
 right: -590px;
}
.masch
{
 position: absolute;
 left: -800px;
 top: 25px;
 transition: left 2s;
}
.masch a
{
 color:#ffffff;
 font-weight:bold;
 font-size: 13pt; 
 text-decoration:none;
 transition: text-shadow 0.5s;
 text-shadow: #000000 0.2em 0.2em 0.3em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
}
.masch a:hover
{
 text-shadow: #ffffff 0.2em 0.2em 0.3em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=3);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#ffffff')";
}
.steu_link
{
 position: absolute;
 left: -100px;
}
.steu
{
 position: absolute;
 left: 0px;
 top: 25px;
 transition: left 2s, width 2s;
 overflow: hidden;
}
.steu a
{
 color:#ffffff;
 font-weight:bold;
 font-size: 13pt; 
 text-decoration:none;
 transition: text-shadow 0.5s;
 text-shadow: #000000 0.2em 0.2em 0.3em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
}
.steu a:hover
{
 text-shadow: #ffffff 0.2em 0.2em 0.3em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=3);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#ffffff')";
}
.nav
{
 position: absolute;
 width: 680px;
 top: 300px;
 left: 50%;
 margin-left: -330px;
 color:#ffffff;
 font-weight:bold;
 font-size: 13pt;
}
.nav2
{
 position: absolute;
 z-index: 10;
 top: 50px;
 left: 50%;
 margin-left: -90px;
 color:#ffffff;
 font-weight:bold;
 font-size: 13pt;
}
.nav2 a
{
 top: -2px;
 color:#ffffff;
 font-weight:bold;
 text-decoration:none;
 transition: text-shadow 0.5s, font-size 0.5s;
 text-shadow: #000000 0.2em 0.2em 0.3em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
}
.nav2 a:hover
{
 text-shadow: #ffffff 0.2em 0.2em 0.3em;
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#ffffff')";
}
.deck1
{
 position: absolute;
 width: 1000px;
 left: -1005px;
 top: 23px;
 z-index: 6;
 height: 35px;
 background-image: linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -o-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -moz-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -webkit-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -ms-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0600a6),
	color-stop(1, #0904aa)
 );
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0600a6', endColorstr='#0904aa');/*For IE7-8-9*/ 
}
.deck2
{
 position: absolute;
 width: 20px;
 left: 795px;
 top: 23px;
 z-index: 6;
 height: 35px;
 background-image: linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -o-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -moz-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -webkit-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -ms-linear-gradient(top, #0600a6 0%, #0904aa 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0600a6),
	color-stop(1, #0904aa)
 );
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0600a6', endColorstr='#0904aa');/*For IE7-8-9*/ 
}
.nav_u
{
 position: absolute;
 width: 930px;
 top: 375px;
 left: 50%;
 z-index: 11;
 margin-left: -450px;
 color:#ffffff;
 font-weight:bold;
 font-size: 13pt;
}
.nav_u a
{
 top: -2px;
 color:#ffffff;
 font-weight:bold;
 font-size: 13pt; 
 text-decoration:none;
 transition: text-shadow 0.5s;
 text-shadow: #000000 0.2em 0.2em 0.3em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
}
.nav_u a:hover
{
 text-shadow: #ffffff 0.2em 0.2em 0.3em;
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#ffffff')";
}
.login_button
{
 position: absolute;
 width: 300px;
 top: 5px;
 left: 50%;
 z-index: 10;
 margin-left: 230px;
}
.login_menue
{
 background-color: #06007D;
 position: absolute;
 width: 200px;
 height: 110px;
 top: -60px;
 padding: 10px;
 left: 50%;
 margin-left: 250px;
 background-image: linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -o-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -moz-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -webkit-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -ms-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #06007D),
	color-stop(1, #0600A5)
 );

 transition: top 1s, width 1s, height 1s;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
 -moz-box-shadow: 5px 5px 5px #000000;
 -webkit-box-shadow: 5px 5px 5px #000000;
 box-shadow: 5px 5px 5px #000000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}
.Suche2
{
 background-color: #06007D;
 position: absolute;
 width: 280px;
 height: 30px;
 top: 40px;
 padding: 10px;
 padding-left: 50px;
 left: 50%;
 margin-left: -200px;
 background-image: linear-gradient(top, #06007D 0%, #060089 100%);
 background-image: -o-linear-gradient(top, #06007D 0%, #060089 100%);
 background-image: -moz-linear-gradient(top, #06007D 0%, #060089 100%);
 background-image: -webkit-linear-gradient(top, #06007D 0%, #060089 100%);
 background-image: -ms-linear-gradient(top, #06007D 0%, #060089 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #06007D),
	color-stop(1, #060089)
 );

 transition: top 1s, width 1s, height 1s;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
 -moz-box-shadow: 5px 5px 5px #000000;
 -webkit-box-shadow: 5px 5px 5px #000000;
 box-shadow: 5px 5px 5px #000000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}
.Kundencenter
{
 background-color: #06007D;
 position: absolute;
 width: 200px;
 height: 140px;
 top: -70px;
 padding: 10px;
 left: 50%;
 color: #ffffff;
 font-weight:bold;
 font-size: 14pt; 
 text-shadow: #000000 0.2em 0.2em 0.3em;
 margin-left: 250px;
 background-image: linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -o-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -moz-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -webkit-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -ms-linear-gradient(top, #06007D 0%, #0600A5 100%);
 background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #06007D),
	color-stop(1, #0600A5)
 );

 transition: top 1s, width 1s, height 1s;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
 -moz-box-shadow: 5px 5px 5px #000000;
 -webkit-box-shadow: 5px 5px 5px #000000;
 box-shadow: 5px 5px 5px #000000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}
input
{
font-size:14px;
height:22px;
border:1px solid #d5d5d5;
background-color:#eaeaea;
color:#000000;
}
select
{
border:1px solid #d5d5d5;
background-color:#eaeaea;
color:#000000;
}
textarea
{
border:1px solid #d5d5d5;
background-color:#eaeaea;
color:#000000;
}
tcal
{
border:1px solid #d5d5d5;
background-color:#eaeaea;
color:#000000;
}
box
{
font-size:14px;
height:22px;
border:1px solid #d5d5d5;
background-color:#eaeaea;
color:#000000;
}
    p {
        margin: 3px;
        padding: 3px;
        vertical-align:bottom;
        display: block;
        text-align: justify;
    }
    
    .arrow {
		list-style-image: url(../img/arr4.png);
	}
    
    img {
        border:0;
        margin:0px;
        padding:0px;    
    }
    
    .img_right {
        float:right;
    }
    
    .img_left {
        float:left;
    } 
    .wbg {
    	float:left;
    	padding:5px;
    	margin:0px;
    	border: 1px solid #8888ff;
		background-color:#e9e9e9;
		width:96%; 
	}
	
	.margint_two {
		margin-top:2px;
	}
	
	.margin_one {
		margin-bottom:1px;	
	}
	
	.margin_two {
		margin-bottom:2px;	
	}
	
	.margin_five {
		margin-bottom:5px;
	}
	
	.margin_ten {
		margin-bottom:10px;
	}
	
	.margint_ten {
		margin-top:10px;
	}
	
	.hundred {
		position:relative;
		float:left;
		width:98%;
	}
	
	.ninety {
		position:relative;
		float:left;
		width:88%;
	}
	
	.seventy {
		position:relative;
		float:left;
		width:68%;
	}
	
	.fifty {
		position:relative;
		float:left;
		width:48%;
	}
	
	.thirty {
		position:relative;
		float:left;
		width:28%;
	}
	
	.full {
		position:relative;
		float:left;
    	width:738px;
	}	
	.notfull {
		width:300px;
	}	
	.clear {
		clear:both;
	}	
	.centered {
		position:relative;
		left:50%;
		margin-left:-25%;
		
	}
	caps {
		font-variant:small-caps;
	}
	.pic {
		position: relative;
		margin-top:-20px;
		margin-bottom:0px;
		border: 2px  solid #ffffff;
		-moz-box-shadow: 5px 5px 5px #000000;
        -webkit-box-shadow: 5px 5px 5px #000000;
         box-shadow: 5px 5px 5px #000000;
		 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
	}
	.leftp {
		left:0px;
	}	
	.leftp2 {
		left:20px;
	}	
	.rightp {
		left:60px;
	}	
	.right {
		float: right;
	}	
	.error {
		color:#f93333;
		font-weight:bold;
	}
	.pic1{
		height:100%;
		width:100%;	
		margin:0px;		
	}	
	.pic2 {
		height:100%;
		width:100%;		
	}	
	.pic3 {
		height:100%;
		width:100%;			
	}
	.pic4 {
		height:100%;
		width:100%;			
	}	
	.p404 {
		background-image: url(../img/404.jpg);
		background-repeat:no-repeat;
		height:120px;
		width:120px;
		margin:0px;		
	}
.div_link{
 position: absolute;
 bottom: -3px;
 right: 0px;
  }
.div_link a{
 text-shadow: #ffffff 0.0em 0.0em 0.4em;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=4);
  }
.div_bild {
    width:150px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	z-index: 0;
	background-color: #ffffff;
  }
.div_bild:hover {
    -webkit-transform: translate(-5em,-2em) scale(2);
    -moz-transform: translate(-5em,-2em) scale(2);
    -o-transform: translate(-5em,-2em) scale(2);
    -ms-transform: translate(-5em,-2em) scale(2);
    transform: translate(-5em,-2em) scale(2);
	z-index: 100;
  }
  
  .div_bild2 {
    width:300px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	z-index: 0;
	background-color: #ffffff;
  }
.div_bild2:hover {
    -webkit-transform: translate(5em,-0em) scale(2);
    -moz-transform: translate(5em,-0em) scale(2);
    -o-transform: translate(5em,-0em) scale(2);
    -ms-transform: translate(5em,-0em) scale(2);
    transform: translate(5em,-0em) scale(2);
	z-index: 100;
  }

.div_bild3 {
    width:300px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	z-index: 0;
	background-color: #ffffff;
  }
.div_bild3:hover {
    -webkit-transform: translate(-5em,0em) scale(2);
    -moz-transform: translate(-5em,-0em) scale(2);
    -o-transform: translate(-5em,-0em) scale(2);
    -ms-transform: translate(-5em,-0em) scale(2);
    transform: translate(-5em,-0em) scale(2);
	z-index: 100;
  }
  
     h1 {
        color: #5d50c1;
        font: normal bold normal 1.4em/1.5em Arial, sans-serif;
        letter-spacing: 2px;
    }
    
    h2 {
        color: #5d50c1;
        font: normal bold normal 1.0em/1.2em Arial, sans-serif;
        letter-spacing: 2px;
    }
	
	h9 {
        color: #ff0000;
        font-size:12px;
    }
	
	h10 {
        color: #ff0000;
        font-size:12px;
		color: #ff0000;
    }
	
	h11 {
        font-size:9px;
    }
	
	h12 {
        color: #008000;
        font-size:10px;
    }
.shadow{
 -moz-box-shadow: 5px 5px 5px #000000;
 -webkit-box-shadow: 5px 5px 5px #000000;
 box-shadow: 5px 5px 5px #000000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}
.dbox{
    overflow: hidden;
    padding: 0 18px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-0-transition: all 1s ease;
    transition: all 1s ease;
    max-height:0px;
}