body{
 	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}
html{
	height:100%;
}
.error{
	z-index:19;
	color: red;
	border: 1px solid black;
	background-color: #bbbbbb;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
}

.errornote{
	position:absolute;
	z-index:20;
	color: red;
	border: 1px solid black;
	background-color: #bbbbbb;
	display: block;
	padding: 2px;
	margin: 2px;
	min-width: 300px;
	font-weight: bold;
}

div.titel{
	background-image: url("img/50s/star.png");
	background-repeat: no-repeat;
	background-position: right top;
	height:45px;
	border-bottom:2px solid #44432E;
 	font-family: serif;
	font-size: 40px;
}

textarea{
	width:100%;
	height:300px;
}

.smalltextarea{
	width:100%;
	height:50px;
	border:1px solid black;
}

.smalltextarea:hover{
	border:1px solid silver;
}

a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}

.pagecontent a{
	color:#0f8700;
	text-decoration:underline;
	font-weight:normal;
}
.pagecontent a:hover{
	color:#09b100;
}

form{
	margin:0px;
	padding:0px;
}

.formline label{
	display:block;
}

/* global positioning */
.site{
	background-image: url("img/50s/header2.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 900px;
	height: 100%;
	margin: auto;
	position:relative;
}

.location{
	position:absolute;
	top:180px;
	left:20px;
	height:20px;
	padding:2px;
	display:none;
}

.menu{
	position:absolute;
	top:250px;
	left:10px;
	width:160px;
	z-index:10;
/*	padding-bottom:180px;
	background-image: url("img/50s/logo160.png");
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

.pagecontent{
	display:block;
	padding-top:250px;
	margin-left:190px;
	margin-right:230px;
	padding-bottom:20px;
}

.container{
	position:absolute;
	top:250px;
	right:10px;
	width:200px;
	z-index:10;
}

.stretch{
	float:right;
}

/* Site layout */

.bar{
	display:block;
	background-image: url("img/50s/smallstar.png");
	background-repeat: no-repeat;
	background-position: right center;
	height:25px;
/*	width:200px;*/
	border-bottom:1px dashed #0BB601;
	font-size: 15px;
	
}
.content{
	padding:5px;
	border-bottom:1px dashed #0BB601;
}

.content input{
	width:175px;
}
.menu input{
	width:150px;
}

.content .button{
	background-image:none;
	border:none;
}
.content .buttontext{
	margin-left:0px;
}
.content .menubuttonhover{
	border-top:1px dashed #0BB601;
	border-bottom:1px dashed #0BB601;
}
.content .listbutton{
	background-image: url("img/50s/arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.buttontext{
 	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px;
	float:left;
	margin-left:0px;
	font-weight: bold;
	clear:both;
	overflow:hidden;
}
.bartext{
	float:left;
	margin:3px;
}

.button{
	display:block;
	height:25px;
	width:160px;
 	font-family: serif;
	font-size: 20px;
}

.menu .button{
	display:block;
	background-image: url("img/50s/smallstar.png");
	background-repeat: no-repeat;
	background-position: left center;
	height:25px;
	width:160px;
	border-bottom:1px dashed #0BB601;
 	font-family: serif;
	font-size: 20px;
}
.menu .buttontext{
	margin-left:25px;
}

.menubuttonhover{
	position:absolute;
	text-align:left;
	padding:2px;
	margin-left:100px;
	margin-top:-28px;
	background-image:url("img/50s/filler.png");
	background-repeat:repeat;
}
.admin_menubuttonhover{
	font-size:14px;
	margin:5px;
	padding:5px;
	width:200px;
}
.hovermenuminibuttons{
	margin-left:-180px;
	position:absolute;
	padding-top:2px;
}

.module{
	margin:2px;
	padding:5px;
}

.modulebutton{
	background-color:white;
	display: inline;
}

.modulebutton img{
	background-color:white;
	border: 1px solid lightblue;
	margin:1px;
}

.smallbuttonlist{
	display:block;
	float:right;
 	width:20px;
}
.admineditmenu .smallbuttonlist{
	display:inline;
	float:none;
 	width:20px;
}

.modulebutton:hover img{
	border: 1px solid yellow;
}


.pagecontent{
}
.page{
	margin-right:0px;
	padding:0px;
}

/* module bar */
.pagebuttons{
	background-image:url("img/50s/filler.png");
	background-repeat:repeat;
	border:1px solid #44432E;
	height:20px;
	padding-right:12px;
}
.modulebuttons{
	background-image:url("img/50s/filler.png");
	background-repeat:repeat;
	border:1px dashed #44432E;
	height:20px;
	padding-right:12px;
}
.list{
	position:absolute;
	width:200px;	
}

.note{
	background-image:url("img/50s/filler.png");
	position:absolute;
	text-align:left;
	min-width:150px;
	padding:2px;
	margin-left:20px;
	z-index:50;
	border:1px solid black
}
.notetext{
	color:darkgreen;
	font-weight: bold;	
}
.pagehover{
	position:absolute;
	text-align:left;
	min-width:200px;
	border: 1px solid #44432E;
	background-color: #E3E3D7;	
	padding:5px;
	margin-top:-2px;
	z-index:50;
}
.label{
	font-weight: bold;
	z-index:10;
}

.important{
	position:absolute;
	border: 1px solid black;
	background-color:#E3E3D7;
	display:block;
	width:500px;
	font-size:16px;
	margin-left:100px;
	margin-top:100px;
	z-index:40;
	padding:100px;
}  

.underline{
	border-bottom: 1px solid black;
}
/* Image Classes */

.image{
	border:none;
/*	border:1px solid black;*/
}

.imagefloatleft{
	float:left;
}
.imagefloatright{
	float:right;
}
.imageleft{
	float:left;
	clear:both;
}
.imageright{
	float:right;
	clear:both;
}
.imagecenter{
	text-align:center;
	width:800px;
	margin: auto;
	position:relative;
}
.imagedescription{
	padding:2px;
	font-style:italic;
}
.imageholder{
	display:block;
/*	border:1px solid black;*/
	width:180px;
	margin:5px;
}

/* leftbar image editor */
tr.rowhover{
	background-color:#F3F3E7;
}
tr.even, .light{
	background-color:#EAEADF;
}
tr.oneven, .dark{
	background-color:#E3E3D7;
}
.tabel, .line{
	border-top:1px solid black;
	border-bottom:1px solid black;
}
