body {
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

.white {
	color: #FFFFFF;
}
.blue {
	color: #00467E;
}
.bright_blue {
	color: #3275AC;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;	
}

input.text_input {
  border: 1px solid #9BC5D5;
}

.radiobutton,.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
}

a {
	color: #00467E;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.submenu {
	font-weight: normal;
}

.submenu_selected {
	color: #FFFFFF;
	background: #00467E;
	font-weight: normal;
}

.box_link {
	font-weight: normal;
	text-decoration: none;	
}

.box_link_bright {
	color: #3275AC;
	font-weight: normal;
	text-decoration: none;
}

.main_menu {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.main_menu_selected {
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}
.main_menu:hover,.main_menu_selected:hover {
	text-decoration: underline;
}

.footer_menu {
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 9px;
}
.footer_menu_selected {
	color: #000000;
	text-decoration: none;	
	font-size: 9px;	
}
.footer_menu:hover,.footer_menu_selected:hover {
	text-decoration: underline;
}

.warenkorb {
	color: #00467E;
	text-decoration: none;
	font-weight: normal;	
}

h1 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;	
}

h2 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
}

.print_only {
	display: none;
}

.no_border, img {
	border: none 0px;
}

.framed {
	border: 1px solid #CCCCCC;
}

.button {
	background-color: #EEEEEE;
}

form {
	margin: 0px;
}

