/* Homepage */
/* Komplette Bildschirmhöhe */
html{height: 100%;}

/* Formatierungen */
body,td,th
{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .68em;
  padding: 0px;
  margin: 0px;
}

p
{ margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 1.7em;
}

h1{
 font-family: Arial, sans-serif;
 letter-spacing: .1em;
}

form {margin: 0;}

/* Anordnung der einzelnen Menüpunkte */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* Rahmen */
#rahmen
{ width: 980px;
  margin-left: auto; 
  margin-right: auto;
}

/* Positionierung von Kopf- und Fußbereich */
#headermenu, #footer
{ margin-left: auto;
  margin-right: auto;
  padding: 3px 21px 0px 19px;
  width: 920px;
  height: 18px;
  font-size: 94%;
}

/* Ausrichtung des Text im Kopfbereich */
#headermenu
{ text-align: right;
  text-transform: uppercase;
}

/* Ausrichtung des Text im Füßbereich */
#footer{text-align: center;}

/* keine unterstrichenen Weblinks (Kopf- und Fußbereich) */
#headermenu a, #footer a{text-decoration: none;}

/* unterstrichene Weblinks beim Aktivieren (Kopf- und Fußbereich) */
#headermenu a:hover, #footer a:hover{text-decoration: underline;}

/* Positionierung des Banners */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 960px;
  height: 100px;
  text-align: left;
}

/* Positionierung des Logo HomeofMartin auf dem Banner */
#logo h1
{ margin: 0px;
  padding: 29px 0px 0px 25px;
}

/* Trenner zwischen Logo und "Content" */
#trenner
{ height: 8px;
  width: 960px;
  margin-left: auto; 
  margin-right: auto;
}

/* Formatierung aller Rahmen unter dem Logo */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 960px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* Position der Sidebar (Rahmen) */
#sidebar
{ width: 207px;
  float: right;
  padding: 16px 0px 5px 0px;
}

/* Position der Menüs */
.menu
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 5px 0px;
}

/* Formatierung des Menütitelhintergrund */
.menutitel
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

/* Formatierung des Menütitel */
.menutitel h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

/* Position der dynamischem Menüs */
.showmenu{padding: 7px 8px 8px 15px;}

/* Aktuelles Menü Fett */
.menu_current{font-weight: bold;}

/* Position des Nachrichtentext */
.news
{ height: 8px;
  width: 690px;
  padding: 1px 0px 5px 10px;
}
/* Position des Bildtrenner (Tram) */
.trennlinie
{ height: 10px;
  width: 700px;
  font-weight: bold;
  padding: 1px 0px 5px 10px;
}

/* Formatierung des Inhalts*/
#pagecontent
{ text-align: justify;
  width: 712px;
  float: left;
  padding: 12px 3px 15px 19px;
}

/* keine unterstrichenen Weblinks (Menü und Inhalt) */
.menu a, #pagecontent a, #pagecontent a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* unterstrichene Weblinks beim Aktivieren (Menü) */
.menu a:hover {border-bottom: 1px solid;}

/*Gästebuch */
/* view: odd rows */
table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #FAFAFA;
  color: #000000;
	border-bottom: 1px solid #DCDCDC;
}
table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FAFAFA;
  color: #000000;
}
table.gbentry div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #BCBCBC;
}

/* view: even rows */
table.gbentry_b {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry_b td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #EAEAEA;
  color: #000000;
	border-bottom: 1px solid #DCDCDC;
}
table.gbentry_b td.gbcontent {
  padding: 5px; 
  background-color: #EAEAEA;
  color: #000000;
}
table.gbentry_b div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #BCBCBC;
}

/* add entry */
.required {
  color: #EE0000;
}
img.button {
  vertical-align: bottom;
}
.input_form {
	font-size: 1.68em;
	border: 0;
}
.input_name_field {
	width: 300px;
}
.input_mail_field {
	width: 300px;
}
.input_website_field {
	width: 300px;
}
.input_message_field {
	width: 300px;
	height: 80px;
}
.input_smileys {
	text-align: right;
}
.smileys {
	border: 0;
}
.captcha_table {
	padding-top: 5px;
}
.image_captcha {
	border: 0;
}
.captcha_expl {
	font-size: 0.8em;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

/*AnyNews*/

div.anynews h2 {
}

div.anynews p {
}

/*News*/
.captcha-table,
.captcha_table,
.news-table {
	border: 0px;
}

.post_title, .post_date,
.post-title, .post-date {
	border-bottom: 1px solid #DDDDDD;
}
.post_title,
.post-title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.post_date,
.post-date {
	text-align: right;
	font-weight: bold;
}
.post_short,
.post-short {
	text-align: justify;
	padding-bottom: 5px;
}
.comment_title,
.comment-title {
	font-weight: bold;
}
.comment_text,
.comment-text {
	font-weight: normal;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}
.comment_title, .comment_text,
.comment-title, .comment-text {
	border-left: 1px solid #DDDDDD;
}
.comment_info,
.comment-info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}
.comment_title, .comment_info,
.comment-title, .comment-info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
.selected_group_title,
.selected-group-title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
.loop_header,
.loop-header {
	width: 100%;
}
.page_header,
.page-header {
	width: 100%;	
}
.post_header,
.post-header {
	width: 100%;	
}
.page_left,
.page-left {
	text-align: left;	
}
.page_center,
.page-center {
	text-align: center;
}
.page_right,
.page-right {
	text-align: right;	
}
.comment_header,
.comment-header {
	width: 100%;
}
.public_info,
.public-info {
	text-align: left;
}
.group_page,
.group-page {
	text-align: center;
}
/* Streckenplan */
