/* ###################################### */
/* # default stylesheet for tgg website # */
/* ###################################### */


/*
Willkommen			rgb(66,165,45);
Region				rgb(66,165,45);
Freizeitangebote	rgb(255,120,0);
Gastgeber			rgb(0,158,227);
Gastronomie			rgb(130,14,69);
Touristinfos		rgb(255,200,0);
Der Verein			rgb(100,100,100);
*/

html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	background: url("../images/background/bg_body.png") repeat-x rgb(122,204,240);
	color: rgb(100,100,100);
}

/* defaults ####################################################################################### */
a {
	text-decoration: none;
}

img {
	border: 0px solid black;
}

p {
	text-align: left;
	color: rgb(100,100,100);
}

table {
	border: 0px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
}

th {
	border: 0px solid black;
	vertical-align: top;
	text-align: left;
}

td {
	border: 0px solid black;
	vertical-align: top;
}

h1 {
	margin: 0px 0px 16px 0px;
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	margin: 30px 0px 5px 0px;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin: 20px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	margin: 10px 0px 5px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

/* banner ######################################################################################### */
div.bannerTop {
	background: url(../images/background/banner_all.jpg) no-repeat 0px 0px; 
	height: 80px; 
	margin: 0px auto; 
	width: 1000px;
	position: relative; 
}

div.registerBar {
	position: absolute; 
	top: 50px; 
	left: 10px;
}

div.banner {
	height: 356px;
	margin: 0px auto; 
	width: 1000px;
}

div.banner:hover {
	cursor: pointer;
}

/* register ####################################################################################### */
a.register, span.register {
	border: 0px solid red;
	display: block;
	float: left;
	margin-left: 5px;
}

/* welcome ======================================================================================== */
a.register#welcome {
	background: url(../images/register/welcome.jpg) no-repeat;
	width: 83px;
	height: 30px;
}

a.register#welcome:hover {
	background: url(../images/register/welcome_focus.jpg) no-repeat;
}

a.register#welcomeHasFocus {
	background: url(../images/register/welcome_focus.jpg) no-repeat;
	width: 83px;
	height: 30px;
}

/* region ========================================================================================= */
a.register#region {
	background: url(../images/register/region.jpg) no-repeat;
	width: 52px;
	height: 30px;
}

a.register#region:hover {
	background: url(../images/register/region_focus.jpg) no-repeat;
}

a.register#regionHasFocus {
	background: url(../images/register/region_focus.jpg) no-repeat;
	width: 52px;
	height: 30px;
}

/* freetimeOffer ========================================================================================= */
a.register#freetimeOffer {
	background: url(../images/register/freetimeOffer.jpg) no-repeat;
	width: 107px;
	height: 30px;
}

a.register#freetimeOffer:hover {
	background: url(../images/register/freetimeOffer_focus.jpg) no-repeat;
}

a.register#freetimeOfferHasFocus {
	background: url(../images/register/freetimeOffer_focus.jpg) no-repeat;
	width: 107px;
	height: 30px;
}

/* host ========================================================================================= */
a.register#host {
	background: url(../images/register/host.jpg) no-repeat;
	width: 70px;
	height: 30px;
}

a.register#host:hover {
	background: url(../images/register/host_focus.jpg) no-repeat;
}

a.register#hostHasFocus {
	background: url(../images/register/host_focus.jpg) no-repeat;
	width: 70px;
	height: 30px;
}

/* gastronomy ========================================================================================= */
a.register#gastronomy {
	background: url(../images/register/gastronomy.jpg) no-repeat;
	width: 83px;
	height: 30px;
}

a.register#gastronomy:hover {
	background: url(../images/register/gastronomy_focus.jpg) no-repeat;
}

a.register#gastronomyHasFocus {
	background: url(../images/register/gastronomy_focus.jpg) no-repeat;
	width: 83px;
	height: 30px;
}

/* touristInformation ========================================================================================= */
a.register#touristInformation {
	background: url(../images/register/touristInformation.jpg) no-repeat;
	width: 131px;
	height: 30px;
}

a.register#touristInformation:hover {
	background: url(../images/register/touristInformation_focus.jpg) no-repeat;
}

a.register#touristInformationHasFocus {
	background: url(../images/register/touristInformation_focus.jpg) no-repeat;
	width: 131px;
	height: 30px;
}

/* club ========================================================================================= */
a.register#club {
	background: url(../images/register/club.jpg) no-repeat;
	width: 71px;
	height: 30px;
}

a.register#club:hover {
	background: url(../images/register/club_focus.jpg) no-repeat;
}

a.register#clubHasFocus {
	background: url(../images/register/club_focus.jpg) no-repeat;
	width: 71px;
	height: 30px;
}

/* frameset ####################################################################################### */
table.frameset {
	width: 1000px;
	margin: 0px auto 20px auto;
	background: url("../images/background/bg_welcome.png") repeat-y;
	min-height: 1000px;
}

