html {
/*   height:100%;*/
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #5A5F69 url(../images/backgrounds/body.jpg) repeat-x;
	color: #111111;
	margin: 0px 0px 0px 0px;
/*	height: 99%;*/
}

#container_shadow {
	margin-top: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	background: url(../images/shadow1.gif) repeat-y;
}
#shadow_bottom {
	background: url(../images/shadowfooter.jpg) no-repeat;
    position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 988px;
    height: 20px;
    margin-bottom: 20px;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px #6A6969 solid;*/
	width: 974px;
	background-color: #ffffff;
}
#header {
	position: relative;
    background: url(../images/backgrounds/header.jpg) repeat-x;
	height: 94px;
	margin: 0;
	padding: 0;
}
#header h1 {
    position: absolute;
    left: 330px;
    top: 32px;
    color: #646B73;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase ;

}
#logo {
	float: left;
	width: 350px;
	margin: 0;
}
#logo a {
	text-decoration: none;
    color: #ffffff;
}
#logo a img {
    border: 0;
}

#headerlinks {
	float: left;
	margin: 14px 4px 0 0px;
	width: 600px;
/*	height: 65px;*/
	text-align: right;
}
#headerlinks a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #717886;
	text-decoration: none;
    margin-right: 4px;

}
#headerlinks a:hover {
	color: #FFFFFF;
    text-decoration: none;
}
#headerlinks img {
	vertical-align:middle;
    border: 0;
    margin-right: 3px;
}
#headerlinks img.menuseparator {
    width: 1px;
    height: 10px;
}

#mainmenu {
	clear: both;
    height: 43px;
	background-image: url(../images/backgrounds/mainmenu.gif);
	background-repeat: repeat-x;
}
#mainmenu ul {
	float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu #mainsearchform {
    float: right;
    background: url(../images/backgrounds/mainmenuform.jpg) no-repeat right;
    height: 43px;
    min-height: 43px;
    min-width: 100px;
}

#mainsearchform form {
    margin: 0px 10px 0 0;
    padding: 0;
}
#mainsearchform label {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    //top: -1px;
}
#mainsearchform input#searchwords {
    position: relative;
    border: 1px #9EA8B2 solid;
    height: 17px;
    width: 132px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
    top: -1px;
    //top: 0;
}

#mainsearchform input.button {
    position: relative;
    height: inherit !important;
    width: inherit !important;
    border: 0;
    top: 10px;
    //top: 7px;
}
#mainmenu li {
	float: left;
    height: 43px;
}
#mainmenu li.start {
	background-image: url(../images/backgrounds/mainmenu_start.gif);
}
#mainmenu a {
	float: left;
	display: block;
	height: 28px;
	padding: 14px 14px 1px 14px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#mainmenu a.active {
	background-image: url(../images/backgrounds/mainmenu_active.gif);
/*	color: #EC5E00;*/
	color: #ffffff;
	text-decoration: none;

}
#mainmenu a:hover {
	background-image: url(../images/backgrounds/mainmenu_hover.gif);
	text-decoration: underline;
}
#mainmenu li.start a:hover {
	background-image: url(../images/backgrounds/mainmenu_start_hover.gif);
}

#mainmenu a.active:hover, #mainmenu li.start a.active:hover {
	background-image: url(../images/backgrounds/mainmenu_active_hover.gif);
	text-decoration: underline;
}


#mainmenu img.menuseparator {
    float: left;
    height: 43px;
    width: 2px;
}


#submenu {
	clear: left;
	height: 31px;
	background-image: url(../images/backgrounds/submenu.gif);
	background-repeat: repeat-x;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#submenu li {
	float: left;
    height: 31px;
}

#submenu a {
	float: left;
	display: block;
	height: 21px;
	padding: 9px 14px 1px 14px;
	color: #6B727F;
	text-decoration: none;
	font-size: 11px;
}
#submenu a:hover {
	background-image: url(../images/backgrounds/submenu_hover.gif);
	color: #ffffff;
	text-decoration: underline;
}
#submenu img.menuseparator {
    height: 16px;
    width: 1px;
    margin-top: 8px;
}
#submenu li.active {
    background: url(../images/backgrounds/submenu_active_left.gif) no-repeat 0px 8px;
}
#submenu li.active a {
	background: url(../images/backgrounds/submenu_active_right.gif) no-repeat right 8px;
