@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height:103px; border-radius: 50%; background: #ff0000; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a {  font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #ff0000; }
.box .space { height: 30px; }

* {
     -webkit-box-sizing: inherit !important; 
    -moz-box-sizing: inherit !important;
   box-sizing: inherit !important; 
}

.col-md-3 {
    width: 235px !important;
}

.title {
    color: #222 !important;
    border-bottom: none !important;
}

#aolink h2 {
    color: #222;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Anaheim', sans-serif;
    border-bottom: 2px solid #999999;
    padding: 0px 0px 10px 0px;
}

#aolink p a {
    font-size: 14px !important;
    color: #222 !important;
}

#aolink p {
    font-size: 14px !important;
    color: #222 !important;
}



@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0.5); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0.5); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}



body {
     background: url(../images/main-bg.jpg) fixed right !important;
     font-family: arial !important;
     margin: auto !important;
}

.clear{
     
}



#wrapper{
	background-color: #FFFFFF;
	font-family: arial;
	margin: 20px auto;
	width: 970px;
	padding:10px;
	border:1px #CCCCCC solid;
	-webkit-box-shadow: 0px 0px 10px #666666; /* webkit browser*/ -moz-box-shadow: 0px 0px 10px #666666; /* firefox */ box-shadow: 0px 0px 10px #666666;
     
}

#wrapper p a{
font-size:12px;
color:#666666;
    
     
}

.aelink p {
font-size:12px;
color:#666666;
    
     
}


#inner{
	background-color: #FFFFFF;
	font-family: arial;
	margin: auto;
	padding:0;

     
}

#inherit {
    background: #fff url(../images/sidebar-bg.jpg) repeat-y 100% 0;
    font-family: arial;
    margin: 0;
    padding: 0px;
}

#logo
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:216px;
	margin-bottom:5px;
	float: left;

}

#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:970px;
	height:55px;
	background-color: #F00;
	margin-bottom:5px;

}


#notdienst
{
margin: 0;
padding: 0;
list-style-type: none;
width:285px;
float: left;

}

#nav
{
	font-size: 16px;
	font-family: 'Anaheim', sans-serif;
	font-style:normal;
	margin: 0;
	padding: 0;
	

}

#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
width:665px;
float: right;

}

#nav li
{
float: left;
margin: 0px 0px 0px 20px;
padding:0px 0px 0px 22px;
border-left:1px solid #FFFFFF;
}

#nav a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	line-height:55px;
	background-repeat: repeat-x;

}

#nav a:hover
{
	
	background-repeat: repeat-x;
}

/*SUBMENÜ*/

#nav li ul { display: none; }

#nav li ul li { border:none;
                margin:0px;
				font-size:16px; }

#nav li ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  white-space: nowrap;

}

#nav ul li a:hover { color: #FFF;  z-index: 1;}

#nav li ul {
	background-color: #F00;
	width:350px;
	border:1px solid #FFFFFF;
	-webkit-box-shadow: -5px -4px 12px #b5b6b4; /* webkit browser*/ -moz-box-shadow: -5px -4px 12px #b5b6b4; /*    firefox */ box-shadow: -5px -4px 12px #b5b6b4;
	
}

#nav li:hover ul {
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 0px 0px 0px 0px;
	font-size:16px;
}

#nav li ul li:hover li {
    float: none;
    font-size:16px;
}

#nav li ul li:hover a {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px
	
	}
	
#nav li ul li:hover li a {
margin:0px 0px 0px 0px;
padding:auto;}

#nav li ul li:hover li a:hover { color: #CCCCCC;
margin:0px 0px 0px 0px;
padding:auto;}

#header {
	width: 970px;
	height:311px;
	margin: 0;
	padding: 0;
}

#header img {
	width: 100%;
}


#wrap {
     background-color: #FFFFFF;
     min-height: 623px;
}



.clear {
     clear: both;
     display: block;
}

