@charset "utf-8";

/* Author: Bernd Gerdemann */
/* Company: Bernd Gerdemann - bg75.de */
/* Copyright: 2012 - Bernd Gerdemann - bg75.de */

/* ///////////////////////////////////////////////////////////
	=> global tags 
/////////////////////////////////////////////////////////// */

* {
   padding:0;
   margin:0;
   outline:none;
}

body {
   color:#1a2f38;
   vertical-align:baseline;
   text-align:center;
   font:12px/18px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
   background:#1a2f38 url(../images/bg-body.gif) repeat-x;
}

html[xmlns^="http"] {
	overflow-y:scroll;
}

ol,
ul,
dl {
   list-style:none;
}

a {
   text-decoration:none;
   color:#a3acaf;
   background:#1a2f38;
   margin:1px;
}

a:hover {
   color:#c6cbcd;
   text-decoration:none;
   background:#768288;
}

a {
   outline:none;
}

p {
   margin-bottom:20px;
}

* p:last-child {
	margin-bottom:0;
}

img,
img a {
   border:none;
}

/* ///////////////////////////////////////////////////////////
	=> global classes / id's 
/////////////////////////////////////////////////////////// */

.display-none {
	display:none;
}

/* //////	=> floats, clear, clearfix	////// */

.clear {
	clear:both;
}

.clearfix:after {
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* //////	=> container	////// */

#container {
   width:950px;
   margin:0 auto;
   text-align:left;
   position:relative;
}

/* ///////////////////////////////////////////////////////////
	=> header 
/////////////////////////////////////////////////////////// */

#header {
	height:70px;
}

/* ///////////////////////////////////////////////////////////
	=> content-container 
/////////////////////////////////////////////////////////// */

#content-container {
}

#content-main {
	width:389px;
	padding:409px 43px 0 43px;
	float:left;
}

#content-main h2 {
	width:389px;
	height:78px;
	text-indent:-9999px;
	background:url(../images/bg-h2.gif) no-repeat;
	margin-bottom:20px;
}

#content-sidebar {
	width:475px;
	height:572px;
	background:url(../images/branding.gif) no-repeat;
	float:left;
	position:relative;
}

h1#branding a {
	width:389px;
	height:572px;
	display:block;
	position:absolute;
	left:43px;
	top:0px;
	text-indent:-9999px;
	background:none;
}

/* ///////////////////////////////////////////////////////////
	=> footer 
/////////////////////////////////////////////////////////// */

#footer {
        margin-top: 30px;
    height: 30px;
}

.imda{
    padding: 0px !important;
    margin: 20px 10px !important;
    line-height: 13px;    
}
body.imda{
    background-image: none;
    background-color: white;
}
.imda h1{
    margin: 10px 0px;
}









#content-main.imda h2{
	margin: 0px;
	background-image: none;
	text-indent:0px;
	height: auto;
	width: auto;
	margin-bottom: 4px;
	line-height: 1.5em;
}

#content-main.imda p{
	margin: 10px 0px;
}

.imda-sidebar {
    height: 25vw !important;
    width: 25vw !important;
    background-size: contain !important;
}

.imda-con {
    width: auto !important;
}