/*	color: #EC5E00;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#headerpicture {
    height: 186px;
}


#breadcrumb  {
    float: left;
    background:url(../images/backgrounds/breadcrumb.gif) repeat-x;
    height: 18px;
    width: 782px;
	position: relative;
	font-size: 11px;
  	/*list-style: none;*/
	padding: 3px 0px 0px 0px;

}
#breadcrumb .start {
    position: relative;
    float: left;
    height: 18px;
    top: -3px;
    padding: 3px 7px 0 13px;
    background:url(../images/backgrounds/breadcrumb_start.jpg) no-repeat;
    color: #000000;
    font-weight: bold;
}
#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
    margin: 0 2px 0 2px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a.active {
	font-weight: bold;
}

#bc_end {
   float: left;
   width: 192px;
   height: 21px;
   background:url(../images/backgrounds/breadcrumb_end.jpg) no-repeat;

}


#content {
    background: url(../images/backgrounds/rightframe.jpg) repeat-y right;
}


#main {
	float: left;
	padding: 56px 12px 12px 12px;
	width: 756px;
	min-height: 200px;
	color: #111111;
    line-height: 16px;

}


#rightframe {
    float: left;
	width: 158px;
    padding: 14px 20px 14px 14px;
/*    background:url(../images/backgrounds/rightframe.jpg) repeat-y;*/
}

#footer {
	clear: both;
	height: 59px;
	background-image: url(../images/backgrounds/footer.jpg);
	background-repeat: repeat-x;
	bottom: 0;
	padding: 18px 16px 0 16px;
	color:#707785;
	font-size: 11px;
    line-height: 18px;
}

#footertext {
    float: left;
}

#footertext a:link, #footertext a:visited {
	color:#707785;
	text-decoration: underline;
}
#footertext a:hover {
    color: #ffffff;
	text-decoration: underline;
}


#footerlinks {
	float: left;
	margin: 0px 4px 0 0px;
	width: 374px;
    height: 50px;
	text-align: right;
    background: url(../images/backgrounds/bozz-logo.png) right no-repeat;
}

* html #footerlinks {
    background: url(../images/backgrounds/bozz-logo.gif) right no-repeat;
}

#footerlinks a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #717886;
	text-decoration: none;
    margin-right: 4px;

}
#footerlinks a:hover {
	color: #FFFFFF;
    text-decoration: none;
}
#footerlinks img {
	vertical-align:middle;
    border: 0;
    margin-right: 3px;
}
#footerlinks img.menuseparator {
    width: 1px;
    height: 10px;
}

#extramenu {
    position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 980px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
    /*white-space: nowrap;*/
    font-size: 10px;
    color: #A5ACB9;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#extramenu a {
	color: #A5ACB9;
	text-decoration: none;

}

h1 {

	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;

}

h2 {
	position: relative;
    top: 440px;
    z-index: 2;
    margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: url(../images/backgrounds/headline-web.gif) no-repeat left bottom;
    padding-bottom: 6px;
    padding-right: 220px;
    width: 732px;
}
h2#headline {
    top: 409px !important;
}

h3 {
	font-size: 13px;
	font-weight: bold;
    margin-top: 10px;

}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
    margin: 20px 0 10px 0;
}


a {
	color: #E2001A;
}

a img {
    border: 0;
}

#mainfooter {
    clear: both;
    padding: 12px;
}
#mainfooter a {
    font-size: 11px;
    text-decoration: none;
}
#mainfooter a:hover {
    text-decoration: underline;
}

#mainfooter a img {
    vertical-align: middle;
    margin-right: 3px;
}
.button a {
	height: 16px;
	padding: 3px 7px 3px 7px;
	background-color: #EC5E00;
	background-image: url(../images/bgbutton.gif);
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #6A6969 solid;
	text-decoration: none;
}
.button a:hover {
	background-image: url(../images/bgbutton_over.gif);
}

input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
    border: 1px #666666 solid;
}

.radio, .checkbox {
    border: 0;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
    border: 1px #666666 solid;
	cursor: pointer;
}
.checkbox, .radio {
	border: 0;
	cursor: pointer;
}
input.button {
    cursor: pointer;
}

.smalltext {
	font-size: 11px;
}