h1 {
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	font-family: 'Anaheim', sans-serif;
	border-bottom:2px solid #999999;
	padding: 10px 0px 10px 0px;	 
}

#content h2 {
	color: #666666;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Anaheim', sans-serif;
	border-bottom:2px solid #999999;
	padding: 10px 0px 10px 0px;	 
}

#content h3 {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Anaheim', sans-serif;
	border-bottom:2px solid #999999;
	padding: 0px 0px 10px 0px;	 
}

#main {
	float: right;
	width: 330px;
	padding: 10px;
	background-repeat:no-repeat;
	position:absolute;
	margin:-211px 0px 0px 620px;
	height:auto;
	z-index:999;
	background-color: #F00;
	-webkit-box-shadow: -5px -4px 12px #b5b6b4; /* webkit browser*/ -moz-box-shadow: -5px -4px 12px #b5b6b4; /* firefox */ box-shadow: -5px -4px 12px #b5b6b4;
}



#main p {
     color: #FFFFFF;
	 font-size:14px;
}

#main a {
	color: #FFFFFF;
	font-size:16px;
	line-height: 30px;
}

#main p a {
     color: #FFFFFF;
	 font-size:14px;
}

#main form input,
#main form textarea {
	width: 325px;
	border: 1px #aaa solid;
	font-size: 14px;
	font-family: arial;
	padding: 2px;
	min-height:25px;
}

#main form textarea {
	height: 120px;	
}

#main form input[type=submit] {
	width: auto;
	padding: 3px 5px 3px 5px;
	color: #666666;
	font-size: 14px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 1px 1px #ffffff;
-webkit-box-shadow: 0 0 1px 1px#ffffff;
box-shadow: 0 0 1px 1px #ffffff;
}

#main form input[type=submit]:hover {
}

#main form #contactForm_error label {
	display: block;
	margin-bottom: 10px;
	width: auto;
}

#main form input.error {
	border: 1px red solid;
}


#main ul {margin-left:-30px;
          width:100%;
		  list-style:none;
		  }

#main ul li::before {
    content: "✔";
    padding-right: 6px;
    margin-left: -10px;
	font-size:16px;
}

#aside ul li::before {
    content: "✔";
    padding-right: 6px;
    margin-left: -10px;
	font-size:16px;
}

#main ul li {
    color: #fff;
    font-size: 16px;
    margin: 5px 0px 0px 0px;}


#content {
	float: left;
	width: 615px;
	padding:0px;
	margin:0px;
	min-height:1200px;
	font-size:10px;
}

#content span {
	 font-size:16px;
	 color:#666666;
}

#content h1 span {
	 font-size:22px;
	 color:#FF0000;
}

#content h2 span {
	 font-size:22px;
	 color:#FF0000;
}

#content h3 span {
	 font-size:22px;
	 color:#FF0000;
}

#content strong {
	font-size:16px;
	color:#FF0000;
	text-decoration: none;
}

#content a strong {
	font-size:16px;
	color:#FF0000;
	text-decoration: none;
}


#content p {
	color: #666666;
	font-size:16px;
}

#content ul li {
	color: #666666;
	font-size:16px;
	list-style-image: url(../images/arrow.png)
}


#main2 h3 {
	color: #FFFFFF !important;
	font-size: 22px !important;
	font-weight: normal !important;
	font-family: 'Anaheim', sans-serif !important;
	border-bottom:2px solid #FFFFFF !important;
	padding: 10px 0px 10px 0px !important; 
}

#main2 h4 {
	color: #FFFFFF !important;
	font-size: 22px !important;
	font-weight: normal !important;
	font-family: 'Anaheim', sans-serif !important;
	border-bottom:2px solid #FFFFFF !important;
	padding: 10px 0px 10px 0px !important; 
}

#main h3 {
	color: #FFFFFF !important;
	font-size: 22px !important;
	font-weight: normal !important;
	font-family: 'Anaheim', sans-serif !important;
	border-bottom:2px solid #FFFFFF !important;
	padding: 10px 0px 10px 0px !important; 
}



