blockquote {
    background-color : #a1a1a1;
    background-position : center center;
    border-bottom-color : #ff0033;
    border-bottom-style : double;
    border-bottom-width : 5px;
    border-left-color : #ff0033;
    border-left-style : double;
    border-right-color : #ff0033;
    border-right-style : double;
    border-top-color : #ff0033;
    border-top-style : double;
    text-align : center;
  }

/** CSS-Style für das Gästebuch **/
.gb {
    background-color : #c81710;
  }

/** CSS-Style für dir NEWS-Einträge**/
.News {
    background-color : #888888;
  }


.Event {
    background-color : #c81710;
  }


.Article {
    background-color : #a1a1a1;
  }

/** CSS-Style für die More Seite **/
.moreh3 {
    color : #787878;
  }


.moreh1 {
    color : #4a4a4a;
  }


.text {
	/**#ff791f**/
    background-color : #aa0007;
    bottom : 0px;
    color : #ffffff;
    font-family : FreeSans;
    left : 200px;
    overflow : auto;
    position : absolute;
    right : 0px;
    text-align : center;
    top : 150px;
    padding : 20px;
  }


.body {

    min-width : 900px;
    overflow : auto;
  }


#news td {
    padding : 10px;
  }



.Menue {
    color : #000000;
    font-size : 13px;
    top : 2%;
    bottom : 2%;
    left : 5%;
    right : 5%;
    position : absolute;
    min-width : 800px;
  }


.logo {
	/**#ff791f**/
    background-color : #730005;
    left : 0px;
    page-break-inside : avoid;
    position : absolute;
    right : 0px;
    top : 0px;
  }


[type=submit] {
/**#ff791f**/
    background-color : #730005;
    color : #ffffff;
    font-size : 130%;
    font-style : italic;
    height : 28px;
    margin-left : 1%;
    min-width : 168px;
    width : 168px;
    z-index : 100;
    margin-bottom : 10px;
    border : none;
  }


[type=reset] {
    background-color : #000000;
    color : #ffffff;
    font-size : 130%;
    font-style : italic;
    height : 28px;
    margin-left : 1%;
    min-width : 168px;
    width : 168px;
    z-index : 100;
    margin-bottom : 10px;
    border : none;
  }


div {
    /**border : solid;
    **/;
  }


[type=submit]:hover {
    border-color:#b9b4c4;
    font-size : 110%;
  }

