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

body {
	background:url(../images/bg_spacer_n/background.jpg) repeat-x black;
  height: 100%;
}

.milch {
  background: url('/images/bg_spacer/milch_darker.png');
  filter: Alpha(opacity=70);
  padding: 0px;
  width: 100%;
  height: 100%;
  vertical-align: center;
  left: 0px;
  text-align: center;
  margin: 0px auto;
  position: absolute;
}

.milch2 {
  padding: 0px;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.flug_center {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

#katalogcenter
{
  /*Alle Browser */
  position: absolute;
  width:100%;
  margin-top: -350px;
  top: 50%;
}

*+html #katalogcenter
{
  /* IE 7 */
  top: 50%;
}


*html #katalogcenter
{
  /* IE 6 */
  top: 50%; 
}


.flug_close {
  font-size: 12px;
  font-weight: bold;
}


img {
	border: none;
}


.spacer_0x75 {
	height: 75px;
	width: 100%;
}

* .admin {
	color: red;
}

.clear {
	clear: both;
}

.menu_list_spacer {
        height: 1px;
	font-size: 1px;
}

.spacer_top {
	position: relative;
	width: 100%;
	height: 60px;
}

.menu_admin_links {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

#tp_inhalt_text_only ul,
#tp_inhalt_text ul {
	margin-left: 20px;
}

/******************************/
/****** Site Structur *********/
/******************************/

#site_container {
	position: relative;
	width: 1200px; /* overwrite in small */
	margin:0px auto;
}

#content {
	position: relative;
}

#menu_left_container {
	width: 406px; /* overwrite in small */
	float: left;
	min-height: 200px;
	border-bottom: 1px solid white;
}

#content_container {
	position: relative;
	width: 791px;
	min-height: 430px;
	float: left;
	background: white;
	border-bottom: 1px solid white;
}

#menu_main_container {
	position: relative;
	width: 790px;
	height: 38px;
	border-right: 1px solid white;
	background: url(/images/bg_spacer_n/menu_button_bg.jpg) repeat-x black;
}

/**** Startseite ****/

#start_container {
	position: relative;
	height: 391px;
	width: 789px;
	margin-left: 1px;
	margin-top: 1px;
}

#start_text {
	position: absolute;
	width: 360px;
	height: 340px;
	top: 30px;
	left: 390px;
}

#start_text, #start_text p, #start_text a {
	color: white;
}

#nav_blaettern {
	position: absolute;
	bottom: 20px;
	right: 70px;
}

#nav_blaettern img {
	padding-left: 4px;
}

/**** Menu main *****/

.menu1, .menu1First, .menuActive1, .menuActive1First {
	display: block;
	color: white;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 14px 0px 14px; /* Abstand zwischen den Men�texten */
}

#menu_main_container li {
	position: relative;
	float: left;
	display: block;
	height: 38px;
	border-left: 1px solid black;
	border-right: 1px solid #7e7e7e;
}

.menu1_li, .menu1First_li {
	height: 38px;
	background: url(/images/bg_spacer_n/menu_button_bg.jpg) repeat-x black;
}

.menuActive1_li, .menuActive1First_li {
	height: 38px;
	background: url(/images/bg_spacer_n/menu_button_bg_active.jpg) repeat-x black;
}

.menu1First_span, .menu1_span, .menuActive1First_span, .menuActive1_span {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 38px;
	width: 2px;
	background: url(/images/bg_spacer_n/menu_button_bg_spacer.jpg) no-repeat black;
}

/**** Menu left ****/


#menu_left_topbg {
	width: 404px;
	height: 38px;
	border-left: 1px solid white;
	border-right: 1px solid #7e7e7e;
	background: url(/images/bg_spacer_n/menu_left_top.jpg) 0 0 no-repeat;
}

#menu_left li {
	list-style-type: none;
	height: 36px;
	line-height: 36px;
	background: #666;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 2px solid #cdcdcd;
	border-left: 1px solid white;
}

.menu2, .menuActive2 {
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 13px;
}

/*** Menu Left Bottom ***/

#menu_left_bottom {
	width: 404px;
	background: black;
	height: 391px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 2px solid #cdcdcd;
}

#menu_left_1,
#menu_left_2,
#menu_left_3 {
	height: 120px;
	width: 380px;
	margin-top: 10px;
	margin-left: 11px;
	border-bottom: 1px solid white;
}
#menu_left_3 {
	border-bottom: none;
	margin-top: 8px;
}

