/* Datei: style_gb.css
=====================================================

author:			Simon Schnabl
firstVersion:		02.02.2009
lastUpdatedVersion:	23.03.2009

Copyright (c) 2009 Simon Schnabl. All rights reserved.

====================================================*/	


/*Gaestebuch style */

#guest fieldset {
  width: 800px;
  border: solid 1px transparent;
}

#guest {
  margin: 30px 0px 0px 30px;
  text-align: left;
}
#guest .input {
  margin: 0px 0px 20px 0px;
}

#nav 						{ margin-bottom: 2em; }

#guest p.author 					{ font-style: normal; margin-top: 0; margin-bottom: 0.4em; padding-bottom: 0.2em; border-bottom: 1px solid #d5d5d5; max-width: 50em; }

#guest p.entry 					{ margin-top: 0; padding-top: 0; padding-bottom: 1em; margin-bottom: 2em; max-width: 50em; }

#guest p.comment 					{ font-style: normal; margin-top: -1.7em; padding: 0 0 0 2em; margin-bottom: 2em; max-width: 50em; color: #606060

#guest p.admin 					{ margin-top: -0.7; text-align: right; max-width: 50em; }

#guest p.admin span 					{ font-size: 0.82em; }

#guest p.caution 					{ font-weigth: bold; color: red; }

#guest .small 						{ font-size: 0.69em; line-height: 1.19em; }

#guest p.small 					{ font-size: 0.82em; }

#guest h2.preview-hl 					{ font-size: 0.82em; line-height: 1.45em; font-weight: bold; color: red; margin-bottom: 0; }

#guest input.button 					{ width: 45px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; }

#guest input { margin: 0px 0px 10px 0px; }

#preview 					{ border: 1px dotted red; max-width: 41em; padding: 10px 10px 0px 10px; }

#footer 					{ margin-top: 3em; font-size: 0.69em; line-height: 1.19em; color: #808080; }

#footer a 					{ color: #808080; }

#admin { display: none; }

#guest .button { 
  width: 20px;
  height: 20px;
}

#text {
  margin: 0px 0px 0px 0px;
 
}
/*Gaestebuch style ende */