div.info {
    padding: 10px;
    border: 1px #ff6600 dotted;
}

div.error {
    padding: 10px;
    border: 1px #ff0000 dotted;
}

div.info img, div.error img {
    vertical-align: middle;
    margin-right: 10px;
}

input.error, select.error {
    background-color: #ffbb99;
}

.block-main {

}

.block-main .title {

}

.block-main .body {

}

.block-right {
    margin-bottom: 20px;
}

.block-right .title {
    font-weight: bold;
    padding: 2px 0 4px 0;
    /*border-bottom: 1px #777777 solid;*/
    background: url(../images/3dline_h.gif) repeat-x left bottom;
}

.block-right .body {

}
.block-right ul {
    margin-left: 0;
    padding-left: 14px;
}

/* Produkte */
#produkte img {

}
#produkte ul {
    float: left;
    margin-left: 10px !important;
    list-style:circle;
}
#produkte li {
    text-indent: 20px;
}

/* Kontakt */
#kontakt label {
    float: left;
    display: block;
    width: 120px;
    margin-bottom: 5px;
}

#kontakt input {
    float: left;
    width: 180px;
    margin-right: 60px;
    margin-bottom: 5px;
}

#kontakt select {
    margin-bottom: 5px;
}

#kontakt #homepage, #kontakt #email {
    width: 300px;
}

#kontakt textarea {
    width: 600px;
    height: 100px;
}

#kontakt #newsletter {
    float: left;
}

#kontakt #newsletter {
    margin: 10px 20px 0 0;
}
#kontakt input.radio {
    width: inherit !important;
    margin: 10px 5px 0 0;
}
#kontakt label.nl {
    width: inherit !important;
    margin: 10px 10px 0 0;
}

#kontakt input.button {
    clear: left;
    float: none;
    margin: 0;
}

/* Unternehmen - Kooperationen */
#kooperationen h3 {
    margin: 20px 0 10px 0;
}
#kooperationen table {
    width: 700px;
    border-bottom: 1px #111111 dotted;
}
#kooperationen ul {
    padding: 0;
    margin: 10px 0 10px 40px;
    list-style:circle;
}

#kooperationen a {
    text-decoration: none;
    font-size: 11px;
}
#kooperationen a:hover {
    text-decoration: underline;
}

/* Sitemap */
#sitemap h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
/* Mini Sitemap Footer */
#minisitemap {
    position: relative;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 40px !important;
    width: 920px;
    /*text-align: center;*/
    /*padding-top: 16px;
    padding-bottom: 10px;*/
    /*white-space: nowrap;*/
    font-size: 10px;
    color: #A5ACB9;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#minisitemap a {
	color: #A5ACB9;
	text-decoration: none;
}
#minisitemap a:hover {
    text-decoration: underline;
}
#minisitemap h2 {
    padding-bottom: 10px;
    width: 920px;
    margin-top: 20px !important;
}
#minisitemap h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#minisitemap div {
    float: left;
    margin: 10px;
}

#minisitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Tooltip */
div.tooltip {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(../images/backgrounds/tooltip2.png);

    /* Mozilla proprietary */
    -moz-border-radius: 5px;
}
div.tooltip p {
    margin: 0; padding: 0 3px;
}
div.tooltip p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}


/* Pager */
.pager {
	text-align:center;
	/*width: 100%;*/
	margin-top: 10px;
	margin-bottom: 10px;
  //height: 28px;
}

.pager a {
	/*display: block;*/
	border: 1px #666666 solid;
	text-decoration: none;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin-top: 2px;
	height: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #EC5E00;
	background-image: url(../images/bgbutton.gif);
  white-space: nowrap;
}
.pager a:hover {
	color: #ffffff;
	background-color: #FA8725;
	background-image: url(../images/bgbutton_over.gif);
	cursor: pointer;
}
.pager .pager-current {
	white-space:nowrap;
	background-color: #EC5E00;
	border: 1px #666666 solid;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgbutton.gif);
	font-weight: bold;
}
.pager td {
  white-space: nowrap;

}

.pager .pager-previous, .pager-first, .pager-next, .pager-last  {
	margin-left: 3px;
	margin-right: 3px;
}


.pager .pager-list {
	/*float: left;*/
	text-align: center;
	width: 350px;
	white-space:nowrap;
}