body {
	background: #c4c4c4 url(/assets/layout/bg.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.active {
	font-weight: bold;
}
a.lightbox img {
	border: 0;
}
#sidebar {
	width: 210px;
	float: left;
/*	border: 1px solid white;
	background-color: yellow; */
}
#sidebar a:link,
#sidebar a:visited {
	display: block;
	margin-left: 17px;
	width: 192px;
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 2px 0px;
}
#sidebar a:hover {
}

#shadeLeft {
	vertical-align: top;
	background: url(/assets/layout/shadeLbg.gif) repeat-y left top;
	width: 30px;
}
#shadeRight {
	vertical-align: top;
	background: url(/assets/layout/shadeRbg.gif) repeat-y left top;
	width: 30px;
}
#main {
	vertical-align: top;
	background-color: #b5b5b5;
	width: 870px;
}
#header {
	background-color: #FFF;
}
#content {
	color: white;
	margin-left: 220px;
	width: 626px;
/*	background-color: green; */
}

/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: white;
	border: 1px solid black;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}



form p.text {
	text-align: right;
}
div.mail {
	margin-bottom: 20px;
}
div.mail table {
	border-collapse: collapse;
}
div.mail td {
	border: 1px solid white;
	vertical-align: top;
	padding: 4px;
}

div.mail p.text {
	font-weight: bold;
	text-align: right;
}
textarea.F,
input.P,
input.M,
input.F {
	width: 400px;
	background-color: #c6c6c6;
	border: none;
	margin: 2px;
}
textarea.F:hover,
textarea.F:focus,
input.P:hover,
input.M:hover,
input.F:hover,
input.P:focus,
input.M:focus,
input.F:focus {
	background-color: #d7d7d7;
}

input.P.marked,
input.M.marked {
	border: 1px solid red;
	background: white url(/assets/layout/arrow.gif) no-repeat 2px center;
	padding-left: 10px;
}

/**************
GALLERIES
**************/
a.slideshow:link,
a.slideshow:visited {
	display: block;
	text-decoration: none;
	padding: 10px 0;
	font-weight: bold;
}
div.slideshow img {
	border: none;
	margin: 0 10px 10px 0;
}
/**************
KASTEN
**************/
table.kasten {
	width: 626px;
}
table.kasten th {
	padding: 4px;
	color: white;
	text-align: left;
	font-size: 12px;
}
table.kasten td {
	background-position: center bottom;
	background-repeat: no-repeat;
}
table.kasten td img {
	float: left;
	margin: 0 10px 4px 1px;
}
table.kasten td div {
	margin: 10px;
}
table.kasten td a.kasten:link,
table.kasten td a.kasten:visited {
	clear: left;
	display: block;
	text-align: right;
	margin: 10px 10px 5px 150px;
	text-decoration: none;
}

#langchooser {
float: right;
margin-right: 10px;
}

#langchooser .text {
	margin: 0px 0px 0px 0px;
}
