/*  css  */

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-style: normal;
    font-weight: lighter;
	background-image: url(../images/bg.png);
}

a {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	color:#FFF;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}

a:active {
	color:#CCC;
	text-decoration: none;
	font-style: normal;
}

h1 {
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
    color: #FFF;
}

h2 {
	font-size:0.9em;
	margin:0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
}

 a img {  
    border: 0 none;
}


img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 1000px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.png);
	margin-top: 20px;
}


/* -----------------Inhalt--------------------- */
#content {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);

}

div#content {
	min-height:600px;
	height:expression(this;
   .scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
	margin:0px;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #fff;
}