a:link
{
	color: #313131;
}
a:visited
{
	color: #313131;
}
a:hover, a:active
{
	color: #EEA11B;
}
td, th, p, li
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


.aufreissernewsletter{
font: 13px verdana, geneva, lucida, arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #4b4b4b;
}

.aufreissernewsletter1{
font: 13px verdana, geneva, lucida, arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #ff6600;
}



.tborder
{
	background: #CECDCD;
	color: #000000;
}
.tcat
{
	background: #E2E1E1 url(img/gradient_thead.gif) repeat-x top left;
	color: #4B4B4B;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom: 2px solid #F4A741;
}

.navbar
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


.tborder
{
	background: #CECDCD;
	color: #000000;
}

.alt1, .alt1Active
{
	background: #F5F4F4;
	color: #4B4B4B;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}
.alt2, .alt2Active
{
	background: #E9E8E8;
	color: #4B4B4B;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.thead
{
	background: #AA998D url(img/gradient_tcat.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

a.navtop{
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}
.header1{
	color: #FFFFFF;
	font-weight: bold;
}


.minimeta{
font: 3px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

.baskethead{
font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #4b4b4b;
}

INPUT {
	BORDER-RIGHT: #9d9d9d 1px solid; BORDER-TOP: #9d9d9d 1px solid; FONT-SIZE: 10px; BACKGROUND: #ecffff; BORDER-LEFT: #9d9d9d 1px solid; COLOR: #003366; BORDER-BOTTOM: #9d9d9d 1px solid; FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva, sans-serif
}

INPUT.basket {
	BORDER-RIGHT: #9d9d9d 0px solid; BORDER-TOP: #9d9d9d 0px solid; FONT-SIZE: 10px; BACKGROUND: #f5f4f4; BORDER-LEFT: #9d9d9d 0px solid; COLOR: #003366; BORDER-BOTTOM: #9d9d9d 0px solid; FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva, sans-serif
}


INPUT.front {
	BORDER-RIGHT: #aaaaaa 1px solid; BORDER-TOP: #aaaaaa 1px solid; FONT-SIZE: 10px; BACKGROUND: #FFFFFF; BORDER-LEFT: #aaaaaa 1px solid; COLOR: #003366; BORDER-BOTTOM: #aaaaaaa 1px solid; FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva, sans-serif
}

INPUT.front1 {
	BORDER-RIGHT: #aaaaaa 1px solid; BORDER-TOP: #aaaaaa 1px solid; FONT-SIZE: 11px; BACKGROUND: #FFFFFF; BORDER-LEFT: #aaaaaa 1px solid; COLOR: #003366; BORDER-BOTTOM: #aaaaaaa 1px solid; FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva, sans-serif
}

SELECT {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 11px; BACKGROUND: #eeeedd; BORDER-LEFT: #cccccc 1px solid; COLOR: #003366; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva, sans-serif
}


.dhtmlwindow{
position: absolute;
border: 1px solid gray;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 11px Arial;
background-color: #d7d2cf;
color: black;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}