body {
	margin:0px;
	padding:0px;
	background-image:url('../images/bg.gif');
}

a {
	text-decoration:underline;
	color:#0D3D9E;
}

div#header {
	position:relative;
	left:0px;
	top:0px;
	height:200px;
	background-image:url('../images/bg_header.gif');
}
img#logo {
	position:absolute;
	left:270px;
	top:33px;
	display:block;
}
div#sqimg {
	position:absolute;
	left:47px;
	top:0px;
	width:205px;
	height:200px;
	overflow:hidden;
	background-image:url('../images/sqimg/01.jpg');
	border-left:1px solid white;
	border-right:1px solid white;
}
div#topimg {
	position:absolute;
	left:254px;
	top:115px;
	width:548px;
	height:85px;
	border-right:1px solid white;
	overflow:hidden;
	background-image:url('../images/topimg/01.jpg');
}
div#separator_header_middle,
div#separator_middle_footer {
	overflow:hidden;
	height:1px;
	width:300px;
	background-color:white;
}
div#middle {
	background:url('../images/bg_middle.gif');
	background-repeat:repeat-y;
	background-position:left top;
	width:1000px; /* erwuenschter nebeneffekt: "haslayout" im IE aktivieren */
}
div#menucontainer {
	float:left;
	width:253px;
}
/*
div#menucontainer a#shopbutton {
	background:url('../images/bg_menu_shopbutton.gif');
	background-position:left center;
	padding-top:10px;
	padding-bottom:10px;
}
*/
div#menucontainer a#callbackbutton {
	background:url('../images/menu_icon_callback.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-top:10px;
	padding-bottom:10px;
}
div#menucontainer a#livechatbutton {
	background:url('../images/menu_icon_livechat.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}
div#menucontainer a {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px 0px 3px 56px;
	color:#0D3D9E;
	text-decoration:none;
}
div#menu a.expanded {
	font-weight:bold;
}
div#menu a.selected
{
	background:url('../images/bg_menu_selected.gif');
	background-repeat:no-repeat;
	background-position:left center;
}
div#menu a:hover {
	border-right:2px solid #0D3D9E;
	font-weight:bold;
}
div.menuitem_separator {
	background-image:url('../images/bg_menuseparator.gif');
	background-repeat:no-repeat;
	background-position:top left;
	height:1px;
	overflow:hidden;
}
div#menu div.level2 a {
	font-size:12px;
	padding-left:70px;
}
div#menu div.level2 div.menuitem_separator {
	display:none;
}
div#main {
	float:left;
	margin-left:1px;
	width:548px;
}

div#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:15px;
}

div#content h1 {
	font-weight:bold;
	font-size:14px;
	color:#0D3D9E;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#content h2 {
	font-weight:bold;
	font-size:14px;
	color:#333333;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#content p {
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#content table td {
	border:none;
}

div#footer {
	height:150px;
}

div#adresse_right,
div#adresse_footer {
	width:180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0D3D9E;
}

div#adresse_right p,
div#adresse_footer p {
	margin:0px;
	padding:0px;
}

div#adresse_right {
	position:absolute;
	left:825px;
	top:225px;
}

div#adresse_footer {
	margin-left:60px;
	margin-top:10px;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

div#shopbutton {
	position:absolute;
	left:825px;
	top:45px;
	z-index:10;
	width:175px;
	height:26px;
}

div#shopbutton a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

div#shopbutton a img {
	display:inline;
	vertical-align:middle; 
}

div#tagcloud {
	position:absolute;
	left:825px;
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#addthis_container {
	margin-top:25px;
}

div#addthis_container a.addthis_button_compact {
	font-size:12px;
	text-decoration:none;
}

/* PAGE SPECIFIC */

div#news_home {
	background-color:#EBEBEB;
	padding:10px 15px 10px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

div#news_home p {
	margin:5px 0px 5px 0px;
	padding:0px;
}

div#news_home h1 {
	font-size:18px;
	margin-top:0px;
	padding-top:0px;
}

/* LIST */

ul {
	padding-left:20px;
	margin-left:0px;
}
ul li {
	margin-bottom:10px;
	list-style-type:square;
	list-style-image: url('../images/bullet_l1.gif');
}
/* nested list */
ul ul {
	margin-top:10px;
}
ul ul li {
	list-style-type:square;
	list-style-image: url('../images/bullet_l2.gif');
}



/* FORMS */

table.form input.textbox,
table.form textarea
{
	border:1px solid #CCCCCC;
	width:350px;
}

table.form textarea
{
	height:100px;
}

table.form input.submitbutton {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}

table.form td {
	padding-left:0px;
}


/* FLASH BANNER */

div#flashbanner_popup {
	position:absolute;
	left:330px;
	top:0px; /* set by javascript */
	width:400px;
	height:400px;
	border:1px solid #0D3D9E;
	background-color:white;
	z-index:1;
}

div.flashbanner_popup_visible {
	display:block;
}

div.flashbanner_popup_hidden {
	display:none;
}

div#flashbanner_popup_text {
	overflow:auto;
	position:absolute;
	left:15px;
	width:370px;
	top:15px;
	height:340px;
}

div#flashbanner_popup a.closelink {
	position:absolute;
	left:15px;
	top:370px;
	display:block;
	
	text-decoration:underline;
	cursor:pointer;
}

div#flashbanner_popup_text,
div#flashbanner_popup a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.flashbanner_click_hint {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding-left:15px;
}


/* SEARCHCONTROL */

div#searchcontrol input.textbox {
	border:1px solid #CCCCCC;
	width:350px;
}

div#searchcontrol input.submitbutton {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}



div#brand_flash_alt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#brand_flash_alt h1 {
	font-weight:bold;
	font-size:14px;
	color:#0D3D9E;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#sitemap a {
	display:block;
	text-decoration:none;
}

div#sitemap .level2 a {
	padding-left:25px;
}