body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 165%;
	/*background: #666666
	margin: 0; 
	padding: 0;;*/
	text-align: center;
	color: #333333;
	/*background-image:url(../img/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color: #999999;
	height: 100%;*/
}

#container { 
	width: 990px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	p/*adding: 0;
	background-image:url(../img/layout/bg-con2.jpg);
	background-repeat:repeat-y;
	height: 100%;*/
}
.lastImg {
	margin: 0 auto;
	text-align: left;
	width: 990px;
	padding: 0;
	position: relative;
	top: 5px;
	display:none;
}
#sidebar1 {
	float: right; 
	width: 381px; 
	background: #ffffff;
	padding: 0px 0px;
	margin-right: 5px;
	display:none;
}
#mainContent { 
	margin: 0 386px 0 0;
	padding: 0 0px 0px 5px; 
}

#leftContent {
	width: 538px;
	padding: 15px 30px 45px 30px;
	/*border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;*/
	
} 

#footer {
	border-top: 1px dotted #666666;
	/*border-right: 1px dotted #666666;*/
	padding: 3px 30px;
	width: 920px;
	margin-left: 5px;
	display:none;
}

#printlink {
	margin-top: 15px;
	text-align: right;
	display:none;
}

#header, .breadCrumb {
	display: none;
}

/*** generelle Typo ***/
h1 {
	font-size: 1.4em;
	color: #0E388C;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.05em;
	color: #0E388C;
}

a {
	color: #333333;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}
