HTML {
	min-height: 100%;			/* Mindesthöhe in modernen Browsern */
	height: auto !important;	/* !important-Regel für moderne Browser */
	height: 100%;				/* Mindesthöhe in IE (<7) */
}

BODY {
	/*background-color: #e0e0e0;*/
	background-image : url(../pix/main_bg.jpg);
	background-repeat : repeat-x;
	/*background-attachment:	fixed;*/
	font-family : 'Verdana', 'Arial';
	font-size : 13px;
	min-height: 100%;			/* Mindesthöhe in modernen Browsern */
	height: auto !important;	/* !important-Regel für moderne Browser */
	height: 100%;				/* Mindesthöhe in IE (<7) */
}

H1 {
	font-size: 34px;
    font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height : 40px;
	display: block;
	color: #5D4F41;
	background-color: white;
	border-bottom: solid 1px #776655;
	font-weight: bold;
	font-family: "Times New Roman"
}

H2 {
	font-size: 26px;
    font-style: italic; 
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	display: block;
	background-color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	/*border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0; 
	text-transform: uppercase; */ 
	font-family: "Times New Roman";
	color: #404040
}

H3 {
	font-size: 11px;
	margin: 0;
	font-weight: normal;
	color : White;
	height: 30px;
	line-height : 30px;
	padding-left : 10px;
	text-transform : uppercase;
	background-image : url(../pix/h3.png);
	background-repeat : repeat-x;
}

P {
	line-height: 22px;
}

A {
color: black;
	text-decoration: underline
}

A:hover {
	text-decoration: none;
	color: black
}

TH {
	background-image : url(../pix/h3.png);
	background-repeat : repeat-x;
	font-weight: normal;
	text-align: left;
}



TH {
	font-size: 13px;
	background-color: #776655;
	color: white;
}

TABLE {
	background-color: white;
}

TD {
    padding: 4px 0px 4px 0px;
    font-size: 13px;
    /*border-bottom: solid 1px #c0c0c0;  */
}

IMG {
	border: solid 1px #c0c0c0
}

UL {
	line-height: 22px;
	list-style-image: url('../pix/ul.gif');
}

INPUT, TEXTAREA, SELECT {
	font-family :  'Verdana', 'Arial';
	font-size : 12px;
	padding: 1px;
	border: solid 1px #c0c0c0;
	background-image : url(../pix/form.jpg);
	background-repeat : repeat-x;
}

INPUT:hover, TEXTAREA:hover{
	border: solid 1px #776655;
}

INPUT.BUTTON {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	margin-top: 5px;
	background-color: #776655;
	color: white;
	width: 120px;
	margin-bottom: 30px;
}

FIELDSET {
	border: solid 1px #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px;
}

LEGEND {
	color: #505050;
}

DIV#MAN_IMG {
	position: absolute;
	left: 1000px;
	top: 10px;
}

DIV#PAGE_FRAME {
	min-height: 100%;			/* Mindesthöhe in modernen Browsern */
	height: auto !important;	/* !important-Regel für moderne Browser */
	height: 100%;				/* Mindesthöhe in IE (<7) */
}

DIV#PAGE_CENTER {
	display: block;
	width: 900px;
	/*border: solid 1px #c0c0c0;*/
	padding: 12px;

	height: 100%;				/* Mindesthöhe in IE (<7) */
	background-color: white
}

DIV#PAGE_TOPNAVI {
	text-align: right;
	height: 30px;
	border-bottom: solid 1px #c0c0c0;
	margin-bottom: 10px;
	background-image : url('../pix/text.jpg');
	background-repeat : no-repeat;
	background-position: 0px 0px
}

DIV#PAGE_TOPNAVI_TOPLINKS {
	float: right;
}

IMG#PAGE_TOPNAVI_IMAGES {
	float: left;
	margin-left: 5px;
	border: 0px;
}

#PAGE_MAINNAVI{
	float: left;
}

#PAGE_MAINNAV_INNERBOX{
	display: block;
	width: 180px;
	text-align: left;
}

DIV#PAGE_SUBNAVI {
	width: 100%;
	height: 19px;
	background-color: #740000;
	margin-top: 1px;
	text-align: left;
}


