html, body {
    height:100%;
}

body {
	font-size: 13px;
	font-family:   Garamond, Verdana, Helvetica, Arial, SunSans-Regular, Sans-Serif;
	color:#86c9de;
	background-image: url(transparent);
}

a {
	color: #FFFFFF;
	background-color: #86c9de;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
a.img {
	width:0;
	border-width:0px;
	text-decoration:none;
	text-decoration: none;
	underline: none;
	background: none;
	background-color: transparent;
	border: none;
}
a.img:visited {
	background: none;
	background-color: transparent;
}
a.img:hover {
    background: none;
	background-color: transparent;

}
h1 {
	font-size: 10px;
	text-transform:uppercase;
}

h2 {
font-size:12px;
font-weight: normal;
padding: 0px 0px;
margin:0px;}

img.download {
	vertical-align:middle;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 382px;
	background-repeat:no-repeat;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	minimum-height: 96%;
	background-color: #FFFFFF;
	background-image: url(images/mini_bg_slm.png);
	height: 712px;
    text-align: center;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: center;
	margin: 0px;
}
#banner img {
} 

/* -----------------Inhalt--------------------- */
#content {
	padding: 0;
	margin-top: 0;
	margin-right: 320px;
	margin-left: 320px;
	margin-bottom: 50px;
}
div#content { 
}

p, pre{
	margin:0;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	overflow:auto;
	width: 40px;
	padding-bottom: 120px;
	margin-right: 0px;
	margin-bottom: 56px;
	margin-left: 0px;
}
#right {
	float: right;
	width: 304px;
	padding-top: 24px;
	padding-right: 33px;
	overflow:auto;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
/* -----------footer--------------------------- */

#footer {
	clear: both;
	position: relative;
	text-align: center;
	width: 304px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: -120px;
}
/*Opera Fix*/
/*body:before {
	content:"";
	height:100%;
	width:0;
	margin-top:-32767px;/
}*/
