
/* ------------------------------------- generic */
html {
	height : 100%;
	margin-bottom : 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height : 100%;
	padding:0;
	margin:0px;
	background-color: #505050;
}
ul {
	margin : 2px;
	margin-left : 15px;
	padding-left : 0px;
	list-style-type : square;
}
.hide {
	position: absolute;
	left: -1000em;
	width: 20em;
}

/* ------------------------------------- main navigation */
.nav {
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-align:left;
	letter-spacing:1px;
}
.nav A {
	color : #ffffff;
	text-decoration : none;
}
.nav A:hover {
	color : #9b2d14;
}
.navact {
	font-size : 12px;
	color : #9b2d14;
	font-weight : bold;
}
.navact A {
	color : #9b2d14;
	text-decoration : none;
}


/* ------------------------------------- meta navigation */
.meta {
	font-size : 9px;
	color : #333333;
	padding-right : 8px;
	text-align : right;
	vertical-align: bottom;
}
.meta A {
	color : #333333;
	text-decoration : none;
}


/* ------------------------------------- layout */
.layout {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.layout .bgheader {
	background-image:url('../images/header.jpg');
}
.layout .bglinks {
	background-image:url('../images/rand-li.gif');
}
.layout .bgrechts {
	background-image:url('../images/rand-re.gif');
}
.layout .bgunten {
	background-image:url('../images/rand-u.gif');
}

.contbox {
	background-color: #FFFFFF;
	vertical-align : top;
	text-align : left;
	padding : 40px 10px 10px 0px;
	background-image:url('../images/bg-cont.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}
.contbox A {
	color : #9b2d14;
	text-decoration : none;
}
.contbox A:hover {
	text-decoration : underline;
}

.thumbbox {
	background-color: #f5eadb;
	vertical-align : top;
	text-align : left;
	border-top: solid 1px #333333
}
.thumbbox A {
	color : #666666;
	text-decoration : none;
}
.thumbbox A:hover {
	text-decoration : underline;
}
.thumbs {
	border: solid 1px #333333
}
.thumbscur {
	border: solid 1px #9b2d14
}
.images {
	border: solid 1px #333333
}


/* ------------------------------------- content */

.cont {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	vertical-align : top;
	text-align:left;
}
.image {
	text-align : left;
	vertical-align : top;
}
.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #9b2d14;
	font-weight : bold;
}
.imagerandrechts {
	vertical-align:top;
	text-align:left;
	background-image:url('../images/bildrand-re.gif');
}
.imagerandunten {
	vertical-align:top;
	text-align:left;
	background-image:url('../images/bildrand-u.gif');
}
.imagetitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #666666;
	font-weight : bold;
}
.imagenav {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #999999;
	font-weight : bold;
}
.imagenav A {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #9b2d14;
	font-weight : bold;
}
.thumbstitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #cc964d;
	font-weight : bold;
}
.thumbstitle A {
	color : #cc964d;
}
.error {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #9b2d14;
	font-weight : bold;
}



/* ------------------------------------- forms */
form {
	margin : 0px;
}
.forminput {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 95%;
	color : #000000;
}  
.formbutton {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color: #CDD6E5;
	border : 1px solid #666666;
}



/* ------------------------------------- admin */
.listtitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #505050;
	color:#FFFFFF;
}
.listdata {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : top;
	text-align : left;
}
.listdataopt {
	vertical-align : top;
	text-align : right;
}
.edittitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color:#999999;
	vertical-align : top;
	text-align : left;
}
.edittitlereq {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color:#9b2d14;
	vertical-align : top;
	text-align : left;
}
.editdata {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : top;
	text-align : left;
}
.formfield {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width: 500px;	
}
.editimagedata {
	border: solid 1px black; 
	background-color:#EFEFEF
}