/*
Copyright (C) 2014 WahnM

*/
/* 
    Created on : 07.10.2014, 16:37:51
    Author     : WahnM
*/

img {
    max-width:100%;
    height: auto;
}


table, thead {
    padding: 0;
    margin: 0;
}
a {
    color: #BB0E1B;
}
a:link, a:active, a:visited {
    color: #BB0E1B;
    text-decoration: none;
}
a:hover {
    color: black;
    border-bottom: 1px #BB0E1B dotted;
}
a.pdf-download {
	padding-left:18px;
	background: url(img/pdf.png) no-repeat 0;
}

footer > div#logo > a, .invisibleLayer a {
	border: none;
}
.startText a:link, .startText a:active, .startText a:visited {
    color: white;
    text-decoration: none;
}
.startText a:hover {
    color: white;
    border-bottom: 1px white double;
}
.fltleft {
	float:left;
}
.security {
	margin-top:10px;
	width:100%;
	text-align:right;
}
.security ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;
	float:right;
}

.security li {
    float: left;
}

.security li a {
    display: block;
    color: #B21320;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.security li a:hover {
	color:white;
    background-color: #B21320;
}