/* CSS Document */
/* Page Structure ---------------------------------*/

body {
  margin:0;
  padding:0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  background-color: white;
}

#page_header {
  width: 100%;
  height:150px;
  padding:0;
  margin:0;
  /* background-image: url(images/bg_page_header.gif);
  background-repeat: repeat-x; */
}

#content_header {
  clear:both;
  width: 780px;
  height: 72px;
  padding:0;
  margin: 0 auto;
}

#page_content {
  clear: both;
  width:780px;
  margin: 0 auto;
  padding:0;
}  

.logo {
  float:left;
  margin:0;
  padding: 0;
  width: 780px;
  border-right: 1px solid #fff;
}

#left {
  float:left;
  width: 170px;
  padding: 20px 0 0 0;
  margin:0;
}

#contentsection {
  float:left;
  width:600px;
  margin: 0;
  padding:0;
  background-color: #fff;
  /* border-top: 1px solid #ccc; */
}

#content_wide {
  clear:both;
  width: 580px; /*590*/
  padding: 10px 10px 10px 9px;
  margin: 0;
  font-size: 12px;
  min-height: 400px;
}
  
#content_center {
  float:left;
  width: 600px; /*200 1px line*/
  padding:0;
  margin:0;
  background-color: ececec;
  }


.page_title {
  margin:0;
  padding: 5px 10px 10px 10px;
  height:50px;
  font-size: 11pt; 
  color:#000000; 
  font-weight:bold;
  background-image:url(images/bgr_verlauf_navpunktname.gif);
  background-repeat:repeat-x;
}

/* --- Primary Navigation (horizontal) ------ begin */
#nav_main {
  clear:both;
  margin:0;
  padding-left:170px;
}

#nav_main ul {
  margin:0;
  padding:0;
  list-style: none;
}

#nav_main li {
  float:left;
  display: block;
  /*position: relative;
  top: 4px;*/
  color: #000000;
}

#nav_main li a {
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin:0;
  padding: 6px 10px 7px 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: transparent;
  color: #000000;
}
#nav_main li a:hover {
  background-color: #513eb1;
  color: #ffffff;
}
#nav_main li a.ACT {
  color:#fff;
  font-weight:bold;
  background-color: #513eb1;
  background-image: url(images/menu_sub1_act.gif);
  background-repeat: repeat-y;
  /*background-position: top left;*/
}
/* --- Primary Navigation (horizontal) ------ end */

/* --- Secondary Navigation (left column) ----- begin */
#nav_sub, #nav_sub2 {
  font-size: 12px;
  padding:1px 0 0 0;
  /* margin:0; */
  margin-top: 3px;
  background-color: #ececec;
}

#nav_sub ul {
  margin:0;
  padding: 0;
  border-top: 1px solid #fff;
  list-style: none;
}

#nav_sub2 ul {
  margin:0;
  padding:0 0 0 14px;
  list-style: none;
}
    
#nav_sub ul ul, #nav_sub2 ul ul {
  margin:0;
  padding: 0 0 0 14px;
  list-style: none;
}

#nav_sub li a, #nav_sub2 li a {
  display: block;
  background-image: url(images/menu_sub1_no.gif);
  background-repeat: repeat-y;
  padding: 2px 0 2px 18px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#nav_sub a.ACT, #nav_sub2 a.ACT {
  font-weight:bold;
}

#nav_sub a:hover, #nav_sub2 a:hover {
  font-weight:bold;
}
    
/* --- Secondary Navigation (left column) ----- end */



/* --- footer -------------------- begin */
#footer {
  clear:both;
  padding: 4px 7px 7px 7px;
  font-size:12px;
  color:#000;
  border-top: 1px solid #ccc;
  text-align: center;
}
#footer a {
  color: #000;
  text-decoration: none;
  color: #513eb1;
  font-weight: bold;
}

#footer p {
  margin:0;
  padding:0;
}
/* --- footer -------------------- end */


    
  div.clearer {
    margin:0;
    padding:0;
    clear: both;
    line-height: 0;
    font-size:0;
    }
    
/* --- forms ---*/
.csc-mailform {
  border:0;
  padding:0;
  margin:0;
  font-size:11px;
}

.csc-mailform-label {
  display:block;
  margin:0;
  padding:12px 0 0 0;
  /* font-weight:bold; */
}

/* Felder und Submit Button für Email-Formulare */

.csc-mailform-field input {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
/* font-family: Arial, Helvetica, sans-serif; */
line-height:16px;
font-size: 12px;
}

.csc-mailform-field textarea {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
font-family: Georgia, "Times New Roman", Times, serif;
line-height:16px;
font-size: 12px;
}

.csc-mailform-field label {
margin:2px;
line-height:16px;
color:#000;
float: left;
text-align: left;
margin-right: 0px;
width: 130px;
display: block;
font-size: 12px;
/* font-family: Verdana, Geneva, Helvetica, sans-serif; */
}


/*Ausrichtung des Submit Buttons*/

#mailformformtype_mail {
  margin-left: 130px;
  margin-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #CCC;
  border-width: 1px;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #A2A2A2;
  border-right-color: #A2A2A2;
  border-style: solid;
}

.csc-mailform-field {
  line-height:16px;
  clear:both;
}

.csc-mailform-field select, input.tx-guestbook-submit {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BDBDBD;
}

input.tx-guestbook-submit {
  margin-left: 120px;
}

#csc-textpic-caption {
  font-size: 70%;
}

.csc-textpic-clear {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

#content_wide a {
  text-decoration: none;
  color: #513eb1;
  font-weight: bold;
}


#content_wide h3 {
  font-size: 16px;
  font-weight:bold;
}

.tx-veguestbook-pi1 {
  float: left;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header {
  height: 10px;
}

.contenttable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #c6c3c6;
	border-collapse: separate;
	background-color: white;

}

.contenttable .tr-0 {
	border-bottom: 1px solid #000;
	/* background-color: #c6c3c6; */
}

.tr-0 {
	border-bottom: 1px solid #000;
}
.tr-even {
	/* background-color: #cecece; */
	border-bottom: 1px solid #c6c3c6;
}
.tr-odd {
	/* background-color: #fff; */
	border-bottom: 1px solid #c6c3c6;
}

.contenttable-0 .td-0, .td-1, .td-2, .td-3, .td-4, .td-5, .td-last {
       border-bottom: 1px solid #cecece;
       border-left: 1px solid #cecece;
       text-align: center;
       width: 270px;
} 

.contenttable-0 .td-0 strong, .td-1 strong, .td-2 strong, .td-3 strong, .td-4 strong, .td-5 strong, .td-last strog {
       /* background-color: #cecece; */
       text-align: center;
       /* border-left: 1px solid #cecece; */
} 

.contenttable-1 .td-0, .contenttable-1 .td-1, .contenttable-1 .td-2, .contenttable-1 .td-3, .contenttable-1 .td-4, .contenttable-1 .td-5, .contenttable-1 .td-last {
       border-bottom: 1px solid #cecece;
       text-align: left;
       border-left: 1px solid #cecece;
} 

.contenttable-1 .td-0 strong, .contenttable-1 .td-1 strong, .contenttable-1 .td-2 strong, .contenttable-1 .td-3 strong, .contenttable-1 .td-4 strong, .contenttable-1 .td-5 strong, .contenttable-1 .td-last strog {
       /* background-color: #cecece; */
	text-align: left;
	border-left: 1px solid #cecece;
} 

