* {	
  margin: 0px;
  padding: 0px;
}

body,html {
  width: 100%;
  height: 100%;
}

body {
	background-image: url(../images/logobg.png);
	background-repeat: repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
}

.clear {
	clear:both;
	}

a {
	color: #03467E;
	text-decoration: underline;
	}
	
a:hover {
	color: #049DCD;
	text-decoration: underline;
	}

h1 {
	margin: 10px;
	font-size: 2em;
	line-height: 1.2em;
	color:  #049DCD;
	}
	
h2 {
	margin-left: 10px;
	font-size: 1.4em;
	line-height: 1em;
	}
	
h3 {	
	margin: 10px;
	font-size: 1.2em;
	line-height: 1em;
	color:  #049DCD;
	}
	
img {
	border: 0px;
	}
	
.column_quarter {
	list-style:none;
	}

.column_quarter {
	border-radius: 5px;
	list-style:none;
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #03467E;
	}

.col span {
	float: right;
	color: #9A9A9A;
}

#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	width: 100%;
	height: 97px;
}

#nav-wrap {
	margin-top: 10px;
	height: 80px;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

#nav {
	width: 100%;
	height: auto;
}

#nav ul {z-index: 10000;}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin: 2px;
}

/* nav link */
#nav a {
	padding-top: 20px;
	padding-right: 42px;
	padding-left: 42px;
	padding-bottom: 20px;
	display: block;
	font-size: 1.2em;
	color: #fff;
	background: #03467E;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,1.00);
}
#nav a:hover {
	background-color: #049DCD;
}

/* nav dropdown */
#nav ul {
	position: absolute;
	display: none; /* hide dropdown */
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}

#nav li > ul a {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
	font-size: 1.2em;
	color: #fff;
	background: #03467E;
	text-decoration: none;
}

#slider {
	width: 100%;
	clear: both;
	margin-top: 10px;
}

#main {
	width: 100%;
}

#main p {
	margin: 10px;
	line-height: 20px;
}

#main hr {
	clear:both;
}

#main ul {
	margin: 30px;
}

#main li {
	margin: 10px;
	line-height: 20px;
}

#main img {
	margin: 10px;
	float: right;
}

#main div.pg_thumb img {
max-width: 100%;
max-height: 100%;
margin: 0px;
float: none;
}

#main table {
	margin: 30px;
}

#mainfooter {
	margin-top: 20px;
	width: 100%;
	clear:both;
	}

.siegel {
 background-image: url(../images/siegel.png);
 background-repeat: no-repeat;
 background-position: 90% 70%;
}

#mainfooter ul {
	list-style:none;
	}

#mainfooter li {
	border-radius: 5px;
	list-style:none;
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #03467E;
	width: 437px;
	height: 220px;
	}
	
#footer {
	clear:both;
	border-top: 3px solid #03467E;
	margin-top: 2em;
	padding: 10px;
	text-align:center;
	}

/* ----- PIFAFORM ----- */
.pifa-form {
    margin-top: 10px;
    position: relative;
	padding: 5%
}

.pifa-form label {
    display: block;
    width: 90%;
}

.pifa-form div.checkbox-wrapper label {
    width: 90%;
}

.pifa-form div.privacy {
    margin-bottom: 15px;
}

.pifa-form div {
    margin-bottom: 3px;
}

.pifa-form select {
    width: 90%;
}

.pifa-form input[type="text"],
textarea {
    width: 90%;
}

.pifa-form .pifa-error select,
.pifa-form .pifa-error input,
.pifa-form .pifa-error textarea {
    border: 1px solid #C31250;
}

.pifa-form .pifa-error input[type="text"],
.pifa-form .pifa-error textarea {
    width: 90%;
}

.pifa-form .pifa-error label {
    color: #C31250;
}

.pifa-form p {
    display: none;
}

.pifa-form .pifa-error .pifa-error-message {
    display: block;
}

.pifa-form .pifa-error:hover p {
    display: block;

}

.button.red,
div.button_red input
{
    position: absolute;
    z-index: 2;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #e50051;
    height: 25px;
    border-radius: 9px;
    border: 1px solid #d687a4;
    border-right-color: #c31250;
    border-bottom-color: #c31250;
    font-size: 12px;
}

div.button_red input {
    position: relative;
    float: left;
    margin-right: 20px;
}

.button.grey,
div.button_grey input {
    position: relative;
    z-index: 2;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ccc;
    height: 25px;
    border-radius: 9px;
    border: 1px solid #efefef;
    border-right-color: #bbb;
    border-bottom-color: #bbb;
    font-size: 12px;
}

.button.red,
.login input[type="submit"] {
    margin-top: 30px;
    position: relative;
}

#contact_form_submit_right .button.red {
    margin-top: 0;
}

p+.button.red {
    line-height: 25px;
}