#main2 hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #fff; /* old IE */
    background-color: #fff; /* Modern Browsers */
}

h5 {
     color: #000066 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     padding-top: 0px !important;
}

h6 {
     color: #990000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     padding-top: 0px !important;
}

h7 {
     color: #333333 !important;
     font-size: 12px !important;
     font-weight: normal !important;
     padding-top: 0px !important;
}

h4 {
	font-size: xx-large !important;
	color: #333333 !important;
}

.block {
     text-align: justify !important;
}

#contacts-form .field {width:100%; overflow:hidden;}
#contacts-form .field.text {height:40px}
#contacts-form label {float:left;width:100px; font-size:14px; line-height:20px;}
#contacts-form input,
#contacts-form textarea { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;behavior:url(js/PIE.htc);position:relative; border:1px solid #cbcbcb; background-color:#fff;float:left; color:#464646}
#contacts-form input {width:300px;padding:3px 3px}
#contacts-form textarea {width:549px;height:293px;padding:3px 3px;overflow:auto;margin-bottom:17px}
#contacts-form a {margin-left:6px}

#footer2 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:auto;
	margin-top:0px;
	width:1145px;
	background-color: #000000;
	padding: 10px;
}

#footer2 p{
     text-align: center;
	 font-size:12px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#ffffff;
}

#footer2 p a{
     text-align: center;
	 font-size:12px !important;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#ffffff;
	 text-decoration:none;
}

#footer {
     text-align: center;
	 font-size:10px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#ffffff;
	 margin:auto;
	 margin-top:40px;
	 width:980px
}

#footer p a{
     text-align: center;
	 font-size:10px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#ffffff;
}

.unsichtbar             {display:none;}

.pseudo-verweis {
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 20px !important;
    color: #fff !important;
    background-color: #f00;
    border-bottom: none !important;
}

.pseudo-verweis:hover   {text-decoration:none;}
.farbe                  {color:#004E9C; font-size:78%; display:inline-block; padding-left:10px; font-weight:bold;}
.text                   {color:#004E9C; font-size:78%; display:inline-block; padding-left:10px; font-weight:bold;}
.kostenrechner input     {width: 50%; color:fff; min-height:38px; padding-left:20px; font-size:18px; margin-right:10px; background-color: #cccccc; border:0px; -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;}
.number                 {width: 70px !important; text-align: center;}
.info                   {margin-right:10px;}
.kostenrechner textarea               {width: 93%;
font-size: 18px;
font-weight: bold;
padding: 21px; background-color: #cccccc; border:0px; -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;}


.kostenrechner .button-0 {
    padding: 10px 40px !important;
    margin: 40px 10px 40px 0px !important;
    font-size: 25px !important;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #F00 !important;
    outline: none !important;
    transition: all 0.1s !important;
    -webkit-transition: all 0.1s !important;
    cursor: pointer !important;
    width: 90% !important;
}

.button-0:hover, 
.button-0:focus {
    text-decoration: none !important;
    color: #fff !important;
}

.button-0:active {
    transform: translate(0px,5px) !important;
    -webkit-transform: translate(0px,5px) !important;
    border-bottom: 1px solid !important;
}

h3.pseudo-verweis::after {
    content: "✚";
    float: right;
    font-size: 40px;
    font-weight: normal;
    margin-top: -10px;
}

.sented {
    background-color: rgb(0, 204, 0) !important;
    line-height: 24px !important;
    padding: 15px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.btn {
  font-family: Arial !important;
  color: #ffffff !important;
  font-size: 27px !important;
  background: #ff0000 !important;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
}

.btn:hover {
	background: #e00000 !important;
	text-decoration: none !important;
	width: 90% !important;
}

#nav2
{
	font-size: 16px;
	font-family: 'Anaheim', sans-serif;
	font-style:normal;
	margin: 0;
	padding: 0;
	width: 100%;
	

}

#nav2 ul
{
margin: 0;
padding: 0;
list-style-type: none;
width:100%;

}


#nav2 li {
    float: left;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #FFFFFF;
}


#nav2 a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	line-height:55px;
	background-repeat: repeat-x;

}

#nav2 a:hover
{
	
	background-repeat: repeat-x;
}

/*SUBMENÜ*/

#nav2 li ul { display: none; }

#nav2 li ul li { border:none;
                margin:0px;
				font-size:16px; }

#nav2 li ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  white-space: nowrap;

}

#nav2 ul li a:hover { color: #FFF;  z-index: 1;}

#nav2 li ul {
	background-color: #F00;
	width:350px;
	border:1px solid #FFFFFF;
	-webkit-box-shadow: -5px -4px 12px #b5b6b4; /* webkit browser*/ -moz-box-shadow: -5px -4px 12px #b5b6b4; /*    firefox */ box-shadow: -5px -4px 12px #b5b6b4;
	
}

