/* generelles: */
body {
	margin: 0px;
	border: 0px;
	background-color: RGB(255,255,240);
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana;
}

img {
	border: 0px solid #000000;
}

select {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 11px;
	/*min-width: 100px;*/
	color: #000000;
 	background-color: RGB(255,223,147);
}

textarea {
	font-size: 11px;
 	font-family: Verdana;
 	color: #000000;
 	background-color: RGB(255,223,147);
 	border:1px solid #000000;
 	padding: 2px;
}

td.top {
	font-family: Verdana, Arial, sans-serif;
	background-color: RGB(255,243,177);
	font-size: 35px;
	color: RGB(43,43,75);
	font-weight: bold;
	border: 1px solid RGB(255,179,0);
}

td.left {
	background-color: RGB(255,243,177);
	color: RGB(43,43,75);
	border: 1px solid RGB(255,179,0);
}

td.right {
	background-color: RGB(255,243,177);
	color: RGB(43,43,75);
	border: 1px solid RGB(255,179,0);
}

/* Links Anfang */

a {
	text-decoration: none;
	color: #2B2BAB;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #2B2BAB;
	background-color: transparent;
}

a.gallery {
	text-decoration: none;
	color: #2B2BAB;
	background-color: transparent;
}

a.gallery:hover {
  border-bottom: 1px solid #2B2BAB;
}

/* Links im Menü */
a.menu {
	text-decoration: none;
	color: #2B2BAB;
	font-size: 12px;
	background-color: transparent;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 2px;
}

a.menu:hover {
	text-decoration: none;
	border-bottom: 1px solid #DC5500;
	border-top: 1px solid #DC5500;
	color: #DC5500;
	font-size: 12px;
	background-color: #C9B676;
	display: block;
	padding: 0px;
	text-indent: 2px;
}

a.activemenu {
	text-decoration: none;
	border-bottom: 1px solid #DC5500;
	border-top: 1px solid #DC5500;
	color: #000000;
	background-color: #C9B676;
	font-size: 12px;
	display: block;
	padding: 0px;
	text-indent: 2px;
}

/* Links Ende */

.block,p {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

li {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	/*font-size: 12px;
	color: #355F8C;*/
	list-style-type: square;
}

#list {
	text-align: justify;
	list-style-type: none;
}

.red {
	color: red;
	background-color: transparent;
}

h1,h2,h3 {
	text-align: center;
}

/* gruppen im menü */
div.major {
	border-bottom: 1px solid RGB(43,43,75);
	/*
	border-bottom: 1px solid #DC5500;
	color: #DC5500;
	*/
	font-weight: bold;
	font-family: Verdana;
}

/* überschrift für jede seite */
div.ueb {
	font-size: 25px;
	border-bottom: 1px solid RGB(43,43,75);
	font-weight:bold;
	font-variant:small-caps;
	font-family: Verdana;
}

/* Text der News */
div.news_text {
  font-size:11px;
  color:#000000;
  font-family: Verdana;
}

/* für links die an den seitenanfang führen */
#totop {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	float: right;
	width: 310px;
	height: 30px;
	text-align: right;
}

#totop a {
	color: #C8B577;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
}

#totop a:hover {
	color: #DC5500;
	border-bottom: 3px solid #DC5500;
	padding: 2px 9px 0 9px;
	text-decoration: none;
}

/* Gästebuch */

div.gbtime {
	font-size: 11px;
}

div.gbname {
	font-size: 12px;
	font-weight: bold;
}

div.gbicq {
	font-size: 10px;
}

div.gbloc {
	font-size: 10px;
}

tr.headline {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	padding: 4px;
	background-color: RGB(250,215,140); 
	border-bottom: 1px solid #000000;
}

tr.gbodd {
	background-color: RGB(255,233,157);
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	padding: 4px;
}

tr.gbeven {
	background-color: RGB(255,223,147);
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	padding: 4px;
}

tr.hidden {
	background-color: #C9B676;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	padding: 4px;
}

/* BBCode - Zitat */
blockquote.zitat {
	border: 1px solid #000000;
	margin-left: 20px;
	padding: 2px;
}

div.zitat {
	border-bottom: 1px solid #000000;
	background-color: RGB(250,215,140);
	padding: 2px;
}

/* Administrations Menu */
#admin {
	float: left;
	width: 100%;
	margin: 0 auto;
	background: RGB(255,243,177);
}

#admin ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	background: RGB(255,243,177);
}

#admin ul li {
	display: inline;
	float: left;
}

#admin ul li a {
	display: block;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	color: #1D5575;
	background: RGB(255,243,177);
}

#admin ul li a:hover {
	background: #C9B676 url(../grafik/admin/menu_bg.png) repeat-x 0 -30px;
	color: #DC5500;
}

#admin ul li a.active {
	border-bottom: 3px solid #DC5500;
	padding: 6px 12px 3px 12px;
	background: #C9B676;
}

#admin ul li a.active:hover {
	border-bottom: 3px solid #DC5500;
	padding: 6px 12px 3px 12px;
	background: #C9B676 url(../grafik/admin/menu_bg.png) repeat-x 0 -30px;;
}

#topline {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 0px 0 0 0;
}

.kommentar_neubhead {
  color: #000000;
  font-size: 9px;
  font-weight: none;
  margin-left: 5px;
}

.neuer_schueler {
	font: 10px Arial, Tahoma, sans-serif;
}

form input {
	vertical-align: top;
	border: 1px solid #000;
	background: RGB(255,223,147);
	color: #000;
	font-size: 11px;
	padding: 1px;
	cursor: pointer;
}
