/* CSS reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

html, body {
    margin:0;
	padding:0;
	min-height: 101%;
	margin-bottom: 1px;
	background:#EAE8E7;
}

body {
    font-family: Arial, snas-serif;
    font-size: 100%;
}

/* Main Styles */

#on-off {
    margin:15px 0;
    display:none;
}
#smll {
    margin:15px 0 0 0;
    font: 18pt/18pt 'Ramaraja', serif;
    display:none;
}

#container {
    margin:30px auto;
    padding: 0;
    width:960px;
    background: transparent;
}

#menu {
	background: transparent;
	margin:0;
	padding:0;
	float: left;
    }
#menu-rechts {
	margin:0;
	padding:0;
	float:right;
	background: transparent;
    }    
#head {
    clear:both;
    margin:5px 0 10px 0;
    height: 62px;
    background: url(../files/logo.png) bottom right no-repeat;    
}
#lang {

    display: table-cell;
    vertical-align: bottom;
    width:170px;
    height:62px;
    margin:0;
	padding:0;
    /* background: url(../files/lang.png) 0 38px no-repeat; */
}
#text {
    display: table-cell;
    vertical-align: bottom;
    height:62px;
    white-space: normal;
    margin:0;
    padding:0;
    font:400 20pt/20pt 'Ramaraja', serif;
    background: transparent;    
}
#logo {
    display: table-cell;
    vertical-align: bottom;
    min-width:226px;
    height:62px;
    white-space: nowrap;
    margin:0;
    padding:0;
    background: url(../files/logo.png) bottom right no-repeat;
} 
#content {
	clear: both;
    background: transparent;
	width: 100%;
    margin:0;
    padding:0;
    color:#000;
}

#footer {
	margin:0 auto;
    clear: both;
	width: 100%;
	padding:25px 0 25px 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
	color:#008AC6;
	background: url(../files/bg_footer.png) no-repeat bottom center;
    background-size:100%;
}

/* Content */

#content p, #content ul {
	font-size: 11pt;
    line-height: 19px;
	padding:0;
	margin:8px 0;
	text-align: justify;
}
#content h1 {
    font:normal 26pt/26pt 'Ramaraja', serif;
	margin:0 0 8px 0;
    padding:0;
    color:#464858;
}
#content h2 {
	font:normal 26pt/26pt 'Ramaraja', serif;
	margin:40px 0 0 0;
    padding:3px 0;
    color:#008AC6;
}
#content h3 {
	font: 400 24px 'Playball', cursive;
	margin-bottom:5px;
	color:#008AC6;
}
#content h4 {
	font:normal 11.5pt Arial, sans-serif;
    padding:0 0 0 15px;
    color:#a10000;
}
#content hr {
    clear: both;
    border: 0;
    height: 1px;
    background: #000;
    margin:15px 0;
}
#content img {
    /* border-radius: 11px; */
    margin-bottom: 20px;    
}
#content table {
	margin:0 0 25px 0;
}
#content td {
	padding:0 25px 0px 0;
	margin: 0;
	text-align:left;
	vertical-align: top;
	font-size: 11pt;
}
#content a.email{
    background: url(../files/arrow.png) right 0 no-repeat;
    padding:0 27px 0 0;
    text-decoration: none;
}
#content th {
	background: #A10000;
	color:#fff;
	padding: 7px 13px;
	font-weight: normal;
	display: none;
}
#content tr:nth-child(1n+2) {
	/* background-color: #F9F9F9; */
}
#content tr:nth-child(2n+3) {
	/* background-color: #F2E8E8; */
}
#content tr:hover {
	/* background-color: #E2E3E5; */
}
#content div.einrueckung {
    clear:both;
    margin:0 0 0 170px;
}
#content li {
    background: url(../files/square.png) 0 1px no-repeat;
    list-style: none;
    margin-left: -18px;
    padding:0 0 0 22px;
}
#content div.contact-one {
    text-align:right;
    width:155px;
    float:left;
    padding-right:15px;
    margin:8px 0;
}
#content div.contact-rest {
    text-align:left;
    float:left;
    margin-right:10px;
    min-width: 240px;
}

