#MainFrame{
  font-family: Garamond;
  width:900px;
  margin:auto;
}

.einrueck { margin-left:150px }

#header{
  color:white;
  background:#003366;
  background-image:url(Verlauf/Header.png);
  background-repeat:no-repeat;
  background-position:10px 10px;
  font-size: 260%;
  text-align:left;
  vertical-align: top;
  border: 1px solid black;
  border-color: #9999CC;
  height: 100px;
  width: 96%;
  margin: 5px;
  padding:10px;
  padding-right: 30px;
  -moz-border-radius-topright: 100px;
}

#headerinnenrechts{
  color:white;
  font-size: 100%;
  text-align:right;
}

#headerinnenlinks{
  color:white;
  font-size: 100%;
  text-align:left;
  float: left;
}

#left{
  color:#9999CC;
  background:#003366;
  font-size: 500%;
  text-align:right;
  border: 1px solid black;
  border-color: #9999CC;
  width: 150px;
  margin: 5px;
  padding:10px;
  position: absolute;
  top:135px;
}

#leftinner{
  border-color: white;
  background: 	#336699;
  color: white;
  font-size: small;
  text-align:left;
  border: 1px solid;
  margin: 5px;
  padding:5px;
  font-weight: bold;
}

#info{
  color:#9999CC;
  background:#003366;
  font-size: 500%;
  text-align:center;
  border: 1px solid black;
  border-color: #9999CC;
  width: 150px;
  height:270px;
  margin: 5px;
  padding:10px;
  position: absolute;
  top:540px;   
}

#infoinner{
  border-color: white;
  background: 	#336699;
  color: white;
  font-size: small;
  text-align:center;
  border: 1px solid;
  margin: 5px;
  padding:5px;
  font-weight: bold;
  height:250px;
}

#main{
  color:white;
  background:#003366;
  font-size: 160%;
  text-align:center;
  border: 1px solid black;
  border-color: #9999CC;
  min-height: 675px;
  width: 708px;
  margin: 5px;
  margin-right: -11px;
  padding:10px;
  -moz-border-radius-bottomright: 100px;
  float: right;
}

#mainkurse{
  color:white;
  background:#003366;
  font-size: 200%;
  text-align:center;
  border: 1px solid black;
  border-color: #9999CC;
  height: 875px;
  width: 82%;
  margin: 5px;
  padding:10px;
  -moz-border-radius-bottomright: 100px;
  position: absolute;
  top:135px;
  left: 15%;
}

#text{
  font-size:70%;
  float: right;
  margin-right: 140px;
}

#maininner{
  border-color: white;
  background: 	#336699;
  color: white;
  font-size: small;
  text-align:center;
  border: 1px solid;
  margin: 5px;
  padding:5px;
  font-weight: bold;
  position: relative;
  height: 10;
  float:left;
  padding-top: 15px;
}

#maininnerakt{
  border-color: white;
  background: 	#336699;
  color: white;
  font-size: small;
  text-align:center;
  border: 1px solid;
  margin: 5px;
  padding:5px;
  font-weight: bold;
  position: relative;
  top:300px;
  height: 27px;
  width: 100%
  float:left;
  padding-top: 15px;
}

#counter{
font-size:50%;
text-align:center;
}

#mainKuenstler{
  color:white;
  background:#003366;
  font-size: medium;
  text-align:left;
  border: 1px solid black;
  border-color: #9999CC;
  min-height: 650px;
  width: 708px;
  margin: 5px;
  margin-right: -11px;
  padding:10px;
  -moz-border-radius-bottomright: 100px;
  float: right;

}


#leftinner li {
  color:black;
  display:block;
  background-color:white;
  border-bottom:1px #E4E3E6 solid;
  padding-left:5px;
  padding-top:6px;
  padding-bottom:6px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-topleft: 12px;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
color: black;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


#linkbutton{
  color: black;
  background: white;
  border: 2px solid black;
  border-color: #CC9966;
  width:100px;
  height: 20px;
  font-size: medium;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topright: 15px;
  position: relative;
  left: 460px;
}

#linkbuttonkopie{
  color: black;
  background: white;
  border: 2px solid black;
  border-color: #CC9966;
  width:100px;
  height: 20px;
  font-size: medium;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topright: 15px;
  position: relative;
}

#linkbuttonkopielinks{
  color: black;
  background: white;
  border: 2px solid black;
  border-color: #CC9966;
  width:100px;
  height: 20px;
  font-size: medium;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topright: 15px;
  float:left;
}

#linkbuttonkopierechts{
  color: black;
  background: white;
  border: 2px solid black;
  border-color: #CC9966;
  width:100px;
  height: 20px;
  font-size: medium;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topright: 15px;
  float: right;
}

.mygall{
 overflow :hidden;
 width:120px; 
 height: 225px;
 border: 0px;
 margin-left:auto;
 margin-right:auto;
 margin-top:7px;
}

#gaestebuchbody{
text-align:left;
font-size:16px;
border: 1px solid white;
padding: 5px;
padding-top:20px;
background-color: #336699;
color: white;
border-top:3px #CC9966 solid;
margin-bottom: 50px;
}

.eintrag{
 border: 1px solid black;
 border-top:3px #CC9966 solid;
 padding: 5px;
 background: white;
 color: black;
}
.eintrag a{
 color:blue;
 text-decoration:none;
}
.eintrag a:hover{
 color:cornflowerblue;
 text-decoration:underline;
}
.eintrag a:link{
 color:blue;
 text-decoration:none;
}
.eintrag a:link:hover{
 color:cornflowerblue;
 text-decoration:underline;
}

.tabelle{
table-layout: fixed;
}

.gbrechts{
width: 72%;
word-break:break-all;
word-wrap:break-word;
margin: auto;
padding-left:20px;
border-left: 1px solid black;
text-align:left;
}

.gblinks{
font-size: 14px;
word-break:break-all;
word-wrap:break-word;
width: 7%;
vertical-align:top;
padding-right: 20px;
}

.gbmitte{
font-size: 14px;
word-break:break-all;
word-wrap:break-word;
width: 21%;
vertical-align:top;
margin:auto;
}

.gblink{
  text-align:center;
}

.gblink a{
  color: white;
}

.gblink a:hover{
  color: black;
  text-decoration: underline;
}

#kontaktbody{
  text-align:left;
  font-size:23px;
  border: 1px solid white;
  padding: 15px;
  padding-top:20px;
  background-color: #336699;
  color: white;
  border-top:3px #CC9966 solid;
  margin-bottom: 50px;
  font-size:20px;
}

#verkauf{
  text-align:center;
  font-size:23px;
  border: 1px solid white;
  padding: 15px;
  padding-top:20px;
  background-color: #336699;
  color: white;
  border-top:3px #CC9966 solid;
  margin-bottom: 50px;
  font-size:100%;
}
#verkauf a{
color:white;
}
#verkauf a:hover{
color:#CC9966;
}


#kontaktbody a{
color: white;
font-weight: bold;
}

#kontaktbody a:hover{
color: black;
font-weight: bold;
text-decoration:underline;
}




