#nav2 li:hover ul {
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 0px 0px 0px 0px;
	font-size:16px;
}

#nav2 li ul li:hover li {
    float: none;
    font-size:16px;
}

#nav2 li ul li:hover a {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px
	
	}
	
#nav2 li ul li:hover li a {
margin:0px 0px 0px 0px;
padding:auto;}

#nav2 li ul li:hover li a:hover { color: #CCCCCC;
margin:0px 0px 0px 0px;
padding:auto;}

#notdienst2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 285px;
    float: left;
    margin-right: 15px;
}

.webdesigner4seo-logo {
   font-family: 'Ubuntu', sans-serif !important;
	width: 350px !important;
	font-size: 0px !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.webdesigner4seo-logo h1 {
    font-size: 30px!important;
    font-family: 'Ubuntu', sans-serif!important;
    color: #DB0000!important;
    font-weight: 500!important;
    line-height: 0px!important;
    padding: 0px!important;
    margin-left: 36px!important;
    margin-bottom: -7px!important;
    height: 21px!important;
    border: none!important;
}

.webdesigner4seo-logo h1 img {
    margin: 0px 6px 0px -2px!important;
}

.webdesigner4seo-logo h2 {
    font-size: 13px!important;
    font-family: 'Ubuntu', sans-serif!important;
    color: #666666!important;
    font-weight: 300!important;
    letter-spacing: 1px!important;
    margin: 0!important;
    padding: 0!important;
    white-space: nowrap!important;
    /* word-spacing: -1px!important; */
    border: none!important;
    margin-top: 3px!important;
}

.webdesigner4seo-logo h2 span {
 letter-spacing: 0px!important;
}

.webdesigner4seo-logo h2 a {
 color:#666666!important;
 text-decoration:none!important;
}

.webdesigner4seo-logo-line {
	
}

.webdesigner4seo-logo-icon{
width: 28px!important;
float: left!important;
position: relative!important;
margin-top: -3px!important;
}

.ico-left {
    background-color: #666666!important;
    width: 8px!important;
	height:11px!important;
	float:left!important;
	bottom:0!important;
	position: absolute!important;
}

.ico-middle {
    background-color: #666666!important;
    width: 8px!important;
	height:15px!important;
	float:left!important;
	bottom:0!important;
	position: absolute!important;
    margin-left: 10px!important;
}

.ico-right {
    background-color: #666666!important;
    width: 8px!important;
	height:21px!important;
	float:right!important;
	bottom:0!important;
	position: absolute!important;
	margin-left: 20px!important;
}

.clear-ico {clear:both!important;}


#wrapper2 {
    background-color: #FFFFFF;
    font-family: arial;
    margin: 20px auto;
    width: 1145px;
    padding: 10px;
	margin-bottom: 0px;
    /* border: 1px #CCCCCC solid; */
    /* -webkit-box-shadow: 0px 0px 10px #666666; */
    /*-moz-box-shadow: 0px 0px 10px #666666;*/
    /* box-shadow: 0px 0px 10px #666666; */
}
#header2 {
    width: 1145px;
    height: auto;
    margin: 0;
    padding: 0;
}

