* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	overflow: hidden;
}

body {
	background-color: #eceded;
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
	font-size: 69%; /* Sets base font size to 11pt */
}

#main {
	background-color: #FFFFFF;
	background-image: url(/pics/bkgd_main.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 958px;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
}

/* Container for content material to the right of the secondary nav */
#content {
	float: left;
	margin-top: 30px; /* shift 1px for dotted line */
	width: 690px;
}

.wrapclear {
	clear: both;
	height: 2px;
}

/* Top Navigation (Header) --------------------------------------------------------------------------- */
#header { /*border:1px solid #00FF33;*/
	margin: 12px 25px 0px 23px;
	padding: 0px;
	width: 910px;
}

#header li {
	float: left;
	list-style: none;
	margin: 0; /* removes base margin set in global.css */
	padding: 0 0 10px 0;
}

#header li.home a {
	padding: 6px 10px 0 0;
	border-left: 0;
}

#header li.right {
	float: right;
	padding: 0 0 0 0;
}

#header li.right a {
	padding: 6px 0 0 8px;
	border-left: 0;
	text-transform: uppercase;
}

#header li.active {
	border-bottom: 4px solid #fbba07;
	/* Adds yellow bar for active state */
}

#header a {
	display: block;
	padding: 6px 20px 0 8px;
	font-size: 1em;
	color: #838383;
	text-decoration: none;
	border-left: 1px solid #c2c2c2;
}

#header a:hover { /*color:#fbba07;*/
	color: #0083be;
}

/* Main --------------------------------------------------------------------------------------------------- */
#column {
	width: 690px;
}

#column h1 {
	margin-bottom: 1.5em;
	color: #772432;
}

#column .table {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
}

#column .table h2 {
	font-weight: bold;
	font-size: 1.1em;
}

#column .table h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
}

#column .table h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #AA1948;
	margin-top: 10px;
}

#column .table p {
	color: #000000;
}

#column #results_left {
	width: 150px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	position: relative;
}

/* Main Navigation ------------------------------------------------------------------------------------- */
#nav_main {
	clear: both;
	margin: 0px; /* removes base margin set in global.css */
	padding: 0px;
	width: 958px;
	height: 94px;
	background: url(/pics/primary_bkgd.gif) no-repeat;
	overflow: hidden;
}

#nav_main li {
	float: left;
	margin: 0px; /* removes base margin set in global.css */
	padding: 0px;
	list-style: none;
}

#nav_main .home {
	padding-left: 20px;
	margin-right: 50px;
	height: 94px;
}

#nav_main .nav1 {
	width: 125px;
	background: url(/pics/nav1_new.gif) no-repeat 0 0;
}

#nav_main .nav2 {
	width: 125px;
	background-image: url(/pics/nav2_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav_main .nav3 {
	width: 125px;
	background-image: url(/pics/nav3_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav_main .nav4 {
	width: 125px;
	background-image: url(/pics/nav4_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav_main li:hover {
	background-position: 0px -94px;
}

#nav_main a {
	display: block;
	height: 94px;
	text-decoration: none;
}

#nav_main a strong {
	visibility: hidden; /* use strong tag to hide text link from browser */
}

/* Footer Navigation ---------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0;
	width: 958px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(/pics/bkgd_footer.gif) top left no-repeat;
}

#footer li {
	float: right;
	list-style: none;
	padding: 0px 24px 0px 8px;
}

#footer li.withborder {
	border-left: 1px solid #c2c2c2;
}

#footer a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#footer a:hover {
	color: #0083be;
}

/* Secondary Navigation - Products & Services ---------------------------------------------------------------------------------------- */
#submenu {
	width: 220px;
	margin-left: 24px;
	margin-top: 30px;
	float: left;
}

#nav_secondary {
	float: left;
	width: 200px; /* 1px wider to cover vertical dotted line */
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
}

#nav_secondary li {
	margin: 0 0 1px 0;
}

#nav_secondary li a {
	display: block;
	width: 165px;
	padding: 8px 8px 8px 11px;
	/*background-color:#e8e7dd;*/
	background-color: #d7d7cb; /* darker gray */
	color: #434343;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 4px solid #838383;
}

