/* Grundeinstellungen der Webseite  */

body {
  padding: 0px;
  margin: 0px;
  background: #333399;
  color: white;
  font-size: x-small; /* für IE5/Win */
  font-family: Arial;
  voice-family: interhit;
  font-size: small; /* für komfore Browser */
  height:100%;
  width:100%;   
  text-decoration: none;
}

img {border: none; padding: 0; margin: 0;}
html>body {font-size: small;}
h1 {font-size: 320%; color: white; padding: 0;}
.fo1 {font-size: 250%; color:White; font-weight: bold; text-align:center;}
.fo2 {font-size: 150%; color:White; font-weight: normal; text-align:center;}
.fo3 {font-size: 120%; color: #333399; font-weight: bold; text-align: right;}

#content {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	width: 1000px;
}

#content1 {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	width: 1000px;
}

/* kopfbereich */

#kopf {
	margin: 0;
	margin-top:  5px;
	padding: 0;
	height: 200px;
	width: 100%;
}

.kopf_schloss {
	margin-top: 0;
	padding: 0;
	height: 217px;
	width: 279px;
	background:  url(../images/Salzburg.gif) top left no-repeat;
	float: left;
}

.kopf_logo {
	margin: 0;
	margin-top: -10px;
	padding: 0;
	height: 217px;
	width: 182px;
	float: right;
	background: url(../images/Logo_kopf.gif) top left no-repeat;
}

.kopf_text {
	margin-top: -20px;
	padding: 0 0 0 10px;
	width: auto;
	height: 217px;
}

/* Navigation */

#navi {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../images/menue_bg.gif) top left repeat-x;
}

#main1 {
	width: 1000px;
	padding: 10px;
	margin: 0 auto 0 auto;
	height: 100%;
	min-height: 600px;
	background: transparent url(../images/Logo_gr.gif) center center no-repeat;
	color: white;
	font-size: 110%;
   border-bottom: 2px solid #CA980E;
}

#main1 ul {
   margin: 0;
   padding: 5px 0 0 5px;
   width: 1000px;
}

#main1 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#default p {
   font-size: 25px;
}

#logo_gr {
	padding: 0;
	margin: 15px auto 0 auto;
	height: 560px;
	width: 470px;
	background: url(../images/Logo_gr.gif) center center no-repeat;
}

/* Rest Main */
#main {
	width: 1000px;
	padding: 0;
	margin: -6px auto 0 auto;
	height: 100%;
	background: #DEDEFA;
	color: #333399;
	font-size: 110%;
   border-bottom: 2px solid #CA980E;
}

#main ul {
	margin: 10px;
	padding: 2px;
}

/* Kontakt Tabell */
.tab1 {
   width: 450px;
	margin: 10px auto 10px 40px;
}

/* Gästebuch */
.gbook {
	width: 80%;
	padding: 0;
	margin: 0 auto 0 auto;
}

.gbookhead {
	margin: 0 0 2px 0;
	padding: 2px 3px 2px 3px;
	background-color: #333399;
	color: White;
	border-bottom: 2px solid #cc9900;
}

.gbooktext {
	margin: 0;
	padding: 5px 5px 5px 8px;
	background-color: #cecee6;
}