#main2 {
    float: right !important;
    width: 330px !important;
    padding: 10px !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    /* margin: 0px 0px 0px 795px; */
    height: auto !important;
    z-index: 999 !important;
    background-color: #F00 !important;
}

#content2 {
    color:#222;
    float: left;
    width: 780px;
    padding: 0px;
    margin: 0px;
    min-height: 1200px;
    font-size: 10px;
	-webkit-animation:pop-in 0.5s;
-moz-animation:pop-in 0.5s;
-ms-animation:pop-in 0.5s;
}

#navigation2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 1145px;
    height: 55px;
    background-color: #F00;
    margin-bottom: 5px;
}

#wrapper2 p a {
    font-size: 16px;
    color: #ff0000;
}
#header2 img {
	width: 100%;
}

#content2 h2 {
    color: #222;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Anaheim', sans-serif;
    border-bottom: 2px solid #999999;
    padding: 0px 0px 10px 0px;
}

#content2 h3 {
	color: #222;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Anaheim', sans-serif;
	border-bottom:2px solid #999999;
	padding: 0px 0px 10px 0px;	 
}

#main {
	float: right;
	width: 330px;
	padding: 10px;
	background-repeat:no-repeat;
	position:absolute;
	margin:-211px 0px 0px 620px;
	height:auto;
	z-index:999;
	background-color: #F00;
	-webkit-box-shadow: -5px -4px 12px #b5b6b4; /* webkit browser*/ -moz-box-shadow: -5px -4px 12px #b5b6b4; /* firefox */ box-shadow: -5px -4px 12px #b5b6b4;
}



#main2 p {
     color: #FFFFFF;
	 font-size:14px;
}

#main2 a {
	color: #FFFFFF;
	font-size:16px;
	line-height: 30px;
}

#main2 p a {
     color: #FFFFFF;
	 font-size:14px;
}

#main2 form input,
#main2 form textarea {
	width: 325px;
	border: 1px #aaa solid;
	font-size: 14px;
	font-family: arial;
	padding: 2px;
	min-height:25px;
}

#main2 form textarea {
	height: 120px;	
}

#main2 form input[type=submit] {
	width: auto;
	padding: 3px 5px 3px 5px;
	color: #666666;
	font-size: 14px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 1px 1px #ffffff;
-webkit-box-shadow: 0 0 1px 1px#ffffff;
box-shadow: 0 0 1px 1px #ffffff;
}

#main2 form input[type=submit]:hover {
}

#main2 form #contactForm_error label {
	display: block;
	margin-bottom: 10px;
	width: auto;
}

#main2 form input.error {
	border: 1px red solid;
}


#main2 ul {margin-left:-30px;
          width:100%;
		  list-style:none;
		  }

#main2 ul li::before {
    content: "✔";
    padding-right: 6px;
    margin-left: -10px;
	font-size:16px;
}


#main2 ul li {
    color: #fff;
    font-size: 16px;
    margin: 5px 0px 0px 0px;}
	
	
#content2 span {
	 font-size:16px;
	 color:#222;
}

#content2 h1 span {
	 font-size:22px;
	 color:#FF0000;
}

#content2 h2 span {
	 font-size:22px;
	 color:#FF0000;
}

#content2 h3 span {
	 font-size:22px;
	 color:#FF0000;
}

#content2 strong {
	font-size:16px;
	color:#FF0000;
	text-decoration: none;
}

#content2 a strong {
	font-size:16px;
	color:#FF0000;
	text-decoration: none;
}


#content2 p {
	color: #222;
	font-size:16px;
}



#content2 ul li {
	color: #222;
	font-size:16px;
	list-style-image: url(../images/arrow.png)
}

.home {padding: 0px 25px 0px 25px !important;}

.home i {
    font-size: 28px;
    margin-top: 13px;
}
.last {

	    padding-left: 25px !important;
}