#nav_secondary li a:hover {
	background-color: #838383;
	color: #fff;
}

#nav_secondary li a.active {
	padding: 8px 8px 8px 15px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #0000aa;
	background-image: url('/pics/secondary_bkgd_active.gif');
	background-repeat: repeat-x;
	background-position: 0 50%;
}

#nav_third {
	margin: -1px 0 1px 0;
	list-style: none;
}

#nav_third li {
	margin: 0;
	color: #FF0000;
}

#nav_third li a {
	padding: 6px 8px 6px 15px;
	background: #f5f5f0 url(/pics/bkgd_ul_ul.gif) repeat-x top;
	color: #363636;
	text-transform: none;
	border-left: 0;
}

#nav_third li a:hover {
	background-color: #fff;
	color: #363636;
}

#nav_third li a.active {
	padding: 6px 8px 6px 15px;
	background: #fff url(/pics/bkgd_ul_ul.gif) repeat-x top;
	color: #363636;
}

/* Startseite ---------------------------------------------------------------------------------------- */
.splash-col {
	float: left;
	width: 230px;
	background-image: url(/pics/bkgd_slash_col4.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 220px;
}

.splash-col h2 {
	font-size: 134%;
	font-weight: normal;
	color: #aa1948;
	margin-right: 20px;
}

.splash-col p {
	margin-bottom: 0px;
	margin-right: 20px;
}

.splash-col4 {
	float: left;
	width: 230px;
	background-image: url(/pics/professional_backgrnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 250px;
}

.splash-col4 h2 {
	font-size: 134%;
	font-weight: normal;
	color: #aa1948;
}

.splash-col4 p {
	margin-bottom: 0px;
}

#columns4 {
	clear: both;
	margin-left: 30px;
	margin-top: 30px;
	background-color: #fff;
	margin-top: 30px;
	background-color: #fff;
	width: 915px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

a {
	color: #2986bf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.arrow { /* class for arrow style links */
	padding: 2px 0 2px 20px;
	line-height: 1.7em;
	background-image: url(/pics/icon_arrow_link.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.popup { /* class for pop-up style links */
	padding: 2px 0 2px 20px;
	line-height: 1.7em;
	background-image: url(/pics/icon_popup.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

h1 {
	font-size: 1.7em;
	color: #772432;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h1 em {
	text-transform: none;
	font-style: normal;
	color: #999;
}

h2 { /* used for content area page headlines */
	font-size: 1.6em;
	color: #002c5f;
	font-weight: normal;
	margin: 0 0 .8em 0;
}

h2.divider {
	margin: 1.5em 0 1em 0;
	padding: 0 0 .3em 0;
	border-top: 0;
	border-bottom: 1px dotted #b2b2b2;
}

h3.feature_icon_white { /* used for content area page headlines */
	line-height: 1.7em;
	background-image: url(/pics/icon_feature_trans.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 0;
}

h3 { /* used for content area sub heads */
	font-size: 1.4em;
	color: #aa1948;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

h3 em {
	text-transform: none;
	font-style: normal;
	color: #999;
}

h4 { /* used for sublines directly underneath headlines (h2) */
	font-size: 1.3em;
	color: #82786f;
	font-weight: normal;
	margin: -.3em 0 .8em 0;
}

h5 {
	font-size: 1.3em;
	color: #003f72;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

h6 {
	font-size: 1.1em;
	color: #82786f;
	font-weight: normal;
	margin: -.8em 0 .8em 0;
}

form {
	padding: 3px 0;
}

input,select,textarea {
	padding: 1px;
	font-family: inherit;
	font-size: 11px;
	color: #999;
}

ol {
	margin: 1.2em 0 2em 22px;
	list-style: decimal;
}

ul {
	margin: 1.2em 0 2em 3em;
	list-style: disc;
}

li {
	margin: .8em 0;
	font-size: inherit;
	line-height: 1.5em;
}

/*---------------------------------------------------------------------------------------------------
 =content css
 --------------------------------------------------------------------------------------------------*/
#form .form_group {
	width: 500px;
	margin: 1em 0 2em 0;
	background-color: #f4f5e2;
	padding: 12px 10px 12px 20px;
}

#form h3 {
	margin: 0 0 1em 0;
}

#form h5 {
	font-size: 1.2em;
}

#form p {
	margin: 0px;
	padding: 0px;
}

#form input,#form select,#form textarea {
	color: #333;
}

#form label {
	display: block;
	font-weight: bold;
	padding: 4px 0;
}

#form label em {
	padding: 0 0 0 6px;
	font-size: .9em;
	font-weight: normal;
	color: #aa1948;
}

#form #sha label {
	/* #sha is for yes/no radio buttons for sha membership */
	float: left;
	width: 6em;
}

#form #sha input {
	margin: 0;
	padding: 0 0 2px 0;
	vertical-align: bottom;
}

