/*  coool blue 41,117,188 */

body
{
	margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: black; background-repeat: repeat-y; background-color: rgb(180,200,222);
}


input
{
	border-width: 1px; border-style: solid; border-color: rgb(153,153,153); background-color: rgb(255,255,255);
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.textfield
{
	width: 200px;
}

table
{
	font-size: 8pt;
}

input:hover
{
	border-color: black; 
}

input:focus
{
	border-color: black; 
	background-color: rgb(217,255,0);
}

input.button
{
	border-width: 2px;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	color: white;
	padding: 2px;
	background-color: rgb(51,51,51);
	cursor: pointer; 
	cursor: hand;
	
}

input.noformat
{
	border-width: 0px;
}



.error
{
	border: 2px;
	border-style: solid;
	padding: 5px;
	font-weight: bold;
	border-color: rgb(204,0,0);
	color: rgb(204,0,0);
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgb(255,255,255);
}

.error a
{
	text-decoration: underline;
	color: black;
}





form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}


div.padd5
{
	padding: 5px;
}


div.padd10
{
	padding: 10px;
}


a
{
	color: rgb(255,0,102);
	text-decoration: none;
}


a.green
{
	color: rgb(217,255,0);
}

#head
{
	position: relative; height: 145px; 
}

#head h1
{
	position: absolute; font-size: 10pt; color: white;
}


#head img.teaser
{
	position: absolute;
	z-index: 1;
}

#userarea
{
	position: absolute; right: 0px; background-color: rgb(25,25,25); height: 35px; color: white; width: 590px; line-height: 35px; vertical-align: middle; z-index: 100;
}

#registerbutton
{
	font-weight: bold; float: left; background-color: rgb(255,0,102); height: 35px;  color: white;
	padding: 0px 10px 0px 10px;
}

#userarea input.text
{
	height: 12px; width: 80px; vertical-align: middle;
}


#userarea input.text:hover
{
	background-color: white;
}

#userarea input.text:focus
{
	background-color: rgb(217,255,0);
}

#userarea input.button
{
	vertical-align: middle;
	color: white;
	font-weight: bold;
	font-size: 7pt;
}




/* MAINMENU */

#mainmenu
{
	position: absolute; bottom: 0px; right: 0px; height: 22px; background-color: rgb(74,74,74); width: 620px; background-image: url('../images/mainmenu_background.png'); line-height: 22px; z-index: 99;
}


#mainmenu div.activeitem,
#mainmenu div.item
{
	float: left; height: 22px; padding: 0px 15px 0px 15px;
}


#mainmenu div.activeitem
{
	background-color: rgb(255,0,102); background-image: url('../images/mainmenu_active_background.png');
}


#mainmenu div.activeitem a,
#mainmenu div.item a
{
	font-weight: bold; font-size: 10pt; color: white; text-decoration: none; 
}

#mainmenu div.item a
{
	color: rgb(235,235,235);
}

#mainmenu div.item a:hover
{
	color: white;
}



#mainmenu img
{

	float: left;
}




/* END MAINMENU */



/* SUBMENU */

#submenu,
#shoppingcart
{
	padding: 5px;
	text-align: right;
	line-height: 1.2em;
	font-size: 8pt;
}

#submenu,
#submenu div.title,
#submenu a
{
	color: white;
}




#shoppingcart,
#shoppingcart div.title
{
	color: black;
}


#submenu div.submenu a
{
	font-size: 7pt; 
	margin-right: 5px;
}


#shoppingcart a,
#submenu a
{
	text-decoration: none;
	display: block;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}
#shoppingcart a
{
	color: rgb(255,0,102);
	
}



#submenu div.title,
#shoppingcart div.title
{
	font-weight: bold;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
}


#submenu div.group,
#shoppingcart div.group
{
	margin: 0em 0em 2em 0em;
}





/* END SUBMENU */




/* MENU Anpassung an Bereichfarben */





#winter input.button,
#winter #submenu
{
	background-color: rgb(26,87,153);
}

#winter #contextmenu div.area,
#winter #shoppingcart
{
	background-color: rgb(237,243,248);
}

#winter #submenu a:hover
{
	background-color: rgb(99,140,186);
}
#winter #submenu #shoppingcart a:hover
{
	background-color: rgb(255,0,102);
	color: white;
}

#winter #submenu a.active,
#winter #submenu div.submenu a.active
{
	color: rgb(217,255,0);
}

#winter #submenu div.submenu a
{
	color: rgb(182,201,223);
}




/* END MENU Anpassung an Bereichfarben */



/* CONTENT */

#content
{
	position: relative; padding: 10px; line-height: 1.5em;
	font-size: 8pt;
	text-align: justify;
}

#content h1
{
	color: black; padding: 0px; font-weight: bold; font-size: 10pt; margin: 0px 0px 0.5em 0px;
}


#content h2
{
	color: rgb(74,74,74); padding: 0px; font-weight: bold; font-size: 10pt; margin: 0.5em 0px 0px 0px;
}

#content h3
{
	font-size: 10pt;
	font-weight: bold;
	color: rgb(102,102,102);
	margin: 0em 0em 0.5em 0em;
}

#content h4
{
	font-size: 8pt;
	font-weight: bold;
	margin: 0em 0em 0.5em 0em;
}

#content h5
{
	margin: 0px 0px 0.2em 0px; font-size: 8pt;
}



/* END CONTENT */




#footer
{
	clear: both; text-align: left;  margin-top: 2em; padding: 1em 20px 1em 20px; border-width: 1px 0px 0px 0px; border-style: dashed; border-color: rgb(153,153,153);
}


#footer a
{
	color: rgb(153,153,153);
	margin: 0px 20px 0px 0px;
}







table.list
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table.list th
{
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
	padding: 5px;
}

table.list td.light,
table.list td.dark
{
	padding: 5px;
	color: black;
}


table.list tr.light
{
	background-color: rgb(235,235,235);
}


table.list tr.dark
{
	background-color: rgb(245,245,245);
}


table.list a
{
	color: black;
	text-decoration: underline;
}

table.list a.color
{
	color: rgb(255,0,102);
	text-decoration: none;
}




#winter table.list th
{
	background-color: rgb(26,87,153);
}


#winter table.list tr.light
{
	background-color: rgb(245,248,251);
}


#winter table.list tr.dark
{
	background-color: rgb(233,239,245);
}



div.article
{
	position: relative; border-width: 1px; border-color: rgb(153,153,153); border-style: solid; padding: 10px;
}
div.article a img
{
	display: block;
}
div.article h3
{
	padding: 0.5em 0px 0em 0px;
	margin: 0px;
	
}
div.article h3 a
{
	color: rgb(26,87,153);
}

div.article img.icon 
{
	vertical-align: top;
	display: inline;
}

div.articleDetailImage div.ausverkauft,
div.article div.ausverkauft
{
	position: absolute;
	left: -2px;
	top: -2px;
}

div.articleDetailImage
{
	position: relative;
	float: right;
	margin: 0px 0px 20px 20px;
}


