@font-face { font-family: 'meineschrift'; src: url('kgten.ttf') format('truetype'); }
body {
	font: 20px/1.25 "meineschrift", Arial, sans-serif;
  	color: #4D3d3d;
	padding:0;
	margin:0;	
	background: #A5DACA;
	min-width: 1024px;
}
#main {
	float:left;
  	width:49%;
	min-width: 500px;
	max-width: 750px;
	min-height: 500px;
	margin-top: 30px;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/background_brown.gif', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/background_brown.gif', sizingMethod='scale')";
	background-image: url("../images/background_brown.gif");
	background-size: 100% 100%; 
	padding-bottom:30px;
}
#main_gb{
	float:left;
  	width:49%;
	min-width: 500px;
	max-width: 750px;
	min-height: 500px;
	margin-top: 30px;
	}

#main_content{
	margin: 30 30 30 30;
	font: 20px/1.75 "meineschrift", Arial, sans-serif;
}
#navi {
	float:left;
  	min-width: 250px;
  	width:25%;
  	margin-top: 30px; 
}
#navi_content{
	width:250px;
	font-size: 20px;
	}
a{
text-decoration: none;
color: #4D3d3d;
}
 a:hover{
font-weight: bolder;
}

#save_the_date {
	float:left;
	min-width: 250px;
	width:25%;
 	margin-top: 140;	
}

label { 
	float:left;
	line-height:125%;
	width:110px;
	cursor: pointer;
	padding-top: 4px;
}

input,
textarea{
	padding:4px;
	text-indent:3px;
	background:#FFF;
	font: 15px/1.4 "meineschrift", Arial, sans-serif;
	color: #555;
	outline:none;
	border:1px solid rgb(23,149,190);
  	border:1px solid rgba(23,149,190,.66);
  	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-o-transition-property: border-color;
  	-webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   -o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

textarea{
	font: 13px/1.5 "meineschrift", Arial, sans-serif;
	}
	
input{
	height:30px;
	width:300px;
	}
.inputSpace {
	margin:0 5px 0 0;
}
em {
	display:inline-block;
	font-size:125%;
	font-family:Arial, sans-serif;
	font-weight: bold;
	color:#E00;
}
div.error  {
	color:#E00;
}
div.error input {
	border:1px solid #E00;
	color:#E00;
	background-color:#FFDCE5;
}

input.btnCancel, 
input.btnSend,
input.btnNeu {
	font: bolder 15px/1.25 Arial, sans-serif;
	margin:0 10 0 0;
	width:100px;
	height:30px;
	font-weight: normal;
	text-align: center;
	padding:0 0 1px 0;
	text-indent:0px;	
	border:1px solid #4D3d3d;  
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
	background-color: #FFF;
}

input.btnNeu {
	width:140px;
	}

input.btnCancel{
	float:left;
	}
input.btnSend,
input.btnCancel{
	float:left;
	}
input.btnNeu:active, 
input.btnNeu:hover, 
input.btnNeu:focus
input.btnCancel:active, 
input.btnCancel:hover, 
input.btnCancel:focus
input.btnSend:active, 
input.btnSend:hover, 
input.btnSend:focus {
	background-color: #aaa;
	border:1px solid rgb(77,61,61);
  	border:1px solid rgba(77,61,61,1);
	-moz-box-shadow: 0 0 5px rgba(77,61,61,.75);
 	-webkit-box-shadow: 0 0 5px rgba(77,61,61,.75); 
  	box-shadow: 0 0 5px rgba(77,61,61,.75);
}

input:active, 
input:hover, 
input:focus,
textarea:active, 
textarea:hover, 
textarea:focus {
	border:1px solid rgb(23,149,190);
  	border:1px solid rgba(23,149,190,1);
	-moz-box-shadow: 0 0 5px rgba(23,149,190,.75);
 	-webkit-box-shadow: 0 0 5px rgba(23,149,190,.75); 
  	box-shadow: 0 0 5px rgba(23,149,190,.75);
}


.formBox div {
	float:left;
	margin:0 0 10px 0;
	padding:0 5px 0 20px;
	width:90%;
}
.formBox .errorMsg {
	float:left;
	margin:0 0 20px 0;
	padding:15px 0;
	width:100%;
	border-width:1px 0;
	border-style: solid;
	border-color: #E00 #FFDCE5;
	color:#E00;
	background-color:#FFDCE5;
}
.formBox .errorMsg span {
	display:block;
	padding:0 10px 0 50px;
}

#description{
	font-size: 12px;
	}
#captcha_code{
	width: 100px;
	padding: 0px;
}
.guestbook {
	max-height: 450px;
	width: 96%;
	font: 12px Arial, sans-serif;
	color:#4D3d3d;
	
}
.gb {
	position:relative;
	width: 75%;
	margin-bottom:10px;
	padding:10px 160px 10px 10px;
	background:#4D3d3d;
	border: 1px solid #000;
}

.left .gb{
   padding:10px 10px 10px 160px;
}

.gb, .gb p {
	-moz-border-radius:1em; 	
	-webkit-border-radius:1em;
	border-radius:1em; 
	-moz-box-shadow:-.225em .225em .25em #24202C;
	-webkit-box-shadow:-.225em .225em .25em #24202C;
	box-shadow:-.225em .225em .25em #24202C;
}

.left .gb p {
	-moz-box-shadow:.225em .225em .25em #24202C;
	-webkit-box-shadow:.225em .225em .25em #24202C;
	box-shadow:.225em .225em .25em #24202C;
}

.gb p {
	padding:10px;
	margin:0 0 0 0;
	background-color:#A5DACA;
	color:#4D3d3d;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
 
.gb .person {
	position:absolute;
	top:5px;
	right:0px;
	width: 155px;
	text-align: center;
	color: #fff
} 

.left .gb .person {
 left:0px;
}


.gb, .gb p {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#24202C', Direction=145, Strength=5);
}

.gb p:before {
   content:"";
   position:absolute;
   top:20px;
	right:130px;
	border-color: #A5DACA transparent transparent  transparent;
  	border-style:solid;
  	border-width:35px 35px 0 0;
  	width:0;
  	height:0;
}

.left .gb p:before {
   left:130px;
   border-width:35px 0 0 35px;
   border-color: #A5DACA transparent transparent  transparent;
}



