/* Created by http://freehtml5templates.com */

/* reset */
* {
    margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;

}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #000;
}

header {
width: 940px;
height: 300px;
margin: 0 auto;
background: #000 url(../images/staplerschein-frankfurt-am-main.jpg) no-repeat left top;
}

#main {
width: 940px;
margin: 0 auto;
background: #FFF;
overflow: hidden;
}

#content {

width: 940px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #000;
}

a:link, a:visited {
color:#314FDD;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

strong {
	font-weight: normal;
}

/* nav */

nav .menu {
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 14px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
font-size: 18px;
color: #C8D3FE;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header h1 {
margin: 0 auto;
text-align: center;
line-height: normal;
padding-top: 15px;
}

header h1 { 	
font-size: 36px;
font-variant: small-caps;
}

header h1 a:link, header h1 a:visited {
color: #fff;
}

/** ARTICLES **/

article {
padding: 20px 30px 5px 40px;
}

article img {
border: none;
}

#content h1, h2, h4, h5, h6 {
color: #FFC10E;
line-height: 1.5em;
margin: 0 20px 5px 0;
}

#content h3{
color: #666;
line-height: 1.5em;
margin: 0 20px 5px 0;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* inline blocks of images and captions */

.benefits {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-align: left;
	padding: .2em;
}

.leftblock {
	margin-right: 40px;
}

.middleblock {
	margin-right: 40px;
}

.rightblock {
	margin-right: 2px;
}

.benefits .thumbnail {
	border: none;
}

.benefits .caption {
	display: block;
	font-size: 20px;
	font-variant: small-caps;
	line-height: 1.5em;
}

.benefits p {
margin-top: 5px;
text-align: justify;
}

/* Termine */
.events {
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    display: inline-block;
    margin: 7px 0;
    padding: 4px 7px;
    width: 97%;
    font-size: 15px;
    display: inline-block;
    color: #3f3f3f;
}
.round {
    border-radius: 3px;
}

/* .events a:link, .events a:visited {
    text-decoration: none;
    color: #3f3f3f;
    }  */

/* footer widget blocks */


aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

aside ul li.hoch {
    margin-bottom: 6px;
}
aside li a {
display: block;
text-decoration: none;
}

aside li a:hover {
text-decoration: underline;
}

#footer-area {
background: #000;
color: #efefef;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
width: 190px;
}

.first {
margin-right: 20px;
margin-left: 40px;
}

.second {
margin-right: 40px;
width: 420px;
}


.last {
margin-right: 20px;
}

footer aside h4 {
color: #2cbae6;
font-size: 16px;
line-height: 1.5em;
margin-bottom: 20px;
}

footer address h2 {
color: #2cbae6;
font-size: 18px;
line-height: 1.5em;
margin-bottom: 20px;
}

footer a:link, footer a:visited {
color: #C8D3FE;

}

footer p {
margin-top: -15px;
color: #ddd;
}

.tooltip {
border-bottom: 1px dotted #000000; color: #000000; outline: none;
cursor: help; text-decoration: none;
position: relative;
}
.tooltip span {
margin-left: -999em;
position: absolute;
}
.tooltip:hover span {
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
position: absolute; left: 1em; top: 2em; z-index: 99;
margin-left: 0; width: 250px;
}
.tooltip:hover img {
border: 0; margin: -10px 0 0 -55px;
float: left; position: absolute;
}
.stapler { 
background: #FFFFFF; border: 1px solid #FFAD33; 
}

#impressum {
-webkit-box-shadow: 0px 0px 7px #4c4c4c;
-moz-box-shadow: 0px 0px 7px #4c4c4c;
box-shadow: 0px 0px 7px #4c4c4c;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;   
}        
#impressum table {
width: 100%;
font-family: Verdana, Arial, sans-serif;
line-height: 1.4em;
font-size:  15px;
font-weight: normal;
}

#impressum tr {
border: none;
        }   

#impressum th {
text-align: left;
padding: 2px 2px 2px 8px;
        }
#impressum td {
border: none;
padding: 0;
       }
       
#google_translate_element {
padding-top: 10px;
padding-bottom: 0;
padding-right: 20px;
text-align: right; 
}      