body {
	font-size: 12px;
	color: #666666;
    font-family: Verdana,Helvetica,Arial;
}

h1, h2, h3 {
	color: #015095;
	font-size: 16px;
}

a{
 color:#4262AD;
}

.clear{
	clear:both;
}

.page_margins {
    background: url("../images/bg_page-sides.gif") repeat scroll left top transparent;
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.page {
    background: url("../images/bg_page-top.png") no-repeat scroll left top transparent;
    padding: 0 30px;
}

#header {
    height: 170px;
    text-align: center;
}

#page-bottom {
    background: url("../images/bg_page-bottom.gif") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 980px;
}

#mainWrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
	width: 100%;
}

#mainWrapper #main {
	float: left;
	width: 70%;
}

#mainWrapper #sidebar {
	float: right;
	width: 26%;
}

#main .left, #main .right {
	width: 46%;
	float: left;
}

div.content-head {
    border-bottom: 4px solid #015095;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 9px 0 2px;
    position: relative;
}

/* ======================================= */
/* = INFO/WARNING/ERROR MESSAGES - START = */
/* ======================================= */
.boxInfo, .boxWarning, .boxError {display: block; width: 50%; margin: 16px auto; min-height: 60px; padding: 8px 8px 8px 80px; }
.boxInfo {background: #e6f6ff url("../images/icon-info-40x40.png") no-repeat 1em center; border: 1px solid #b3e3fc;}
.boxWarning {background: #fffac7 url("../images/icon-warning-40x40.png") no-repeat 1em center; border: 1px solid #ffcd48;}
.boxError {background: #ffd7d7 url("../images/icon-error-46x40.png") no-repeat 1em center; border: 1px solid #ff8989;}
/* ======================================= */
/* = INFO/WARNING/ERROR MESSAGES - ENDE = */
/* ======================================= */

.footer-container {
	display: inline-block;
	width:100%;
}
.footer-left ul {
	font-size: 12px; 
    width: 100%;
}

.footer-left ul li {
	display:inline-block;
	vertical-align: top;
  	float: left;
  	margin: 5px;
}
.footer-left ul li a {
	text-decoration:none;
	outline: none;
	display: block;
}