* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-image:url(bilder/backgrounds/bgmain.jpg);
	background-repeat:repeat-x;
	list-style-image:url(bilder/layout/listpoint.png);
	list-style-position:inside;
}
a {
	color: #0E1148;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 790px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 282px;
	
}
#header_sc_con{
	width:790px;
	height:100px;
	padding:0px;
	text-align:right;
	color:#FFF;
}
#header_sc_con a{
	color:#FFF;
}
#logo{
	width:320px;
	hight:182px;
	float:left;
	padding:49px 0px 43px 17px;
}
#image{
	width:225px;
	height:182px;
	float:right;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 233px solid transparent;
	border-right: 138px solid transparent;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 419px;
	background-image:url(bilder/backgrounds/bg_content_top_alpha.png);
	background-repeat:no-repeat;
	
	float: left;
	overflow: hidden;
	margin-right: -100%;
	margin-bottom:13px;
}
#content {
	padding: 27px 40px 27px 27px;
	min-height:361px;
}
#con_foot{
	width:419px;
	height:14px;
	background-image:url(bilder/backgrounds/bg_content_down_wide.jpg);
	background-repeat:no-repeat;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 233px;
	height:429px;
	position: relative;
	background-image:url(bilder/backgrounds/bg_nav_kl.png);
	background-repeat:no-repeat;
	left: -233px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -138px;
	padding:27px 0px 0px 0px;
	width: 138px;
	height:416px;
	background-image:url(bilder/backgrounds/bg_sidecontent.jpg);
	background-repeat:no-repeat;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 190px;
	width:790px;
	background-image:url(bilder/backgrounds/bg_footer_star.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:13px 13px 13px 13px;
	text-align:center;
}