table.frameset#region {
	background: url("../images/background/bg_region.png") repeat-y;
}

table.frameset#freetimeOffer {
	background: url("../images/background/bg_freetimeOffer.png") repeat-y;
}

table.frameset#host {
	background: url("../images/background/bg_host.png") repeat-y;
}

table.frameset#gastronomy {
	background: url("../images/background/bg_gastronomy.png") repeat-y;
}

table.frameset#touristInformation {
	background: url("../images/background/bg_touristInformation.png") repeat-y;
}

table.frameset#club {
	background: url("../images/background/bg_club.png") repeat-y;
}

table.frameset td {
	border: 0px solid black;
	background: transparent;
	padding: 0px 0px 20px 0px;
}

/* middle part of the frameset ==================================================================== */
table.frameset td.middle {
	padding: 0px 20px 10px 20px;
	color: rgb(100,100,100);
}

table.frameset td.middle a {
	color: rgb(100,100,100);
	text-decoration: underline;
}

table.frameset td.middle a:hover {
	color: rgb(130,14,69);
}

/* menu ########################################################################################### */
ul.menu {
	margin: 0px 5px 0px 16px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li {
	border: 0px solid red;
	border-top: 1px solid rgb(255,255,255);
	
	margin: 0px;
	padding: 0px 0px;
}

ul.menu li#last {
	border: 0px solid red;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	margin: 0px;
	padding: 0px 0px;
}

ul.menu li a {
	border: 0px solid red;
	display: block;
	padding: 5px 0px 5px 26px;
	color: rgb(46,46,46);
	font-weight: normal;
	margin-left: -16px;
}

/* region ========================================================================================= */
ul.menu#region li a:hover {
	background-color: rgb(66,165,45);
	color: rgb(255,255,255);
}

ul.menu li a#regionHasFocus {
	background-color: rgb(66,165,45);
	color: rgb(255,255,255);
}

/* freetimeOffer ================================================================================== */
ul.menu li a#freetimeOfferHasFocus {
	background-color: rgb(255,120,0);
	color: rgb(255,255,255);
}

ul.menu#freetimeOffer a:hover {
	background-color: rgb(255,120,0);
	color: rgb(255,255,255);
}

/* host =========================================================================================== */
ul.menu li a#hostHasFocus {
	background-color: rgb(0,158,227);
	color: rgb(255,255,255);
}

ul.menu#host a:hover {
	background-color: rgb(0,158,227);
	color: rgb(255,255,255);
}

/* gastronomy ===================================================================================== */
ul.menu li a#gastronomyHasFocus {
	background-color: rgb(130,14,69);
	color: rgb(255,255,255);
}

ul.menu#gastronomy a:hover {
	background-color: rgb(130,14,69);
	color: rgb(255,255,255);
}

/* touristInformation ============================================================================= */
ul.menu li a#touristInformationHasFocus {
	background-color: rgb(255,200,0);
	color: rgb(255,255,255);
}

ul.menu#touristInformation a:hover {
	background-color: rgb(255,200,0);
	color: rgb(255,255,255);
}

/* club ============================================================================= */
ul.menu li a#clubHasFocus {
	background-color: rgb(100,100,100);
	color: rgb(255,255,255);
}

ul.menu#club a:hover {
	background-color: rgb(100,100,100);
	color: rgb(255,255,255);
}

/* leftFooter ##################################################################################### */
div.leftFooter {
	border: 0px solid red;
	margin: 260px auto 0px auto;
	width: 171px;
}

div.leftLogo {
	float:left;
}

div.rightLogo {
	float: right;
}

/* rightFooter #################################################################################### */
div.rightFooter {
	margin: 0px 10px;
	padding: 5px 0px 0px 0px;
	color: rgb(0,158,227);
}

div.rightFooter p {
	font-size: 11px;
	font-weight: normal;
	margin: 1px 0px;
	color: rgb(0,158,227);
}

div.rightFooter a {
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,158,227);
}

div.rightFooter a:hover {
	color: rgb(130,14,69);
}

