html, body, div, td, textarea, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:400;
  color:#780000;
  /* checken ob es was bringt: */
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
input.default{
    width:280px;
}
textarea.default{
    width:280px;
}
img {
  border:0px;
}

a:link, a:visited{
  font-weight:bold;
  text-decoration:none;
  color:#AC0000;
}
a:hover, a:active{
  font-weight:bold;
  text-decoration:none;
  color:#E12222;
}

/* Navigation (floating Menu) Styles ************/
td.worldContainer{
    width:800px;
    height:300px;
}
div.StayTopLeft{
    position:relative;
    right:0px;
    top:0px;
    width:123px;
}

div.naviSpacer{
  width:115px;
  height:3px;
  background:#fdcdac;
  padding:0px 1px 1px 0px;
}
td.mainNavi_n, td.mainNavi_current{
  padding:3px 5px 5px 3px;
}


td.mainNavi_n a:link,
td.mainNavi_n a:visited {
  font-weight:bold;
  font-size:14px;
  text-decoration:none;
  color:#FDCDAC;
}
td.mainNavi_n a:hover,
td.mainNavi_n a:active {
  font-weight:bold;
  font-size:14px;
  text-decoration:none;
  color:#FFFFFF;
}

td.mainNavi_current a:link,
td.mainNavi_current a:visited {
  font-weight:bold;
  font-size:14px;
  text-decoration:none;
  color:#FFFFFF;
}
td.mainNavi_current a:hover,
td.mainNavi_current a:active {
  font-weight:bold;
  font-size:14px;
  text-decoration:none;
  color:#FFFFFF;
}




div.activeSubNavi {
  display:block;
  padding:1px 1px 1px 1px;
}

td.activeSubNavi_current a:link,
td.activeSubNavi_current a:visited {
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  color:#FFFFFF;
}

td.activeSubNavi_current a:hover,
td.activeSubNavi_current a:active {
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  color:#FFFFFF;
}


td.activeSubNavi_n a:link,
td.activeSubNavi_n a:visited {
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  color:#FDCDAC;
}

td.activeSubNavi_n a:hover,
td.activeSubNavi_n a:active {
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  color:#FFFFFF;
}

div.subNavi, div.subNavi_n, div.subNavi_current{
  display:none;
  padding:1px 1px 1px 1px;
}
div.subNavi a:link,
div.subNavi a:visited {
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
}

div.subNavi a:hover,
div.subNavi a:active {
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
}



/* Content Structure Styles ******************/
.padding_40{
    height:30px;
}
table.structured_list{
    width:360px;
}
table.structured_list td{
    padding:3px 3px 3px 3px;

}
.left_content{
    width:360px;
    padding-left:10px;
    padding-right:10px;
}
td.right_content{
    padding-right:10px;
    padding-bottom:10px;
}
td.fullwidth_content{
    width:780px;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
}
td.rand_v{
    width:5px;
    background-image:url(../images/rand_v.gif);
    background-position:top left;
    background-repeat:repeat-y;
}
td.rand_h{
    width:800px;
    height:20px;
    background-image:url(../images/rand_h.gif);
    background-repeat:no-repeat;
    background-position:top center;
}
td.td_hr{
    border-bottom:2px solid #780000;
}
td.gb_leftspace{
     width:120px;
}
td.gb_leftspace_t{
     width:100px;
}
img.spacer_20{
    width:20px;
    height:20px;
}
img.spacer_h{
    width:800px;
    height:20px;
}
img.spacer_v{
    width:5px;
    height:1px;
}
br.spacer{
    line-height:5px;
}

/* Content Text Styles *********************/

#newsletter_box {
    width:450px;
    font-weight:bold;
    font-size:12px;
    color:#fdcdac;
}
#newsletter_feedback {
    font-weight:bold;
    color:#AC0000;
}
#newsletter_form {
    font-weight:bold;
	color:#fdcdac;
}

/* Form Fields Styles *********************/
form.form_300 input{
	width:200px;
}

input.small {
	width:77px !important;
	padding-right:5px !important;
}

input.medium {
	width:120px !important;
}



/* Content Text Styles *********************/
table.text_content{
    width:800px;
    height:560px;
    background:#ffffff;
}
table.text_content h3{
    font-weight:bold;
    font-size:13px;
    color:#AC0000;
}
/* Galery Styles ***************************/
table.galery{
    width:380px;
    height:400px;
}
table.thumbnails{
}
.imgtitle {
	margin-bottom:0px;
	padding-bottom:3px;
}
.imgdesc {
	
}

img.content_img_thumb{
}
.red_1{
    background:#AC0000;
}
.red_2{
    background-color:#780000;
}
.apricot{
    background-color:#fdcdac;
}