body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000;
	background:#228340 url('../../images/template/sc/background.jpg') top left repeat-x;
	height: 100%;
}

.clear{
	clear:both;
}

.noprint{
	display:none;
}

img{
	border:0;
}

a{
	text-decoration:underline;
	cursor:hand;
	color:#000;
}



a:hover{
	color:#228440;
	text-decoration:underline;
}

#container{
	width:700px;
	margin:0 auto 0 auto;
	padding:0;
	
	
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header{
	width:555px;
	overflow:hidden;
	margin-bottom:5px;
	position:relative;
	padding-left:0;
}

#header img.logo{
	position:absolute;
	left:320px;
	top:12px;
}

#header a.topnav{
	float:left;
	display:block;
}

#main{
	
}

#left{
	width:140px;
	float:left;
	margin-right:5px;
}

#left ul{
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

#left ul li{
	margin:0;
	padding:0;
}

#left ul li.subnavfirst{
	background-color:#228440;
	padding:0 0 12px 0;
	margin:0 0 4px 0;
}

#left ul li.subnav{
	background-color:#228440;
	padding:12px 0 10px 0;
	margin:0 0 4px 0;
}

#left ul li.act{
	background-color:#228440 !important;
	background-image: url('../../images/template/sc/subnavarea_bg.gif');
	background-repeat:repeat-y;
	background-position:right
}

#right{
	float:left;
	width:555px;
}

#content{
	padding-bottom:20px;
	padding-left:15px;
	padding-bottom:50px;
}

#content h1{
	color:#228440;
	font-size:1.1em;
	margin-top:0;
}

#content h2{
	color:#228440;
	font-size:1em;
	margin-top:0;
	text-transform:uppercase;
	font-weight:normal;
}

#content .content-elem{
	margin-bottom:25px;
	line-height:1.4em;
	
}

#sidebar{
	float:right;
	/*width:185px;*/
	background-color:#f2f4f9;
	margin-left:20px;
}

#sidebar .sidebar-elem{
	margin-bottom:10px;
	line-height:1.4em;
}

#sidebar h3{
	padding:10px 10px 10px 10px;
	background-color:#bfcbe0;
	color:#000;
	font-size:1.1em;
	margin-top:0;
}

.impressum{
	border-top:1px solid gray;
	color:gray;
	padding:10px 20px 10px 15px;
	width:520px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	display:none;
}

input[type=text]{
	border:0;
	width:200px;
	font-size:0.9em;
	padding:2px;
	background-color:#cbf3d7;
}

input[type=radio],input[type=checkbox]{
	border:0;
}

textarea{
	background-color:#cbf3d7;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:2px;
}

input[type=button], input[type=submit], input[type=reset]{
	background:none;
	background-color:#228440;
	font-size:1em;
	border:0;
	padding:2px;
	color:#fff;
}

table#contact, table#order{
	width:320px;
}

table#contact tr td.firstcol{
	width:100px;
}

table#contact tr td{
	
}

form{
	display:none;
}

form#order input[type=text]{
	width:120px;
}

form#contact input[type=text]{
	width:140px;
}

select{
	font-size:1em;
}

table{
	border-spacing:0;
}

table tr td{
	padding:0;
	height:25px;
}

div#sidebar div.whitelist ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#sidebar div.whitelist ul li{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #fff;
}



div#sidebar div.bulletlist {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url('../../images/template/sc/bullet.gif');
	background-repeat:no-repeat;
	background-position:0 11px;
}