#form .submit {
	/* used for aligning register button at bottom of form */
	display: block;
	margin: 1em 0 2em 20px;
}

/* CSS Document */
/*  --------------------------------------------------------------------------------------------------*/
#feature-voiceiq {
	height: 291px;
	width: 910px;
	margin-left: 24px;
	margin-top: 24px;
}

#swf-overlay {
	position: absolute;
	top: 267px;
	width: 910px;
	height: 30px;
	background-color: #000000;
	z-index: 20;
	text-align: right;
}

.news-image {
	border: 1px solid #DDDDDD;
	margin-right: 3px;
}

.news-image-big {
	border: 1px solid #DDDDDD;
	margin-right: 10px;
}

.presse-pic {
	background-color: #f4f5e2;
	padding: 4px;
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 128px;
}

.presse-pic-img {
	margin-right: 10px;
	border: 1px solid #DDDDDD;
}

.datasheet {
	background-color: #f4f5e2;
	padding: 4px;
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 62px;
}

.seminar {
	background-color: #f4f5e2;
	padding: 4px;
	margin-bottom: 10px;
}

.werbemittel {
	background-color: #f4f5e2;
	padding: 4px;
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 102px !important;
	height: 110px;
}

.werbemittel-img {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.werbemittel-h2 {
	margin-top: 20px;
	clear: both;
}

.error-message {
	color: #DD0000;
}

.form-textarea {
	width: 400px;
	height: 120px;
}

.form-text {
	width: 400px;
}

.tracking-line {
	padding-right: 20px;
	border-bottom: 1px dashed #CCCCCC;
}

#trackingdata {
	width: 640px;
}

/* Destiny RIC --------------------------------------------- */
#ricstart1 {
	width: 290px;
	height: 300px;
	background-color: #0083BE;
	color: #FFFFFF;
	line-height: 20px;
	margin-right: 10px;
	float: left;
}

#ricstart1 .inner {
	margin: 10px;
}

#ricstart1 h1 {
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 24px;
}

#ricstart1 p {
	font-size: 12px;
}

.ricstart2 {
	width: 290px;
	height: 143px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	float: left;
	background-image: url(/img/ricstart_back1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.ricstart3 {
	width: 290px;
	height: 143px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	float: left;
	background-image: url(/img/ricstart_back2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ricstart-h2 {
	font-size: 15px;
	color: #0083BE;
	font-weight: bold;
}

.ricstart-inner {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 110px;
	line-height: 16px;
}

#ricaus {
	width: 615px;
	height: 430px;
	position: relative;
	background-image: url(/img/ric_beige.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#ricaus .dummy1 {
	background-image: url(/img/ric_grey.jpg);
	width: 1px;
	height: 1px;
}

#ricaus .dummy2 {
	background-image: url(/img/ric_black.jpg);
	width: 1px;
	height: 1px;
}

#ricaus h3 {
	font-size: 15px;
	color: #0083BE;
	font-weight: bold;
	margin-bottom: 0px;
	color: #aa1948;
}

#ricaus .nfusion {
	position: absolute;
	width: 140px;
	top: 115px;
	left: 0px;
	text-align: right;
}

#ricaus .small {
	position: absolute;
	width: 120px;
	top: 23px;
	left: 340px;
	text-align: right;
}

