@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#831819;
}
/* Background image*/
html,body,#container-aussen {
	width:100%;
	height:100%;
	overflow:hidden;
}
#container-aussen {
	margin: auto 0;
	text-align: center;
	position:absolute;
	top:4px;
	z-index:70;
	overflow:auto;
}
#bg {
	position:absolute;
	width:100%;
	height:100%;
}
*html #bg {
	margin-left: -50%;
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}
table {
	alignment-adjust:center;
}
img {
	border:none;
}
div {
	border:none;
}

/* Links */
a:link {
	text-decoration:none;
	color:#831819;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#831819;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ba331f;
}
a:active {
	text-decoration:none;
	font-weight:bold;
	color:#831819;
}

/* Webstructure imgs*/
#container {
	alignment-adjust:auto;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#header a {
	position:relative;
	float:left;
	width:1024px;
	height:113px;
	background-image:url(../images/webstructure/header.png);
}
#menu {
	position:relative;
	float:left;
	width:1024px;
	height:49px;
}
#menu ul {
	position:relative;
	float:left;
	width:1024px;
	height:49px;
	list-style:none;
	text-align:center;
	line-height:2.4;
	font-size:20px;
}
#menu ul li {
	position:relative;
	float:left;
	display:inline;
}
#menu #m_home a {
	position:relative;
	float:left;
	width:252px;
	height:49px;
	background-image:url(../images/webstructure/m_home.png);
}
#menu #m_unternehmen a {
	position:relative;
	float:left;
	width:260px;
	height:49px;
	background-image:url(../images/webstructure/m_unternehmen.png);
}
#menu #m_bestellen a {
	position:relative;
	float:left;
	width:260px;
	height:49px;
	background-image:url(../images/webstructure/m_bestellen.png);
}
#menu #m_links a {
	position:relative;
	float:left;
	width:252px;
	height:49px;
	background-image:url(../images/webstructure/m_links.png);
}

#m_home_active {
	position:relative;
	float:left;
	width:252px;
	height:13px;
	background-image:url(../images/webstructure/active/m_home_active.png);
}
#m_unternehmen_active {
	position:relative;
	float:left;
	width:260px;
	height:13px;
	background-image:url(../images/webstructure/active/m_unternehmen_active.png);
}
#m_bestellen_active {
	position:relative;
	float:left;
	width:260px;
	height:13px;
	background-image:url(../images/webstructure/active/m_bestellen_active.png);
}
#m_links_active {
	position:relative;
	float:left;
	width:252px;
	height:13px;
	background-image:url(../images/webstructure/active/m_links_active.png);
}

#m_home_passive {
	position:relative;
	float:left;
	width:252px;
	height:13px;
	background-image:url(../images/webstructure/passive/m_home_passive.png);
}
#m_unternehmen_passive {
	position:relative;
	float:left;
	width:260px;
	height:13px;
	background-image:url(../images/webstructure/passive/m_unternehmen_passive.png);
}
#m_bestellen_passive {
	position:relative;
	float:left;
	width:260px;
	height:13px;
	background-image:url(../images/webstructure/passive/m_bestellen_passive.png);
}
#m_links_passive {
	position:relative;
	float:left;
	width:252px;
	height:13px;
	background-image:url(../images/webstructure/passive/m_links_passive.png);
}

#margin_left {
    position:relative;
    float:left;
    width:52px;
	background-image:url(../images/webstructure/margin_left.png);
}
#text_left {
    position:relative;
    float:left;
    width:600px;
    
	text-align:left;
	background-image:url(../images/webstructure/text_left.png);
}
#white_nothing {
	position:relative;
    float:left;
    width:77px;
	
	background-image:url(../images/webstructure/white_nothing.png);
}
#text_right {
    position:relative;
    float:left;
    width:243px;
    padding-right:52px;
	text-align:right;
	background-image:url(../images/webstructure/text_right.png);
}
#margin_right {
    position:relative;
    float:left;
    width:52px;
	background-image:url(../images/webstructure/margin_right.png);
}

#footer {
    position:relative;
    float:left;
    width:1024px;
	height:28px;
	background-image:url(../images/webstructure/footer.png);
	text-align:center;
}

.normal
{
height: 20px;
width: 200px;
}

.bestellen
{
background-color: #FFFFFF;
border:3px solid #831819;
font-size: 30px;
font-weight: bold;
padding:15px;
}