
/* HTML-Elemente */

body
{
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#384aa0;
}

td
{
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#000000;
}

input, select, option
{
	font-family:Verdana,Arial,sans-serif;
	color:#000000;
	font-size:10px;
	
}

form
{
	display:inline;
}



a:link 		{ text-decoration:none;color:#000000;font-size:11px;font-weight:normal; }
a:active 	{ text-decoration:none;color:#000000;font-size:11px;font-weight:normal; }
a:visited	{ text-decoration:none;color:#000000;font-size:11px;font-weight:normal; }
a:hover 	{ text-decoration:underline;color:#000000;font-size:11px;font-weight:normal; }

/* HotzoneCML-FIX für für fette Verlinkungen */
strong > a:link, strong > a:active, strong > a:visited, strong > a:hover { font-weight:bold; }

a.cml:link 		{ text-decoration:none;color:#000000;font-size:11px; }
a.cml:active 	{ text-decoration:none;color:#000000;font-size:11px; }
a.cml:visited	{ text-decoration:none;color:#000000;font-size:11px; }
a.cml:hover 	{ text-decoration:underline;color:#000000;font-size:11px; }


a.white:link 	{ text-decoration:none;color:#ffffff;font-size:12px;font-weight:normal; }
a.white:active 	{ text-decoration:none;color:#ffffff;font-size:12px;font-weight:normal; }
a.white:visited { text-decoration:none;color:#ffffff;font-size:12px;font-weight:normal; }
a.white:hover 	{ text-decoration:underline;color:#ffffff;font-size:12px;font-weight:normal; }

a.white_small:link 	{ text-decoration:none;color:#ffffff;font-size:10px;font-weight:normal; }
a.white_small:active 	{ text-decoration:none;color:#ffffff;font-size:10px;font-weight:normal; }
a.white_small:visited { text-decoration:none;color:#ffffff;font-size:10px;font-weight:normal; }
a.white_small:hover 	{ text-decoration:underline;color:#ffffff;font-size:10px;font-weight:normal; }

a.ProductLink:link { text-decoration:none;color:#000000;font-size:11px;font-weight:normal; }
a.ProductLink:active { text-decoration:none;color:#000000;font-size:11px;font-weight:normal; }
a.ProductLink:visited { text-decoration:none;color:#000000;font-size:11px;font-weight:normal; }
a.ProductLink:hover { text-decoration:underline;color:#000000;font-size:11px;font-weight:normal; }

a.smallBold:link { text-decoration:none;color:#000000;font-size:10px;font-weight:bold; }
a.smallBold:active { text-decoration:none;color:#000000;font-size:10px;font-weight:bold; }
a.smallBold:visited { text-decoration:none;color:#000000;font-size:10px;font-weight:bold; }
a.smallBold:hover { text-decoration:underline;color:#000000;font-size:10px;font-weight:bold; }

a.bold:link { text-decoration:none;color:#000000;font-size:11px;font-weight:bold; }
a.bold:active { text-decoration:none;color:#000000;font-size:11px;font-weight:bold; }
a.bold:visited { text-decoration:none;color:#000000;font-size:11px;font-weight:bold; }
a.bold:hover { text-decoration:underline;color:#000000;font-size:11px;font-weight:bold; }

a.searchNaviBig:link { text-decoration:underline;color:#000000;font-size:13px;font-weight:bold; }
a.searchNaviBig:active { text-decoration:underline;color:#000000;font-size:13px;font-weight:bold; }
a.searchNaviBig:visited { text-decoration:underline;color:#000000;font-size:13px;font-weight:bold; }
a.searchNaviBig:hover { text-decoration:none;color:#000000;font-size:13px;font-weight:bold; }

a.boldRed:link { text-decoration:none;color:#fe0003;font-size:11px;font-weight:bold; }
a.boldRed:active { text-decoration:none;color:#fe0003;font-size:11px;font-weight:bold; }
a.boldRed:visited { text-decoration:none;color:#fe0003;font-size:11px;font-weight:bold; }
a.boldRed:hover { text-decoration:underline;color:#fe0003;font-size:11px;font-weight:bold; }

a.content_menu_inactive:link {background-color: #b2bef2; color:#000000; text-decoration:none;}
a.content_menu_inactive:active {background-color: #b2bef2; color:#000000; text-decoration:none;}
a.content_menu_inactive:visited {background-color: #b2bef2; color:#000000; text-decoration:none;}
a.content_menu_inactive:hover {background-color: #d0ddff; color:#000000; text-decoration:none;}

a.content_menu_active:link {background-color: #b2bef2; color:#000000;  text-decoration:none; font-weight:bold;}
a.content_menu_active:active {background-color: #b2bef2; color:#000000;  text-decoration:none; font-weight:bold;}
a.content_menu_active:visited {background-color: #b2bef2; color:#000000;  text-decoration:none; font-weight:bold;}
a.content_menu_active:hover {background-color: #d0ddff; color:#000000;  text-decoration:none; font-weight:bold;}

a.rss:link { text-decoration:underline;color:#000000;font-size:10px;font-weight:bold; }
a.rss:active { text-decoration:underline;color:#000000;font-size:10px;font-weight:bold; }
a.rss:visited { text-decoration:underline;color:#000000;font-size:10px;font-weight:bold; }
a.rss:hover { text-decoration:none;color:#000000;font-size:10px;font-weight:bold; }

/* Hintergrundfarben */

.bgcolor_dummy		{ background-color:#EFEFEF; }

/* Schriftgrössen */

.bigger	{ font-size:19px; }
.big	{ font-size:12px; }
.small	{ font-size:10px; }

/* Schriftfarben */

.color_dummy		{ color:#990000; }
.color_white		{ color:#FFFFFF; }
.red				{ color:#cf0f0f; }

/* Schriftformatierungen */

.bold			{ font-weight:bold; }
.vtop			{ vertical-align:top; }
.center			{ text-align:center; }
.right			{ text-align:right; }
.lowercase		{ text-transform:lowercase; }
.uppercase		{ text-transform:uppercase; }
.underline		{ text-decoration:underline }
.linethrough 	{ text-decoration:line-through }

/* Hintergrundfarben */

.bg_guidednav { background-color:#999999; }
.bg_white { background-color:#ffffff; }
.bg_grey { background-color:#7f7f7f; }
.bg_black { background-color:#000000;text-decoration:none; }
.bg_light_blue { background-color:#b2bef2; }
.bg_grey { background-color:#666666; } 


/* Inputfelder */
.inputText { background-color:#b2bef2; border:1px solid #384aa0; }

.style_msg_error   			{ font-family:Verdana;font-size:11px;color:#fe0003;font-weight:bold; }
.style_msg_success			{ font-family:Verdana;font-size:11px;color:#008800;font-weight:bold; }
.style_input_error  		{ font-family:Verdana;font-size:11px;border:1px solid #fe0003; }

.produktbeschreibung h1 {font-size:12px;margin:0px;font-weight:bold;}
.produktbeschreibung h2 {font-size:12px;margin:7px 0px 7px 0px;font-weight:bold;}
.produktbeschreibung h3 {font-size:11px;margin:2px 0px 2px 0px;font-weight:normal;}
.produktbeschreibung h4 {font-size:11px;margin:2px 0px 2px 0px;font-weight:normal;}
