@CHARSET "UTF-8";

body {
	font-family: helvetica;

	/* added */
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%;
	background-color: #FFFFFF;
	background-image: url('img/bg_body.gif');
	background-repeat: repeat-x;
	font-size: 10pt;
}
#head {
	background: none;
	text-align:center;
	width: 500px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
}
#bg {
	height: 100%;
	width: 100%;
	background-image: url('img/cloud-rbg.png');
	background-repeat: no-repeat;
	background-position: right 70px;
}
#bg_l0 {
	height: 100%;
	width: 100%;
	background-image: url('img/cloud-lbg.png');
	background-repeat: no-repeat;
	background-position: left 70px;
}
#bg_l1 {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left 120px;
}
#bg_l2 {
	height: 100%;
	width: 100%;
	
	background-repeat: no-repeat;
	background-position: left 300px;
}
#bg_l3 {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left 500px;
}
#bg_r1 {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right 120px;
}
#bg_r2 {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right 320px;
}
#bg_r3 {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right 500px;
}
#main {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	display:block;
}

#left {
	float: left;
	width: 205px;
	height: 970px;
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
	background-image: url('img/deko_hands/deko-left.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
#left a{
	padding-left: 5px;
	color: #FFFFFF;
	line-height: 20pt;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #8ABBCE;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('img/termine-bg2.png');
			-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#left a:hover{
	color: #228CDB;
	text-decoration: none;
	background-image: none;
	background-color: #F19C29;	
}

#right {
	float: right;
	width: 200px;
	height: 970px;
	margin: 0;
	padding: 0;
	background-image: url('img/deko_hands/deko-right.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#termine {
	width: 200px;
	font-weight: normal;
	background-image: url('img/termine-bg2.png');
	list-style-type: none;
	margin:0;
	padding:0;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#termine .termin_head {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 11pt;
	margin-left:0px;
	margin-right: 0px;
	background-color: #8ABBCE;
	text-align: center;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#termine .datum {
	color: #002F55;
	font-weight: bolder;
	font-size: 10pt;
	font-style: italic;
	margin-left:5pt;
	margin-right: 5pt;
	text-align: center;
	line-height: 10pt;
}
#termine .ort {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 10pt;
	margin-left:4pt;
	margin-right: 4pt;
	border-bottom: 2pt solid #8ABBCE;
	line-height: 10pt;
	text-align: center;
	padding-bottom: 4pt;
}
#content {
	background-color: #FEDF98;
	padding: 0;
	margin: 0 200px;
	border: 5px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#content { 
	min-height:780px;
}

#mail{
	background-image: url(img/stealth.png);
	background-repeat: no-repeat;
}

iframe#gbuch{
	margin: 0;
	width: 480px;
	height: 1430px;
	border: none;
	overflow: hidden;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #002F55;	
	margin-bottom: 1em;
}
h2{
	font-size: 12pt;
	font-weight: bold;
	color: #002F55;
	border-bottom: 2px solid white;
}
h3{
	font-size: 11pt;
	font-weight: bold;
	color: #002F55;
}

p {
	margin-bottom: 1em;
	font-size: 10pt;
}
ul{
	margin-bottom: 1em;
	list-style-type: circle;
}
li{
	margin-left: 15pt;
	margin-top: 5pt;
}

.center{
	text-align: center;
}

.innertube_menu{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-right: 0;
	margin-top: 90px;
}

.innertube_head{
	margin-left: 280px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-top: 5px;
}

.innertube{
	margin-left: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-right: 5px;

}

span.profil-link{
	margin: 15px;
	line-height: 30px;
}
hr {
	border: solid white;
}
em{
	font-style : italic;
}




