@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 100px;
}
#page {
	width: 850px;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	background-color: FFFFF0;
}

#logo {
	position: absolute;
	height: 100px;
	width: 275px;
	left: 0px;
	top: 0px;
	background-image: url(../images/mw-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}
#head {
	background-color: #FFFFF0;
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#content {
	position: absolute;
	width: 500px;
	left: 10px;
	top: 200px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: lighter;
	font-variant: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #333333;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	font-weight: bolder;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding: 10px;
	color:#333333;
}
#content h3 {
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	color:#333333;
	line-height: 24px;
}
#content ul {
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	padding: 10px;
	color:#333333;
	line-height: 24px;
}
#content  li {
	margin: 0px;
	padding: 0px;
}

#content a, #content a:active, #content a:visited {
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px #FF3300 dotted;
}

#content a:hover {
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px #FF3300 solid;
}
#content img {
	border: 1px solid #cccccc;
	padding: 3px;
	float:left;
	margin-right:5px;
}
#left {
	position: absolute;
	width: 260px;
	left: 510px;
	top: 200px;
	background-color: #FFFFFF;
	z-index: -1;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right {
	position: absolute;
	width: 275px;
	left: 510px;
	top: 500px;
	background-color: #FFFFFF;
	z-index: -1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#navigation {
	margin: 0px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
#nav1 {
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	left: 0px;
	top: 0px;
}
#nav1 img {
	float: left;
}

#nav1 span {
	background-image: url(../images/nav1bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
}

#nav1 a, #nav1 a:visited, #nav1 a:active {
	float: left;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	color: #000000;
	text-decoration: none;
}

#nav1 a:hover {
	text-decoration:underline;
}

#nav2 {
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: absolute;
	left: 0px;
	top: 40px;
}

#nav2 img {
	float: left;
}

#nav2 span {
	background-image: url(../images/nav2bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
}

#nav2 a, #nav2 a:visited, #nav2 a:active {
	float: left;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	color: #000000;
	text-decoration: none;
}

#nav2 a:hover {
	text-decoration:underline;
}
#track {
	height: 0px;
	width: 0px;
}
#contact {
	background-color: #FFFFFF;
	background-image: url(../images/kontakt-bg.jpg);
	background-repeat:no-repeat;
	height:150px;
	padding: 150px 20px 10px 20px;
}
#cnt-frm input, #cnt-frm textarea {
	border: 1px solid #CDCDCD;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	width: 250px;
}
#cnt-frm input:hover, #cnt-frm input:focus, #cnt-frm textarea:hover, #cnt-frm textarea:focus {
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}
#cnt-frm a, #cnt-frm a:active, #cnt-frm a:visited {
	background:#CC0000;
	color:#FFFFFF;
	border: 1px solid #DD0000;
	padding: 5px 100px 5px 100px;
	width: 250px;
	text-decoration:none;
}
#cnt-frm a:hover {
	background:#FF0000;
	color:#FFFFFF;
	border: 1px solid #003333;
	padding: 5px 100px 5px 100px;
	width: 250px;
	text-decoration:none;
}



#branchenbuch {
	background-color: #FFFFFF;
	background-image: url(../images/branchenbuch-bg.jpg);
	background-repeat:no-repeat;
	height:150px;
	padding: 150px 20px 10px 20px;
}


#left h3, #right h3, #branchenbuch h3,  #contact h3 {
	font-size: 12px;
	padding: 0px;
	margin:0 0 10px 0;
	line-height: 14px;
}
#left p, #right p, #branchenbuch p,  #contact p {
	font-size: 12px;
	padding: 0px;
	margin:0px;
	line-height: 14px;
}
#contact a, #contact a:active, #contact a:visited, #branchenbuch a, #branchenbuch a:active, #branchenbuch a:visited {
	color:#ff3300;
	text-decoration:none;
	border-bottom: 1px dotted #ff3300;
	font-weight:bolder;
} 
#contact a:hover, #branchenbuch a:hover {
	color:#ff3300;
	text-decoration:none;
	border-bottom: 1px solid #ff3300;
	font-weight:bolder;
} 

#footer {
	height: 200px;
	width: 100%;
	background-color:#ffffff;
	/*background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	font-size: 10px;
	color: #666666;
	clear: both;
	position: relative;
	left: 0px;
	top: 1500px;
}
#footer a, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration:none;
}
#footer a:hover {
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}
#footer ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 20px 20px 0px 20px;
	color:#efefef;
	float: left;
	width:150px;
}
#footer  li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
#footer p {
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 0px 0px;
}
#breadthumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 20px;
	position: absolute;
	top: 200px;
	left: 20px;
}

#breadthumb a, #breadthumb a:visited, #breadthumb a:active {
	color: #666666;
	text-decoration:none;
}

#breadthumb a:hover {
	color: #666666;
	text-decoration:underline;
}