#menu_left_3 p{
	margin-top: 25px;
	margin-left: 15px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
}

#partner_ani {
	margin-left: 180px;
	margin-top: -50px;
	width: 198px;
	height: 76px;
}

/*********************************
* header
*********************************/

#header
{
	height:136px;
	width:1195px;
	background:url(../images/bg_spacer_n/header.jpg) no-repeat;
	background-position: right;
	border:1px solid white;
	border-bottom: 5px solid white;
	position:relative;
}

#login_box
{
	position: relative;
	height:40px;
	width:435px;
	background:url(../images/bg_spacer_n/box_bg.jpg) repeat-x;
	padding-left:20px;
}

#logo_div {
	position: absolute;
	right:23px;
	top:40px;
}

#search_field {
	position: relative;
	float: left;
	width: 240px;
	border-right: 1px solid white;
	margin-top: 3px;
}

#b2b_login_container {
	position: relative;
	float: right;
	width: 169px;
	padding-right: 10px;
	text-align: right;
	margin-top: 3px;
}

.search_field_send {
}

.search_field_div {
	position: relative;
	top: -10px;
}

#b2b_login_container label
{
	position: relative;
	top: -10px;
	text-transform:uppercase;
	color:white;
	font-weight: bold;
	font-size: 14px;
}

#search_field label {
	text-transform:uppercase;
	font-size: 11px;
	color:white;
	font-weight: normal;
}
 
#search_submit
{	
	background: transparent;
	border: none;
	height:31px;
	width:31px;
}
 
#search_input
{
	border:1px solid white;
	background:black;
	color: white;
}

#size_switch {
	position: relative;
	top: 5px;
	left: 73px;
	color: white;
}

#size_switch a{
	text-decoration: none;
}


/***** Template inhalt.inc.php *****/

#tp_container {
	position: relative;
	width: 720px;
	margin-left: 71px;
	min-height: 530px;
}

#tp_inhalt_img {
	position: absolute;
	width: 320px;
	height: 485px;
	bottom: 0px;
	right: 0px;
}

#tp_inhalt_text {
	width: 390px;
}


#tp_inhalt_text_only {
	width: 630px;
}

#tp_inhalt_text h1{
	font-size: 24px;
	text-transform: uppercase;
}

/***** Template flash.inc.php *****/

#tp_inhalt_imgflash {
        position: absolute;
        width: 340px;
        height: 460px;
        bottom: 0px;
        right: 0px;
}

#tp_inhalt_textflash {
        width: 370px;
}

#tp_inhalt_text_onlyflash {
        width: 630px;
}

#tp_inhalt_textflash h1{
        font-size: 24px;
        text-transform: uppercase;
}



/***** Size switch *****/

.footLink, .footLinkActive {
	color: white;
}

/***** Footer ***********/

#footer_container {
	clear: both;
	position: relative;
	width: 1195px; /* overwrite in small */
	height: 25px;
	border: 1px solid white;
	background: #ff0000;
	text-align: right;
}

.menu0 {
	position: relative;
}

.menu0 li {
	list-style-type: none;
	position: relative;
	height: 25px;
	float: right;
	border-left: 1px solid #de4e4d;
}

.menuSpecial1,
.menuActiveSpecial1 {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

/***** Product Switch *****/


#product_switch {
	position: relative;
	clear: both;
	width: 1195px;
	
}

.switch_whitespace {
	clear: both;
	position: relative;
	height: 27px;
	width: 1195px;
	background: white;
	border: 1px solid white;
}

#product_switch_cont {
	width: 1197px;
	height: 150px;
	background: white;
}

#product_switch_container {
	width: 1195px;
	height: 150px;
	margin-left: 1px;
	background: white;
}

.arrow_left {
	margin-right: 2px;
}


.arrow_right {
	margin-left: 0px;
}

.angebot_switch_image {
	margin-right: 2px;
}

/**** Glossary ****/

.gutschein_formatzzz {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: none;
	line-height: 110%;
	font-size:14px;
}

.buchstabenact {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

.beschriftung{
	float:left;
	width:170px;
	height:25px;
}

.formfeld{
	width:200px;
	height:25px;
	float:left;
}

.inputtxt{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000; }
}
