/* CSS Document */
/* --------------------------------------------------- */
/* ---------------- WEBSHOP -------------------------- */
/* --------------------------------------------------- */

.design-top{
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana;
}

.design-content{
	background: #CBCC66;
	color: #000000;
	font-family: Verdana;
	font-size: 12;
	padding: 10px;
}

.design-menu{
	background: #013334;
	color: #FFCC00;
	font-family: Verdana;
	font-size: 12;
}

.design-amenu{
	color: #FFCC00;
	font-family: Verdana;
	font-size: 12;
}

.design-amenu-active{
	color: #FFCC00;
	font-family: Verdana;
	font-size: 12;
}

.design-amenu-sub{
	color: #FFCC00;
	font-family: Verdana;
	font-size: 12;
}

.design-amenu-sub-active{
	color: #FFCC00;
	font-family: Verdana;
}

.design-main{
	color: #FFCC00;
	font-family: Verdana;
}

.font-extra{
	color: #ff0000;
}

.font-pris-mextra{
	text-decoration: line-through;
}

.font-pris-uextra{
}

.font-warn{
	color: #ff0000;
}


.td-menu{
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.td-back{
	background: #CBCC66;
	color: #000000;
}

.td-main{
	background: #CBCC66;
	color: #000000;
}

.td-main-odd{
	background: #CBCC66;
	color: #000000;
}

.td-main-even{
	background: #CBCC66;
	color: #000000;
}

.wysiwyg-body{
	font-family: Verdana;
	font-size: 12;
}

/* --------------------------------------------------- */
/* ---------------- HTML ----------------------------- */
/* --------------------------------------------------- */

body{
	padding: 0px;
	margin: 0px;
	background: #033;
	color: #000000;
	font-family: Verdana;
	font-size: 12;
}
a {
	text-decoration: none;
	color: #336666;
}
a:link, a:visited {
	text-decoration: none;
	color: #336666;
}

a:hover {
	text-decoration: none;
	color: #333333;
	
}

p{
	color: #000000;
	font-family: Verdana;
	font-size: 12;
}

td{
	color: #000000;
	font-family: Verdana;
	font-size: 12;
}

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

h6{
}

h7{
}

input{
	font-size: 12;
}

li{
	font-size: 12;
}
ul{
    font-size: 12;
    margin: 0px,0px,0px,10px;
    padding: 10px,10px,10px,10px;
    text-indent: 0px;
    list-style-type: square;
}
.menu_table_text {
    padding: 10px;
    text-decoration: none;
	color: #d6d6ad;
	font-weight: {a-font-weight}
	font-family: {font-family};
	font-size: {font-size};
}
a.menu_table_text {
    padding: 10px;
    text-decoration: none;
	color: #d6d6ad;
	font-weight: {a-font-weight}
	font-family: {font-family};
	font-size: {font-size};
}
a.menu_table_text:visited {
    padding: 10px;
    text-decoration: none;
	color: #d6d6ad;
	font-weight: {a-font-weight}
	font-family: {font-family};
	font-size: {font-size};
}
a.menu_table_text:active {
    padding: 10px;
    text-decoration: none;
	color: #d6d6ad;
	font-weight: {a-font-weight}
	font-family: {font-family};
	font-size: {font-size};
}
a.menu_table_text:hover {
    padding: 10px;
    text-decoration: underline;
	color: #FFFFFF;
	font-weight: {a-font-weight}
	font-family: {font-family};
	font-size: {font-size};
}
