/*
 TourGuides V2 Stylesheet

 1. Body
 2. Textformat

 3. Seitenbegrenzung
 4. Kopfzeile
 5. Navigation
 6. Kasten Inhalt
 7. Fußzeile

 8. Bildumrandung Hauptseite
 9. Bildumrandungen allgemein
 10. Bildumrandungen Team
 11. Boxes Newsseite
 12. Boxes Links
 13. Box 760px allgem.
 14. Sitemap
 15. News

 */
/* -------------------------------- 1. Body ---------------------------------------- */
body {
	background: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
/* -------------------------------- 2. Textformat ---------------------------------------- */
h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
/* -------------------------------- 3. Seitenbegrenzung ---------------------------------------- */
.main_site {
	width: 985px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #000000;
}
/* -------------------------------- 4. Kopfzeile ---------------------------------------- */
.main_top {
	width: 975px;
	margin: 0px 0px 20px 0px;
	padding: 100px 10px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	background-image: url(pics/banner.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
	text-align: right;
}
.top_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.top_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: underline;
}
/* -------------------------------- 5. Navigation ---------------------------------------- */
.main_left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.anzeige {
	background-color: #333333;
	width: 173px;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 1px 7px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_left {
	visibility: hidden;
	background-color: #000000;
	width: 165px;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
	border-right: 0px;
	overflow: hidden;
	height: 0px;
}
.menu_point {
	background-color: #333333;
	width: 173px;
	height: 22px;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 1px 7px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	overflow: hidden;
}
.menu_point:hover {
	background-color: #666666;
	width: 173px;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 1px 7px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}
.menu_point_text {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_point_text:hover {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.menu_sub_point {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_sub_point:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* -------------------------------- 6. Kasten Inhalt ---------------------------------------- */
.main_content {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	float: right;
	width: 774px;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background-color: #333333;
	overflow: visible;
	clear: right;
}
.headline {
	clear: both;
	height: 27px;
	color: #FFFFFF;
	margin: 5px;
	padding: 0px 0px 3px 0px;
	width: 760px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #666666;
}
/* -------------------------------- 7. Fußzeile ---------------------------------------- */
.main_subline {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.sub_subline {
	width: 890px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.subline_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.subline_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}
.w3c_box {
	float: right;
	vertical-align: middle;
	margin: 6px 0px 10px 0px;
	padding: 0px;
}
.knh_box {
	float: left;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* -------------------------------- 8. Bildumrandung Hauptseite ---------------------------------------- */
.pic_index_p {
	width: 161px;
	float: left;
	margin: 7px 7px 7px 7px;
	padding: 13px 8px 8px 8px;
	background-color: #262626;
	border: 1px solid #666666;
}
.pic_index_p:hover {
	width: 161px;
	float: left;
	margin: 7px 7px 7px 7px;
	padding: 13px 8px 8px 8px;
	background-color: #666666;
	border: 1px solid #999999;
}
.pic_index_t {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF
}
.pic_index_t:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF
}
/* -------------------------------- 9. Bildumrandungen allgemein ---------------------------------------- */
.pic_right {
	clear: both;
	float: right;
	margin: 7px 7px 0px 7px;
	padding: 13px 8px 13px 8px;
	background-color: #262626;
	border: 1px solid #666666;
}
.pic_left {
	clear: both;
	float: left;
	margin: 7px 7px 0px 7px;
	padding: 13px 8px 13px 8px;
	background-color: #262626;
	border: 1px solid #666666;
}
.pic_center {
	width: 320px;
	margin: 7px 7px 0px 7px;
	padding: 20px;/*13px 8px 13px 8px;*/
	background-color: #262626;
	border: 1px solid #666666;
}
/* -------------------------------- 10. Bildumrandungen Team ---------------------------------------- */
.pic_team {
	float: left;
	width: 226px;
	margin: 7px 7px 7px 7px;
	padding: 13px 8px 13px 8px;
	background-color: #262626;
	border: 1px solid #666666;
	overflow: hidden;
}
/* -------------------------------- 11. Boxes Newsseite ---------------------------------------- */
.news_mainbox {
	width: 760px;
	margin: 5px;
	padding: 0px;
	border: 1px solid #666666;
	overflow: hidden;
	background-color: #262626;
}
.news_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #999999;
	font-weight: bold;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 10px 2px 2px 10px;
}
.news_left {
	clear: left;
	float: left;
	margin: 17px 17px 17px 5px;
	padding: 0px;
	width: 210px;
	overflow: hidden;
}
.news_textbox {
	float: left;
	margin: 0px 7px 7px 7px;
	width: 480px;
	padding: 0px 7px 7px 7px;
	text-align: left;
}
.news_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	clear: both;
	margin: 0px;
	padding: 2px 20px 2px 2px;
	text-align: right;
}
/* -------------------------------- 12. Boxes Links ---------------------------------------- */
.links_mainbox {
	width: 735px;
	margin: 5px;
	padding: 0px 10px 10px 15px;
	border: 1px solid #666666;
	background-color: #262626;
}
.links_inhalt {
	width: 300px;
	margin: 5px;
	padding: 0px 50px 10px 50px;
	border: 1px solid #666666;
	background-color: #262626;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.links_inhalt_li {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
.links_inhalt_li:hover {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
}
.news_h_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.news_h_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	letter-spacing: 5px;
}
/* -------------------------------- 13. Box 760px allgem. ---------------------------------------- */
.bigbox {
	clear: both;
	width: 740px;
	margin: 5px;
	padding: 10px;
	border: 1px solid #666666;
	overflow: hidden;
	background-color: #333333;
}
.bigbox2 {
	clear: both;
	width: 740px;
	margin: 5px;
	padding: 3px;
	border: 1px solid #666666;
	overflow: hidden;
	background-color: #333333;
	text-align: left;
}
/* -------------------------------- 14. Sitemap ---------------------------------------- */
.smap_spacer {
	color: #666666;
}
.smap_h4 {
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.smap_h4link {
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.smap_h4link:hover {
	text-decoration: underline;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.smap_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smap_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
/* -------------------------------- 15. Galerie ---------------------------------------- */

.galtitle {
	text-align: left;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.galtitle:hover {
	text-align: left;
	font-size: 14px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
/* -------------------------------- 16. Guestbook ---------------------------------------- */

.leftsamll {
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.leftbig {
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #CC0000;
	background-color: #333333;
	font-weight: bold;
	text-align: left;
}
.topsamll {
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
}
.toplinks {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	background-color: #666666;
}
.toplinks:hover {
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	background-color: #666666;
}
.link {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
}
.link:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
}
.linkred {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	background-color: #666666;
}
.linkred:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #000000;
	background-color: #666666;
}
.new_entry_link {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #CC0000;
	background-color: #333333;
}
.new_entry_link:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	color: #CC0000;
	background-color: #333333;
}