UL.LINKMENU LI{
	list-style-type : none;
	display: inline; 
}

A.topnavi {
	color: #888888;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
}

A.topnavi:hover {
	color: #900000;
}
	
A.mainnavi, #PAGE_MAINNAV_INNERBOX A {
	display: block;
	/*height: 28px; 
	line-height: 28px; */
	text-decoration: none;
	border-bottom: solid 1px #c0c0c0;
	padding: 5px;      
	background-color: #f2f2f2; 
}

A.mainnavi:hover, #PAGE_MAINNAV_INNERBOX A:hover {
	background-color: #E1E1E1;
}

A#mainnavi_first {
	margin-left: 30px;
}

A#mainnavi_active {
	color: white;
	background-image : url('../pix/mainnavi_active.jpg');
	background-repeat : repeat-x;
}

#PAGE_MAINNAV_INNERBOX A.mainnavi_sub {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration:none;
	background-color: white;
	padding-left: 20px;
	border-bottom: solid 1px #b0b0b0;
}

#PAGE_MAINNAV_INNERBOX A.mainnavi_sub:hover {
	background-color: #f2f2f2;
}

A.subnavi {
	padding-left: 25px;
	padding-right: 25px;
	color: white;
	text-decoration:none;
	line-height: 19px;
	
}

A.subnavi:hover {
	color: #e0e0e0;
}

DIV#PAGE_CONTENT {
	display: block
	padding: 0px;
	margin-top: 20px;
	min-height: 100%;			/* Mindesthöhe in modernen Browsern */
	height: auto !important;	/* !important-Regel für moderne Browser */
	height: 100%;				/* Mindesthöhe in IE (<7) */
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	
}

DIV#RIGHT {
	float: right;
	margin-right: 5px;
}

DIV#LEFT {
	float: left
}

DIV#PAGE_CONTENT_BOX {
	text-align: left;
}

DIV#PAGE_CONTENT_INNERBOX {
	width: 680px;
	float: right;

}

DIV#date{
	display: block;
	/*color : #2C7696;*/
	font-weight: bold;
}

.formNews {
	width: 180px;
	margin-bottom:5px;
}

.newsLink {
	padding: 2px;
}

.newsLink:hover, #newsActive {
	background-color: #900000;
	color: white;
	text-decoration: none
}

.newsParagraph {
	display: block;
	text-align: right;
}

DIV.startFirma {
	display: block;
	border: solid 3px #DDDDDD;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px;
	background-color: white
}

DIV.startFirmaBild {
	background-color: white;
	border: solid 1px #cccccc;
	padding: 5px;
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
}


DIV#PAGE_CONTENT_BOX_START {

}

#margin_1 {
	margin-bottom: 60px;
}

.TEXTINPUT {
	width: 100%
}

P.MSG_ERROR {
	background-color: red;
	color: white;
	padding: 3px;
}

P.MSG_OK {
	background-color: green;
	color: white;
	padding: 3px;
}

DIV.tooltip {
	background-color: green;
}

.BUTTON_LINK {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	background-image : url(../pix/topnavi.png);
	background-repeat : repeat-x;
	color: white;
	text-decoration: none;
}

IMG#logoImpressum {
	float: right;
}

H2#noBorder {
	border: 0px;
	padding: 0px;
}

DIV#PAGE_MENU_IMAGE {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: white;
}

P.einrueck {
	padding-left: 20px;
	background-color: white;
}

DIV.boxApply {
	display: block;
	background-image : url(../pix/topnavi.png);
	background-repeat : repeat-x;
	color: white;
	height: 30px;
	text-align: right;
}

DIV.boxNavi {
	margin-bottom :5px;
}

DIV#top {
	margin-bottom: 14px;
}

DIV#bottom {
	margin-top: 8px;
}

A.apply {
	color: white;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	font-size: 13px;
	margin-right: 15px;
	text-transform : uppercase;
}

BODY.bgClear {
	background-color: white; 
	background-image: none
}

A.applytoplink {
	color: #707070;
	text-decoration: none;
}

A.applytoplink:hover {
	color: #900000;
}

DIV#boxLogo {
	display: none
}

DIV.box50 {
	width: 50%;
	float: left;
	background-color: red; 
}


