/*
CSS fuer das
MilkyBOARD 2.5
*/


* {
  margin:				0px;
  padding:				0px;
}

body {
  margin:				50px 0px 0px 20px;
  background-color:		#FFFFFF;
; background-attachment: fixed; background-image: url(../homewaters-page/screen_guestbook-stripe.jpg); background-repeat: repeat; background-position: left top}

body, p, ul, ol, dl, td, th, input, textarea, caption {
  font-family:			Verdana, Arial, Helvetica, sans-serif;
  font-size:			10px;
  line-height:			12pt;
  color:				#333333;
}

a {
  color: 				#333333;
  text-decoration: 		underline;
; padding-top: 1px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px
}
a:hover {
  color: 				#FFFFFF;
; background-color: #CC3300; padding-top: 1px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px
; text-decoration: none
}
  
ul, ol, dl, div, p {
  padding-bottom:		5px;
}       

ul, ol, dl, p, .note {
  margin:				0 0 0 140px;  
}


.marker {
  color:				red;
}


/* FORM */
form {
  width:				500px;
  margin:				5px 0 10px;  
  padding:				5px 0;  
}
form p {
  margin:				2px 0 0 0;
  clear:				both;
}

fieldset {
  padding-top:			6px;
  padding-bottom:		6px;
  width:				450px;
  border:				none;
}

input {  
  width:				240px;
  padding:				1px;  
}
input.submit {
  font-size:			100%;
  margin:				4px 0 0 140px;  
  width:				80px;
  cursor:				pointer;
}
textarea {
  width:				280px;
  height:				120px;
}

label, .datum {
  display:				block;
  float:				left;
  width:				132px;
  padding-right:		8px;
  text-align:			right;
}



/* RECORDS */
#rowcount, #footer_nav {
  margin-bottom:		10px;
  margin-top:			10px;
}
#footer_nav .current {
  font-weight:			bold;
}

.record .datum {
  clear:				both;
  margin:				0 0 0 0px;  
}
.record .datum .d_datum {
}
.record .datum .d_zeit {
  color:				#D1D1D1;
}

.record h2 {  
  font-size:			100%;
  float:				left;
  padding-right:		10px;
}

.record .name {

}
.record .copy {
  width:				350px;
; clip:   rect(   )
}

.record .quote {
  display:				block;
  border:				1px dotted #D1D1D1;
  padding:				5px;
  color:				#777777;
}
.record .quote_name {
  font-style:			italic;
  border-bottom:		1px dotted #D1D1D1;
}
.record .quote_name:after {
  content:				": ";
}

.record .url a:before {
  content:				" » ";
}







/* MISC */
.copyright {  
  margin-top:			30px;
  margin-left:			10px;
; text-align: left; vertical-align: bottom
}

#code {
  width:				50px;
}



#banned h1, #banned h2, #banned h3 {
  margin:				10px 0px 2px 140px;
  float: 				none;
}
#banned h1 {
  font-size:			130%;
  margin-bottom:		10px;
}
#banned .value {
  font-weight:			bold;
  color: 				#028BCF; 
  border-bottom:		1px dotted black;
}
