/* *** styles www.johanna-may.de *** */


/* *** allgemeine Styles *** */
/* ****************************************************** */
html, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	/* ### margin für moz/ie || padding für opera ### */
	margin: 0;
	padding: 0;
	background-color: #8A82B1;
	font: 0.8em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #635D80;	
}

a {
	color: #676185;
	text-decoration : underline;
}

a:active {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: none
}
a img {
	text-decoration : none;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 3px;
}

h3 {
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 3px;
}

ul {	
	list-style: none;
}

/* ****************************************************** */


/* *** Ganze Seite *** */
/* ****************************************************** */

#horizon {
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: hidden;
	display: block;
}

#content {
	position: absolute;
	left: 50%;
	visibility: visible;
	border: 4px solid #726B92;
	text-align: left;
}

.mainpic_home {
	margin-left: -460px;
/*	top: -272px;*/
	width: 921px;
	height: 544px;
	background-image: url(../images/johanna-may_homepage.jpg);
}

.mainpic_folgeseite {
	margin-left: -468px;
/*	top: -317px;*/
	width: 955px;
	height: 634px;
	background-image: url(../images/johanna-may_folgeseite.jpg);
}


/* ****************************************************** */


/* *** Inhalt *** */
/* ****************************************************** */
* html ul#navigation {
	background: transparent url(../images/bg.gif) repeat;
}
ul#navigation {
	float: right;
	text-align: right;
	padding: 0px 5px 3px 10px;
	background: transparent url(../images/bg.png) repeat;
}
ul#navigation li {
	display: inline;
	color: #676185;
	margin-right: 3px;
}
ul#navigation li a {
	color: #5B5778;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
ul#navigation li a:active {
	color: #000;	
	text-decoration: none;
}
ul#navigation li a:hover {
	color: #000;
	text-decoration: none;
}

* html #contentbox, * html #contenttext {
	background: transparent url(../images/bg.gif) repeat;
}

#contentbox {
	width: 500px;
	height: 560px;
	margin-top: 50px;
	margin-left: 50px;
}
#contenttext {
	padding: 25px 10px 10px 25px;
	background: transparent url(../images/bg.png) repeat;
	min-height: 530px;
	/*
	background: transparent url(../images/bg.gif) repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;*/
}

.bold {
	font-weight: bold;
}

.img_left {
	float: left;
	margin: 0px 7px 5px 0px;
	font-size: 0.7em;
	line-height: 1.1em;
}

.td01 {
	width: 15%;
	vertical-align: top;
	margin: 0;
	padding:0;
	font-size: 0.9em;
	line-height: 1.2em;
}

.td02 {
	margin: 0;
	padding:0;
	font-size: 0.9em;
	line-height: 1.3em;
}
.td02 h2 {
	font-size: 1.0em;
	line-height: 1.5em;
}

ul.links {
	margin-top: 15px;
	font-size: 1.0em;
	line-height: 2.8em;
	font-weight: bold;
}

.galerie a img {
	margin: 10px;
}

.booking {
	font-weight: bold;
	margin: 30px 0px 40px 0px;
}
.booking img {
	margin-left: 25px;
}

.impressum {
	font-size: 0.8em;
	line-height: 1.3em;	
}

#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
}

/* ****************************************************** */


/* *** Forms *** */
/* ****************************************************** */

.form_req {
	color: red;
}

input {
		background-color: #8A82B1;
		font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		border: 2px solid #726B92;
		width: 150px;
}

textarea {
		background-color: #8A82B1;
		border: 2px solid #726B92;
		font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		width: 180px;
		height: 100px;
}

input.button {
	background-color: #8A82B1;
	border: 2px solid #726B92;
	font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100px;
}

input.checkbox {
	width: 20px;
	background-color: transparent;
	border: none;
}

select { 
		background-color: #8A82B1; 
		border: 2px solid #726B92;
		color: #fff;
}