/* TODO ########################################################################################### */
.TODO {
	background-color: rgb(255,0,0);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

/* vertical table ################################################################################# */
table.vertical {
}

table.vertical th {
	padding: 3px 30px 3px 0px;
	white-space: nowrap;
}

table.vertical td {
	padding: 3px 0px;
}

/* vertical2 table ################################################################################# */
table.vertical2 {
}

table.vertical2 th {
	padding: 1px 20px 1px 0px;
	white-space: nowrap;
}

table.vertical2 td {
	padding: 1px 0px;
	width: 100%;
}

/* vertical table ################################################################################# */
table.vertical3 {
}

table.vertical3 th {
	padding: 3px 30px 3px 0px;
}

table.vertical3 td {
	padding: 3px 0px;
}

/* map ############################################################################################ */
div.map {
	border: 0px solid red;
	text-align: center;
}

div.map img {
	margin: 0px 0px;
}

/* blockquote ##################################################################################### */
blockquote {
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 12px;
	margin: 10px 30px;
}

blockquote div.cite {
	font-style: normal;
	font-size: 10px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

/* thumbnail ###################################################################################### */
img.thumbnail {
	padding: 1px;
	border-width: 1px;
	border-style: solid;
}

/* list0 ########################################################################################## */
ol.list0 {
	
}

ol.list0 li {
	border: 0px solid black;
	margin: 5px 0px;
}

/* inputbox ####################################################################################### */
.inputbox {
	border: 1px solid rgb(164,215,190);
	background-color: rgb(197,232,238); 
}

.lable {
	margin: 5px 0px 1px 0px;
}

.required {
	font-weight: bold;
	color: rgb(66,165,45);
}

.first {
	margin: 0px 0px 1px 0px;
}

/* buttonPanel #################################################################################### */
div.buttonPanel {
	margin: 20px 0px 0px 0px;
}

/* definition list ################################################################################ */
dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	padding: 2px 0px 2px 0px;
}

dd.disabled {
	color: rgb(150,150,150);
	font-style: italic;
}

/* informationBox ################################################################################# */
div.informationBox {
	border: 0px solid red;
	padding: 10px;
	font-size: 11px;
	width: 605px;
	
}

div.informationBox table.vertical th {
	color: rgb(100,100,100);
	padding: 1px 20px 1px 0px;
	white-space: nowrap;
}

div.informationBox table.vertical td {
	padding: 1px 0px;
	width: 100%;
}

div.informationBox .buttonBar {
	text-align: center;
	margin: 30px 0px 0px 0px;
}


div.informationBox h1 {
	color: color: rgb(255,120,0);
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: bold;
}


div.informationBox h2 {
	color: rgb(255,120,0);
	margin: 10px 0px 3px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
}


div.informationBox h3 {
	color: rgb(70,70,70);
	margin: 10px 0px 3px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}


div.informationBox h4 {
	color: rgb(70,70,70);
	margin: 5px 0px 3px 0px;
	padding: 0px;
	font-size: 1.0em;
	font-weight: bold;
}

div.informationBox .subtitle {
	color: rgb(70,70,70);
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}


div.informationBox p {
	color: rgb(70,70,70);
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

div.informationBox a {
	color: rgb(70,70,70);
	text-decoration: underline;
}

div.informationBox a:hover {
	color: rgb(170,0,0);
}

div.informationBox table.horizontal {
	width: 100%;
}

div.informationBox table.horizontal th {
	color: rgb(100,100,100);
	padding: 2px 20px 2px 2px;
	white-space: nowrap;
}

div.informationBox table.horizontal td {
	padding: 2px;
}

div.informationBox table.horizontal tr.even {
	background-color: rgb(206,239,243);
}

div.informationBox table.horizontal tr.odd {
	background-color: rgb(196,229,243);
}


/* external ad #################################################################################### */
span.externalAd {
	position: relative;
	font-size: 1.1em;
}

span.externalAd a {
	font-weight: normal;
	text-decoration: none;
}

/* waldeisenbahn ---------------------------------------------------------------------------------- */
span.waldeisenbahn {
	top: 432px; left: 20px;
}

span.externalAd a.waldeisenbahn {
	font-weight: bold;
	color: rgb(0,85,0);
}

span.externalAd a.waldeisenbahn:hover {
	text-decoration: underline;
}

/* graupner verein -------------------------------------------------------------------------------- */
span.externalAd a.adGraupnerVerein {
	color: rgb(255,255,255);
}

span.externalAd a.adGraupnerVerein:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}

/* allrad Graupner -------------------------------------------------------------------------------- */
span.adAllradGraupner {
	top: 415px;
	left: 54px;
	display: block;
	width: 160px;
	text-align: center;
}

span.externalAd a.adAllradGraupner {
	font-weight: bold;
	color: rgb(255,255,255);
}

span.externalAd a.adAllradGraupner:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}

/* pension_weiser ---------------------------------------------------------------------------------- */
span.pension_weiser {
	top: 448px;
	left: 163px;
}

span.externalAd a.pension_weiser {
	font-weight: bold;
	color: rgb(100,50,9);
	font-size: 1em;
}

span.externalAd a.pension_weiser:hover {
	text-decoration: underline;
	font-size: 1em;
}

/* adErlebnisweltKrauschwitz ---------------------------------------------------------------------- */
span.adErlebnisweltKrauschwitz {
	top: 428px;
	left: 340px;
	display: block;
	width: 160px;
	text-align: center;
	font-size: 2em;
}

span.externalAd a.adErlebnisweltKrauschwitz {
	font-weight: bold;
	color: rgb(255,255,255);
}

span.externalAd a.adErlebnisweltKrauschwitz:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}












