﻿html{
	background-color: #bbbbbb;
	background-image: url(../images/default_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: auto;
	width: 775px; 
	background-color: #FFFFFF; 
}
table{
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
}
tr{
	margin: 0px;
	padding: 0px;
}
td{
	margin: 0px;
	padding: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px;
}
img{
	margin: 0px;
	display: block;
}
a{
	margin: 0px;
}
div{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4{
}
h1{
	margin: 0px;
	color: #FFFFFF;
	font-size:20px;
	font-weight: normal;
}
h2{
}
h3{
}
h4{
}
p{
}
ul{
}
li{
}
/* Titelbild */
table.title {
	width: 100%;
	margin-left: 0px;
	border-width: 0px;
}
tr.title{
}
td.title{
}
img.title{
}
/* Titelmenü */
table.title_menu{
	width: 100%;
	text-align:center;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #dd6900; 
}
tr.title_menu{
}
td.title_menu, td.title_menu_last{
	border-left-width: 1px;
	border-top-width: 1px;
}
td.title_menu_left{
	border-left-width: 1px;
	border-top-width: 1px;
	width: 151px;
}
td.title_menu_last{
	border-right-width: 1px;
}

td.shop-design{
	border-color: #888888;
	border-style: solid;	
	border-top-width: 1px;
	font-size:0px;
}
span.title_menu_outer{
	width: 100%;
	height: 18px;
	padding-top: 2px;
	display: block;
	cursor: pointer;
}
a.title_menu{
	color: #FFFFFF;
	text-decoration: none;
}
/* Bilder */
table.subtitle{
	text-align: left;
}
tr.subtitle{
}
td.subtitle_left{
	border-left-width: 1px;
	border-top-width: 1px;
	width: 151px;
}
td.subtitle_center{
	border-left-width: 1px;
	border-top-width: 1px;
	width: 310px;
}
td.subtitle_right{
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	width: 310px;
}

img.subtitle{
}
/* Überschrift */
table.subtitle_txt{
	width: 100%;
	background-color: #dd6900; 
}
tr.subtitle_txt{
}
td.subtitle_txt_left{
	height: 28px;
	border-left-width: 1px;
	border-top-width: 1px;
	width: 151px;
}
td.subtitle_txt_right{
	color: #FFFFFF;
	font-size:20px;
	padding-left: 24px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
}
/* Tabelle für Inhalt */
table.content_frame{
	width: 100%;
}
tr.content_frame{
}
td.content_frame_left_top{
	vertical-align: top;
	text-align: left;
	width: 152px;
	background-color: #dd6900;; 
}
td.content_frame_left_middle{
	vertical-align: top;
	text-align: left;
	background-color: #dd6900;; 
}
td.content_frame_left_bottom{
	vertical-align: bottom;
	text-align: left;
	background-color: #dd6900;; 
}
td.content_frame_right{
	vertical-align: top;
	text-align: left;
	border-right-width: 1px;
}
/* Menü */
table.content_menu{
	border-width: 0px;
	background-color: #7B76A1;
	width: 100%;
	border-left-width: 1px;
	color: #FFFFFF;
}
tr.content_menu{
}
td.content_menu, td.content_menu_last{
/*	height: 28px;*/
	border-top-width: 1px;
}
td.content_menu_last{
	border-bottom-width: 1px;
}
/* Balken unten */
table.footer_top{
	width: 100%;
	background-color: #dd6900;;
	height: 20px;
}
tr.footer_top{
}
td.footer_top1{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	width: 130px;
	background-color: #888888;
}
td.footer_top2{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	background-color: #E98703;
}
td.footer_top3{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	background-color: #FF8000;
	width: 225px;
}
td.footer_top4{
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #aaaaaa;
}
table.footer_bottom{
	width: 100%;
	background-color: #dd6900;;
	height: 30px;
}
tr.footer_bottom{
}
td.footer_bottom{
	text-align:right;
	padding-right: 40px;
}

table.shadow{
	width: 100%;
	height: 100%;
}

td.shadow_corner{
	width: 10px;
	height: 10px;
	background-image:url(../images/shadow_corner.gif);
	background-repeat: no-repeat;
	font-size: 5px;
}
td.shadow_top{
	background-image:url(../images/shadow_top.gif);
	background-repeat:repeat-x;
	font-size: 5px;
}
td.shadow_left{
	font-size: 5px;
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;
}
td.shadow_content{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-right: 20px;
	padding-top: 0px;
	font-size: 14px;
}