#ricaus .tubing {
	position: absolute;
	width: 200px;
	top: 110px;
	left: 385px;
}

#ricaus .propeller {
	position: absolute;
	width: 146px;
	top: 180px;
	left: 470px;
}

#ricaus .battery {
	position: absolute;
	width: 180px;
	top: 285px;
	left: 130px;
}

#ricaus .retention {
	position: absolute;
	width: 200px;
	top: 300px;
	left: 420px;
}

#ricaus .buttons {
	padding: 0px;
	position: absolute;
	top: 15px;
	left: 12px;
	width: 200px;
	height: 36px;
}

#ricaus a {
	margin-right: 22px;
	width: 36px;
	height: 36px;
	padding: 0px;
}

#ricaus a:hover {
	text-decoration: none;
}

/* Zon */
table.zon tr td {
	vertical-align: top;
	padding-bottom: 20px;
	padding-top: 20px;
}

td.zonr {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#comparison_chart {
	width: 610px;
	margin: 2em 10px 0 0;
	border-collapse: collapse;
}

#comparison_chart th {
	text-align: left;
}

#comparison_chart th.title {
	width: 500px;
}

#comparison_chart th.title h3 {
	float: left;
}

#comparison_chart th.title p {
	/* used for the 'expand all' button on the chart */
	float: right;
	margin: 0;
	padding: 4px 20px 0 0;
	color: #fbba07; /* gold */
}

#comparison_chart .model {
	width: 53px;
	text-align: center;
}

#comparison_chart h3 {
	margin: 0; /* because of #content #column h3 margin <- ???  */
	padding: .3em 0 .8em 0;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#comparison_chart .model h3 {
	margin: 0 2px .6em 2px; /* adds space between color blocks */
	padding: 2px 0;
	color: #fff;
}

#comparison_chart th h3.zon7 {
	background-color: #b5dad2;
}

#comparison_chart td p.zon7 {
	/* creates color block check mark for comparison chart */
	margin: 0 16px;
	/* pinche in the sides of the color block so it isn't so wide */
	background-color: #b5dad2;
	color: #b5dad2;
}

#comparison_chart th h3.zon5 {
	background-color: #4c4c4c;
}

#comparison_chart td p.zon5 {
	/* creates color block check mark for comparison chart */
	margin: 0 16px;
	/* pinche in the sides of the color block so it isn't so wide */
	background-color: #4c4c4c;
	color: #4c4c4c;
}

#comparison_chart th h3.zon3 {
	background-color: #d4d4bc;
}

#comparison_chart td p.zon3 {
	/* creates color block check mark for comparison chart */
	margin: 0 16px;
	/* pinche in the sides of the color block so it isn't so wide */
	background-color: #d4d4bc;
	color: #d4d4bc;
}

#comparison_chart td {
	border-top: 1px dotted #b2b2b2;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

#comparison_chart td.hide {
	width: 500px;
}

#comparison_chart td p {
	margin: 0;
}

#content p.top {
	margin: 2em 0;
	text-align: right;
}

#content p.top a {
	padding: 0 20px 0 18px;
	color: #838383;
	line-height: 15px;
	text-decoration: none;
}

#content p.top a:hover {
	color: #fbba07;
}

.collapse_content {
	padding-top: 4px;
	padding-right: 20px;
}

.hide div.collapse_content {
	display: none;
}

#main_image #zon_series {
	width: 610px;
	height: 240px;
	background: url(/img/zon_series.jpg) no-repeat 0 0;
}

#zon_series p {
	position: relative;
	top: 80px;
	left: 303px;
	width: 300px;
}

#column_left {
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-top: 30px;
}

#column_right {
	width: 370px;
	margin-top: 30px;
	float: left;
}

#zon_spec1 {
	width: 54px;
	height: 300px;
	float: left;
	color: #999999;
	line-height: 20px;
	text-align: center;
}

#zon_spec1 a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-bottom: 6px;
}

#zon_spec1 a:hover {
	border: 1px solid #F7BC0A;
}

