/* CSS Document */
html,body,div,span,iframe,h1,h2,h3,p,a,font,img,ul,li,form,table,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

.outerWrapper {
	background-color: rgb(3, 28, 93);
	height:100%;
	width:100%;
}

ol,ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,h1,h2,h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
	font-size: 12px;
	color: rgb(4, 28, 92);
	line-height: 18px;
	text-align: center;
	background-color: #031C5D;
}

 a{
	text-decoration:none;
	color: rgb(4, 28, 92);
	font-weight:bold;
}

a.link{
	text-decoration:underline;
}

img {
	float: left;
}

p {
	margin-top: 10px;
}

.wrapperH {
	width: 100%;
	background-image: url(../images/back1.png);
}

.header {
	height: 68px;
}

.wrapperF {
	width: 100%;
	background-color: rgb(3, 28, 93);
}

.outerContainer {
	text-align: center;
	border-color: blue;
	margin: auto;
	width: 988px;
}

.c2,.c3,.logo,.navContainer,.nav {
	text-align: left;
	float: left;
}

.c2 {
	width: 489px;
}

.c3 {
	width: 325px;
}

.logo {
	width: 455px;
}

.selected {
	color: red;
}

.navContainer {
	width: 525px;
	z-index: 3;
	overflow: visible;
}

.nav {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 25px;
	list-style-type: none;
	display: inline;
	z-index: 3;
}

.nav li {
	display: inline;
	padding-right: 25px;
	font-size: 16px;
	z-index: 3;
}

.nav li a {
	text-decoration: none;
	font-weight: 600;
	z-index: 3;
	position: relative;
	color: white;
	padding-bottom: 23px;
}

.nav li:hover a,.nav li a:hover {
	color: rgb(111, 122, 140);
}

.nav li a.selected {
	background-image: url(../images/selector.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.login {
	width: 240px;
	height: 203px;
	background-image: url(../images/loginBG.png);
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	z-index: 2;
	color: white;
	margin: 0px;
	padding: 0px;
}

.login table {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
	top: 40px;
	text-align: left;
}

.login table input {
	width: 195px;
}

.login table td {
	height: 20px;
}

.login table td {
	height: 20px;
	vertical-align: middle;
}

.login table .forgot {
	padding-top: 10px;
}



.footerC {
	background-color: rgb(3, 28, 93);
	color: white
}

.footer {
	height: 205px;
}

/* text unter headline*/
.footer p {
	margin-right: 20px;
}

/* Kontakt + sharing*/ /*Twitter*/
.footer h3 {
	border-bottom: dotted silver 1px;
	margin-right: 20px;
	padding-bottom: 3px;
}

.footer a {
	color: white;
	text-decoration: none;
}

h1 {
	color: white;
	font-weight: bold;
	font-size: 32px;
	padding-top: 28px;
	letter-spacing: 0.01px;
	line-height: 42px;
}

h2 {
	margin-top: 18px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h3 {
	margin-top: 10px;
	font-size: 13px;
	clear: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.button {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
	text-decoration: none;
}

.left {
	padding-left: 6px;
}

.clear {
	overflow: hidden;
	width: 100%;
}

a.buttonLogin {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	background: url('../images/buttonA.png') no-repeat scroll top right;
	color: rgb(4, 28, 92);
	font-size: 12px;
	display: block;
	float: left;
	height: 25px;
	padding-right: 6px;
	margin-top: 10px;
	/* sliding doors padding */
	text-decoration: none;
}

a.buttonLogin span {
	width: 40px;
	background: transparent url('../images/buttonS.png') no-repeat;
	display: block;
	line-height: 13px;
	padding: 6px 0 6px 12px;
}

a.buttonLogin:hover {
	background-position: bottom right;
	color: rgb(4, 33, 107);
	outline: none;
	/* hide dotted outline in Firefox */
}

a.buttonLogin:hover span {
	background-position: bottom left;
	padding: 6px 0 6px 12px;
	/* push text down 1px */
}
.addthis_button{
	border:0;
}