@CHARSET "ISO-8859-1";

BODY{
	background-color: white;
	margin:0px;
	padding:0px;
	
		font-family: verdana, arial, sans-serif;
}

A {
	text-decoration: none;
	color: Black;
	cursor: pointer;
}

A:hover{
	text-decoration: underline;
	color: #363636;
}

H1,H2,H3,H4,H4, H5{
	margin: 0px;
}

DIV#widget DIV#header{
	background-image: url(../bilder/widget/header.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 50px;
}

DIV#widget DIV#content{
	background-image: url(../bilder/widget/main_bg.png);
	background-repeat: repeat-y;
	width: 500px;
	height: 270px;
}

DIV#widget DIV#footer{
	background-image: url(../bilder/widget/footer.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 30px;
}

DIV#widget_konfigurator{
	margin:4px;
	border: 1px solid black;
	background-color: white;
}

DIV#widget_konfigurator DIV#header{
	background-image: url(../bilder/widget/konfigurator_header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 53px;
	margin-bottom: 2px;
}

DIV#widget_konfigurator DIV#header IMG{
    float: right;
}

DIV#widget_konfigurator DIV#content{
	background-color: white;
	width: 800px;
}

DIV#widget_konfigurator DIV.page_header DIV.corner{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 16px;
	height: 15px;
	background-image: none;
}

DIV#widget_konfigurator DIV#footer{
	width: 800px;
	height: 30px;
}

DIV.item_break{
	border-left: 1px solid black;
	height: 250px;
	width: 5px;
	float: left;
}

DIV.item_high{
	margin: 0px;
	margin-left: 13px;
	margin-right: 13px;
	width: 210px;
	padding: 5px;
	float:left;
}

DIV.item_high H4{
	width: 210px;
	margin:0px;
	font-size: 12px;
	margin-bottom: 2px;
}

DIV.item_high H4.center{
	text-align: center;
}

DIV.item_high H5{
	width: 210px;
	margin:0px;
	font-size: 10px;
	margin-bottom: 10px;
	color: grey;
}

DIV.item_high H5 A{
	color: grey;
}


DIV.item_high P{
	font-size: 10px;
	line-height: 1.5em;
}

DIV.item_high DIV.image{
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

DIV.item_high DIV.image_left{
	margin: 5px;
	margin-left: 0;
}

DIV.item_high A.button.medium{
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