/* Footer */

.footer-table {
    width:755px;
}
#footer a {
    text-decoration: underline;
    color:#008AC6;
}
#footer a:hover {
    color:#87888A;
}

/* Allgemein */

div.txt-img {
	clear:both;
}

a {
    text-decoration: none;
    color:#464858;     
}
a:hover {
    color:#008AC6;
}
a:active, a:focus {
    outline: none;
}

#content ul  {
	margin-left: 18px;
}

#social {
    float:left;
    margin-right:12px;
}
    
img.bild_l {
	border: 0px solid #606060;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 3px;
}
img.bild_lb {
	border: 1px solid #5F5F5F;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 3px;
	padding: 3px;
}
img.bild_r {
	border: 0px solid #606060;
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 3px;
}
img.bild_rb {
	border: 1px solid #5F5F5F;
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 3px;
	padding: 3px;
}
img.bd {
	box-shadow:0 0 15px #999;
	padding:0;
	margin:10px 0 0 0;
}

img.link {
	border:none;
	float:left;
	margin-bottom:0;
	margin-right:7px;
	margin-top:1px;
	border-radius: none;
}

.link_icon { padding-left:53px; height:38px; line-height:38px; background-repeat:no-repeat; background-size:44px auto; }
.ico_gif { background-image:url(../redaxo/media/mime-gif.gif); }
.ico_def { background-image:url(../redaxo/media/mime-default.gif); }
.ico_doc, .ico_docx { background-image:url(../redaxo/media/mime-doc.gif); }
.ico_jpg, .ico_jpeg { background-image:url(../redaxo/media/mime-jpg.gif); }
.ico_pdf { background-image:url(../redaxo/media/mime-pdf.gif); }
.ico_png { background-image:url(../redaxo/media/mime-png.gif); }
.ico_xls, .ico_xlsx { background-image:url(../redaxo/media/mime-xls.gif); }
.ico_zip { background-image:url(../redaxo/media/mime-zip.gif); }


.clr {
    clear:both;
}
.floatRight {
    float:right;
    margin:0 0 10px 15px;
}
.floatLeft {
    float:left;
    margin:0 15px 10px 0;
}
.floatCenter {
    text-align:center;
    margin:0;
	padding:0;
}
.floatNull {
    float:none;
    margin:0 0 10px 0;
}

.nix {
	display: none;
	margin: 5px;
}

a.unsichtbar {
    display:none;
}


/* Under 960px */
@media only screen and (max-width: 959px) and (min-width: 800px) {
    #container { width:780px; background: transparent; }
    img { max-width:780px; }
    #text { max-width: 350px; }
}
/* Under 800px */
@media only screen and (max-width: 799px) and (min-width: 460px) {
    #container { width:440px; background: transparent; }
    img, #content div.einrueckung { max-width:440px; }
    #on-off { display:block; margin-left:-3px; }
    #on-off a { text-decoration:none; cursor:pointer; }
    #menues { display:none; }
    #menu-rechts { clear:both; }
    #text { display:none; }
    #smll { display:block; }
    #content div.einrueckung { margin:0; }
}
/* Under 460px */
@media only screen and (max-width: 459px) and (min-width: 320px) {
    #container { width:300px; background: transparent; }
    img, #content div.einrueckung { max-width:300px; }
    #on-off { display:block; margin-left:-3px; }
    #on-off a { text-decoration:none; cursor:pointer; }
    #menues { display:none; }
    #menu-rechts { clear:both; }
    #text { display:none; }
    #smll { display:block; }
    #content div.einrueckung { margin:0; }
}
/* Under 320px */
@media only screen and (max-width: 319px) and (min-width: 5px) {
    #container { width:220px; background: transparent; }
    img, #content div.einrueckung { max-width:220px; }
    #on-off { display:block; margin-left:-3px; }
    #on-off a { text-decoration:none; cursor:pointer; }
    #menues { display:none; }
    #menu-rechts { clear:both; }
    #text { display:none; }
    #smll { display:block; }
    #content div.einrueckung { margin:0; }
}