body {
	color: #000;
	font-size: 14px;
	background-color: #B9121A; /*ROT*/
	font-family: arial, verdana, sans-serif;
	margin: 0;
	background-image: url(../img/layout/bg_gradient.jpg);
	background-repeat: repeat-x;
}


/* CONTAINER */

#container {
	margin-left: auto;
	margin-right: auto; 
	width: 864px;
	
	border-top: none;
	background-color: #FCFAE1;
	background-image: url(../img/layout/header_gradient2.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 3px solid #AE555A;
}



/* HEADERGRAFIK */

#header {
	background-image: url(../img/layout/header.jpg);
	width: 800px;
	height: 200px;
}


/* NAVIGATION */

#navi {
	background-image: url(../img/layout/navi_gradient.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 799px;
	border: 1px solid #4C1B1B; /*BRAUn */
}

#navi a {
	color: #4C1B1B;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

#navi a:hover {
	text-decoration: underline;
}

#navi li {
	float: left;
	list-style-type: none;
	width: 126px;
	text-align: center;
	border-right: 1px solid #E9C24C;
	border-left: 1px solid #4C1B1B;
}

#navi ul {
	margin-left: -25px;
	margin-top: 12px;
}

#flashMessage {
	color: red;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 16px;
}


/* INHALT */

#content {
	width: 760px;
	background-color: #FCFAE1;
	padding: 20px;
	min-height: 400px;
}

#profilimage {
	float: right;
	margin-right: 200px;
}

/* FOOTER */
#footer {
	border-top: 1px solid #4C1B1B;
	background-color: #FCFAE1;
	text-align: center;
	width: 760px;
	margin: 0 20px 0 20px;
}

label {
	display: block;
}

.boxed {
	float: right;
	width: 300px;
	min-height: 200px;
	border: 1px solid #000;
	background-color: #F6E497; /*GELB1*/
	margin: 5px;
	margin-top: 17px;
	padding: 3px;
}

*html .boxed {
	height: 200px;
}

.boxed li {
	margin-left: -20px;
	list-style-type: none;
}


.bildbox {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	border: 1px solid white;
	font-size: 12px;
}

/* INHALT ->Guestbook */
.gbook_table {
	width: 500px;
}

.gbook_table td {
	padding: 5px;
	border: 1px solid black;
}

.gbook_number {
	font-size: 20px;
	text-align: center;
}

.gbook_class1 {
	background-color: #F6E497; /*GELB1*/
}
.gbook_class2 {
	background-color: #E9C24C;
}

.eventstable {
	border: 1px solid black;
}
.eventstable td {
	width: 40px;
	border: 1px solid black;
}

.eventyes {
	background-color: #00FF00;
}
.eventheute {
	background-color: #0000FF;
}

.comment {
	border: 1px solid white;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


/*Downloadtabelle */
.download_tabelle {
	width: 100%;
}

.download_tabelle td {
	border: 1px solid #F6E497;
	width: 25%;
}
.download_tabelle th {
	background-color: #F6E497; /*GELB1*/
}


.member_only {
	background-color: #F6E497; /*GELB1*/
}

/* Ordnung */
ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	font-size: 13px;
	font-family: Arial, sans-serif;
    border: 1px solid #ccc;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 4px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: black;

}



/* CAKE */

#cakeSqlLog {
	position: absolute;
}