/* CSS Document */


body {
	background-color:#274e70;
	background-image:url(Bilder/hg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;	
}

/* ------------ Layout ------------ */



.linie_grau {
	background-image: url(Bilder/linien_grau.gif);
	background-repeat: repeat-y;
}	

.linie_blau{
	background-image: url(Bilder/linien_blau.gif);
	background-repeat: repeat-y;
}	

INPUT, SELECT, OPTION, TEXTAREA 
	{ 
	BORDER-COLOR: #274e70; 
	FONT-FAMILY: Arial, Helvetica; 
	FONT-SIZE: 8pt;
	background-color: #d5e5ec; 
	border: 1px solid #274e70;
	}	
	
ul {
	margin-left: 0;
	padding-left: 0;
}

li {
	list-style-position: inside;
	list-style-image: url(Bilder/liste.gif);
	list-style-type: none;
	line-height: 14px;	
}

/* ------------ Schrift ------------ */
a:link { color: #274e70; text-decoration: none; }
a:visited { color: #274e70; text-decoration: none; }
a:hover { color: #274e70; text-decoration: underline; }
a:active { color: #274e70; text-decoration: underline; }


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-image: url(Bilder/linie-menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.menu a:link { color: #000000; text-decoration: none; }
.menu a:visited { color: #000000; text-decoration: none; }
.menu a:hover { color: #000000; text-decoration: underline; }
.menu a:active { color: #000000; text-decoration: underline; }

.shop-navi { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.shop-navi a:link { color: #FFFFFF; text-decoration: none; }
.shop-navi a:visited { color: #FFFFFF; text-decoration: none; }
.shop-navi a:hover { color: #FFFFFF; text-decoration: underline; }
.shop-navi a:active { color: #FFFFFF; text-decoration: underline; }


.text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text-bold { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.text-bold  a:link { color: #000000; text-decoration: none; }
.text-bold  a:visited { color: #000000; text-decoration: none; }
.text-bold  a:hover { color: #000000; text-decoration: underline; }
.text-bold  a:active { color: #000000; text-decoration: underline; }

.brot_verdana_mg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.brot_verdana_fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