TD.TDalternate {
	background-color: #f0f0f0;
}

.goRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.goLeft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

DIV.imgTitle {
	font-style: italic;
	color: #606060;
	padding: 2px;
}

DIV.pmHeader {
	display: block;
	background-color: #776655;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
}

DIV.pmBody {
	border: solid 1px #776655;
	padding: 5px;
}

TD.sortimentInfos {
	width: 50%;
	background-color: #776655;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}

A.bestellung {
	background-color: white;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

DIV#counter {
	text-align: center;
	width: 180px;
	margin-top: 20px;
	background-color: white;
	font-weight: bold;
	font-size: 14px;
}

SPAN#counterStyle {
	background-color: #f0f0f0;
	padding: 3px;
	border: solid 1px #c0c0c0;
}

.highlight {
	color: #900000;
}

A.presseLink {
	display: block;
	margin-bottom: 5px;
	text-decoration: none
}

#START_TBL {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

#START_TBL TD {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border: 0;
}

.veranstaltungen {
	/*margin-top: 75px;
	font-size: 50px;
	line-height: 60px;
	text-transform: none; */
    margin-top: 40px;
    margin-bottom: 20px;
}

#veranstaltungen_1 TD{
	width: 310px;
	border: 0;
	vertical-align: top;
}

#myGallery
{
    width: 595px !important;
    height: 842px !important;
}

.praesiTD {
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}


TABLE#pr TD {
    border: none
}

#zoom {
    position: absolute;
    width: 300px;
    height: 30px;
    background-image: url('../pix/lupe.gif');
    background-repeat: no-repeat;
    background-position: right 8px;
}

#zoom_2 {
    height: 30px;
    background-image: url('../pix/lupe.gif');
    background-repeat: no-repeat;
    background-position: right 8px; 
    position:relative;
    z-index:2;  
}

A#backlink {
    color: #e0e0e0;
    font-size: 11px;
    line-height: 25px;
}

A#backlink:hover{
    color: white;
}

#trailer_bg {
    padding: 0; 
    margin: 0; 
    text-align: center; 
    background-color: #000000;
    background-image: none; 
    text-align: center;
    
}

object#Object1 {
    border: solid 1px #c0c0c0;
}

#linkbox {
margin-top: 20px;
}

#linkbox A {
    display: block;
    width: 200px;
    padding: 5px;
    /* border: solid 1px #c0c0c0;    */
    margin-top: 3px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Times New Roman" ;
    font-size: 20px;
    color: #202020; 
	font-style: italic;   
}

#linkbox A:hover {
    color:5D4F41
}

#vat {
    font-weight: normal;
    font-size: 10px;
}

#atts_layer_1, #atts_layer_3 {
    display: block;
}

#atts_layer_2 {        
    display: none;
}

#pub TABLE TD {
    border: none;
    vertical-align: top; 
}

#pub TABLE TD A {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#pub TABLE TD IMG {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

.center {
    text-align: center;
}

#tbl_ber {
    width: 100%;
    margin-bottom: 30px;
}

#tbl_ber_2 {
    width: 100%;
    margin-top: 0px;
}

#tbl_ber TD, #tbl_ber_2 TD {
    border: 0px;     
    width: 50%;
    text-align: left;
}

#in_mem {
    /*font-size: 40px;*/
}

.address, .address TD {
    font-size: 16px;
    line-height: 22px;;
}

#spacebottom_1, #spacebottom_2 {
    height: 200px;
}

h2.produkt {
    text-transform: none;
	font-style: normal
}

.pub_subtitle_1 {
    width: 176px;
    text-align: center;
}

.pub_subtitle_2 {
    width: 237px;
    text-align: center;
}

.pub_subtitle_3 {
    width: 168px;
    text-align: center;
}

div#line {
    border-bottom: solid 1px black;
    margin: 30px 0 30px 0;
}

#audiolink {
  height: 25px;
  line-height: 25px;
  background: transparent url('../pix/audio.png') no-repeat left center;
  padding-left: 32px;
}

#hinweis {
    border: solid 1px #5D4F41;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#sendehinweis {
    font-weight: bold;
    font-size: 20px;
}

#hinweis_text_2 {
    display: none;
}