#zon_spec2 {
	height: 300px;
	width: 260px;
	float: left;
}

#zon_spec3 {
	height: 300px;
	color: #999999;
	line-height: 20px;
	width: 60px;
	float: left;
	border-right: 1px dotted #b2b2b2
}

#zon_spec3 a {
	display: block;
	width: 26px;
	height: 26px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
}

#zon_spec3 a:hover {
	border: 1px solid #F7BC0A;
}

#zon_spec4 {
	width: 190px;
	padding-left: 25px;
	height: 300px;
	line-height: 18px;
	float: left;
}

#zon_spec5 {
	margin-top: 20px;
	line-height: 18px;
}

/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption,#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*
 * S-Series
 */
#s-serie-link {
	clear: both;
	height: 22px;
	background-color: #000000;
	padding-right: 10px;
	text-align: right;
	margin-left: 50px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
}

#main_image {
	position: relative;
	/*padding:12px 0 20px 0;		 hides dotted line background above & below #main_image */
	padding: 6px 0 20px 0;
	background-color: #fff;
}

#main_image div {
	width: 615px;
	height: 215px;
}

#main_image h1 {
	position: absolute;
	margin: 0px;
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #772432;
	text-transform: none;
}

#main_image p {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
	color: #535353;
}

#main_image ul {
	padding: 0;
}

#specifications {
	width: 640px;
	border-collapse: collapse;
}

#specifications th {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #aa1948;
	text-align: left;
}

#specifications td {
	border-top: 1px dotted #b2b2b2;
}

#specifications td.image {
	width: 130px;
	padding: 20px 30px 20px 4px;
	vertical-align: top;
}

#specifications td.data {
	padding: 20px 0;
	vertical-align: top;
}

#specifications td.data h3 {
	font-weight: bold;
	color: #fda807;
}

#specifications td.data h3 em {
	font-weight: normal;
	color: #fda807;
	/* need to force color to override default h3 em style */
}

#specifications td.fitting {
	width: 130px;
	padding: 20px 40px 20px 30px;
	vertical-align: top;
}

#specifications td.fitting p {
	padding: 4px 0 0 0;
	margin: 0;
}

#sserie-erfolg {
	margin-top: 15px;
	width: 180px;
	height: 90px;
	background: url(/img/sserie_erfolg.jpg) no-repeat 0 0;
	background-color: #003f72;
	overflow: hidden;
}

#sserie-akustiker {
	padding-top: 58px;
	padding-left: 44px;
	color: #000000;
	font-size: 11px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.serfolg-list {
	float: left;
	width: 300px;
	height: 65px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url(/img/sserie_erfolg_back.gif);
}

.serfolg-list p {
	padding-top: 5px;
	padding-left: 70px;
}

#accordion {
	margin-top: 20px;
	clear: both;
	width: 600px;
}

#accordion h3.toggler {
	background-color: #EDEBEB;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	padding: 3px;
	cursor: pointer;
	padding-left: 30px;
	background-image: url(/img/toggler_arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#accordion div.element {
	margin-bottom: 10px;
}

#accordion div.element span {
	padding: 8px;
	display: block;
	border: 1px solid #EDEBEB;
}

.newsletter-head {
	background-color: #F4F5E2;
}

.newsletter-source {
	color: #999999;
	font-size: 10px;
}

.flash-correct {
	background-color: #00FF66;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
}

.flash-error {
	background-color: #DD0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
}

.flash-warning {
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
}

/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */
html,body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

#TB_overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	border: 4px solid #525252;
	text-align: left;
}

#TB_window img {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
}

#TB_HideSelect {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
}

/* IE6 */
* html #TB_iframeContent {
	margin-bottom: 1px;
}

/****

Messe 2011

*/
#messe {
	position: relative;
}

.messelink, .messelink:hover {
	display: block;
	width: 100px;
	height: 80px;
	position: absolute;
	border: none;
	text-decoration: none;
}

#messe div.messelayer {
	position: absolute;
	width: 362px;
	height: 246px;
	left: 519px;
	bottom: 29px;
	opacity: 0;
	
}
