/* CSS Document */
*{margin:0px; padding:0px;}

body{
  text-align: left;
  font-family: Arial;
  font-size: 0.8em;
  background-color: #152d03;
  color:white;
  margin: auto; 
}

h1 {
  font-size: 16px;
  text-align: center;
  color:#bbe295;
}

.shoutbox {
  margin: 5px;
}

.info {
  text-align: center;
  color:#FFBA80;
}

.shoutbox p.text {font-size: 0.8em; font-weight: normal !important; padding-bottom:5px;}
.shoutbox a {color:#bbe295; text-decoration: none;}
.shoutbox a.admin {color:#EE0000; text-decoration: none;}
.shoutbox a:hover {text-decoration: underline;}
.system {color: #00CC00;}

.shoutbox_archiv p.text {font-size: 0.8em; font-weight: normal !important; padding-bottom:5px;}
.shoutbox_archiv a {color:#bbe295; text-decoration: none;}
.shoutbox_archiv a.admin {color:#EE0000; text-decoration: none;}
.shoutbox_archiv a:hover {text-decoration: underline;}

#koment {
  text-align: center;
  margin: auto;
  padding-top: 5px;
}

#koment input {
  background-color:#445735 ;
  border: 1px solid silver;
  height: 18px;
  color:white;
}

#koment textarea {
  background-color:#445735 ;
  border: 1px solid silver;
  color:white;
}

#koment a {color:#bbe295; text-decoration: none;}
#koment a.admin {color:#C0C0C0; text-decoration: none;}
#koment a:hover {text-decoration: underline;}

.archiv {
  text-align: right;
}