#headline
{
	font-size: 16px;
	font-family: 'Anaheim', sans-serif;
	font-style:normal;
	margin: 0;
	padding: 20px;
	width: 100%;
	background-color: #fafafa;
	

}

#headline ul
{
margin: 0;
padding: 0;
list-style-type: none;
width:100%;

}


#headline li {
    float: left;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #FFFFFF;
}


#headline a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
	line-height:55px;
	background-repeat: repeat-x;

}

#headline a:hover
{
	
	background-repeat: repeat-x;
}

/*SUBMENÜ*/

#headline li ul { display: none; }

#headline li ul li { border:none;
                margin:0px;
				font-size:16px; }

#headline li ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  white-space: nowrap;

}

#headline ul li a:hover { color: #FFF;  z-index: 1;}

#headline li ul {
	background-color: #F00;
	width:350px;
	border:1px solid #FFFFFF;
	-webkit-box-shadow: -5px -4px 12px #b5b6b4; /* webkit browser*/ -moz-box-shadow: -5px -4px 12px #b5b6b4; /*    firefox */ box-shadow: -5px -4px 12px #b5b6b4;
	
}

#headline li:hover ul {
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 0px 0px 0px 0px;
	font-size:16px;
}

#headline li ul li:hover li {
    float: none;
    font-size:16px;
}

#headline li ul li:hover a {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px
	
	}
	
#headline li ul li:hover li a {
margin:0px 0px 0px 0px;
padding:auto;}

#headline li ul li:hover li a:hover { color: #CCCCCC;
margin:0px 0px 0px 0px;
padding:auto;}

.phone {
	padding: 15px;
	font-weight: bold;
	border: 3px solid rgba(255, 255, 255, 0.27);
	width: 400px;
	height: auto;
	margin: 70px 0px 0px 615px;
	float: right;
	text-align: center;
	position: absolute;
	border-radius: 30px 0 30px 0;
    background: rgba(0, 188, 212, 0.51);
	z-index: 999;
}


.phone a {
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size: 40px;
    text-decoration: none;
    /* margin-bottom: 25px; */
    /* line-height: 20px; */
    margin-top: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    width: 380px;
}

.phone a:hover {
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size: 40px;
    text-decoration: none;
    /* margin-bottom: 25px; */
    /* line-height: 20px; */
    margin-top: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    width: 380px;
}

.phone h1 {
    font-size:45px!important;
    color: #ffffff;
    border: none;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.phone h1 span {
    font-size: 24px;
}

.phone p {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}

.call-home {
    font-size: 28px;
}


/*Slider*/
 /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
		
/*Slider Ende*/

#content2 ul li a {
	color: #222;
	font-size:16px;
	list-style-image: url(../images/arrow.png);
	text-decoration:none;
}


#footer-wrapper{
	margin: 0px auto;
	width: 1145px;
	background-color: #cccccc;
	padding: 10px;
}
.footer-header{
   float: left;
   width: 100%;
}
.footer-left1{
   float: left;
   margin-right: 20px;
   width: 23%;
}
.footer-left2{
	float: left;
	width: 24%;
	margin-right: 20px;
}
.footer-right{
   float: left;
   width: 23%;
}
.footer3{
   float: left;
   width: 100%;
}
#footer3 {
   padding: 0px;
   margin: 0px;
   font-size: 90%;
}

#footer-wrapper ul li a{
	color: #666666;
	font-size:12px;
	text-decoration: underline;
	margin-top:0px;
	
}

#footer-wrapper ul li{
	color: #666666;
	font-size:12px;
	text-decoration:none;
	margin-top:0px;
	
}

#footer-wrapper ul {
	margin:0 auto;
	padding:0px;
}

#footer-wrapper ul li {
	list-style:none;
}

#footer-wrapper h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 15px 0px 15px 0px;
}

input, button, select, textarea {
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: inherit !important;
}
button, select {
    text-transform: none !important;
}
button, input, optgroup, select, textarea {
    color: #222 !important;
    margin: 0 !important;
}
