/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}




td.head {
	background-color: black;
}

td.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: white;
	}

td.login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: white;
	text-decoration: none;
}

td.login a:hover {
	color: #CCCCCC;
}
	
td.content_back {
	background-color: black;
	background-image: url('../images/content_back.gif');
	background-repeat:repeat-y;
}

table.content {
	background-color: #FFFFFF;
}

td.foot {
	background-color: black;
}

/* Navigation */
td.nav {
	background-color: #ff0000;
}

td.nav ul li {
	padding: 2px 0px 2px 0px;
	margin-left: -15px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	font-weight:bold;
	color: black;
	list-style: none;
	border-bottom: 1px dashed white;
}

/*     NAVIGATION     */
td.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: white;
	text-decoration: none;
}

td.nav a:hover {
	color: #CCCCCC;
}

/*     BREADCRUMB     */
td.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: #666666;
}

td.breadcrumb a {
	color: #666666;
	text-decoration: underline;
}

td.breadcrumb a:hover {
	color: #fe0000;
	text-decoration: none;
}

.login_field  {
	border: 1px solid silver;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
}

.login_field:hover  {
	border: 1px solid silver;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	background-color:#f7f7f7;
}

/*    FLIESSTEXT     */
.fliess {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid silver;
}

.textfield {
	border: 1px solid silver;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textfield:hover {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid silver;
	background-color:#f7f7f7;
}

.button {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

h2 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.fliess a {
	color: #666666;
	text-decoration: underline;
}

.fliess a:hover {
	color: #fe0000;
	text-decoration: none;
}

#dotline {
	border-bottom: 1px dotted silver;
	margin-bottom: 15px;
	height: 10px;
}

.contentPic {
	padding: 2px; 
	border: 1px dotted silver; 
	margin: 2px 0px 10px 0px;
	clear: both;
}

.galleryPic {
	padding: 2px; 
	border: 1px dotted silver; 
}

/*-- GALERIE ------------------------------------------------------------------*/

/* categories with thumbs */
/*.galleryThumb {

	margin:5px;
	padding:5px;

}

.galleryThumb a:hover img, .galleryThumb a:focus img {
	background-color: #cff;
	border:1px solid red;
}
.galleryThumb a:hover, .galleryThumb a:focus {
	color:#699;
	border:1px solid green;
}

.galleryThumb a:visited img {
	background-color:#fff;	
}*/
div.galleryThumbs {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:520px;
}
div.galleryThumb {
	margin:0px;
	padding:0px;
}
div.galleryThumb div {
	margin:16px 16px 0px 16px;
	padding:2px;
	text-align:center;
	float:left;
	width:120px;
	font-size: 10px;
}

div.galleryThumb .show {
	margin:10px 25px 6px 0px;
	padding:2px;
	width:450px;
	text-align:right;
	float:right;
}

div.galleryThumb img.tnexample{
	margin:5px;
	margin:0 auto;
	border:0;
	background-color: #fff;
	border: 1px solid #ccc;
	padding:4px;
}
div.galleryThumb a{
	
	color:#900;
	text-transform:uppercase;
	text-decoration:none;
}

.galleryThumb a:visited img {
	background-color:#fff;	
}
.galleryThumb a:hover img, #espg .catthumbs a:focus img {
	background-color: #cff;
}
.galleryThumb a:hover, #espg .catthumbs a:focus {
	color:#699;
}