* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #333333;
	background-color: #666;
	margin: 8px;
}
a:link, a:visited, a:active {
}
a:hover {
	text-decoration: none;
}


/*****************
basic layout 
*****************/
#maintab {
	width: 814px;
	text-align: left;
}
#head_cell {
	vertical-align: top;
	height: 178px;
	background-color: #999;
	background-image: url(../uploads/images/header.jpg);
	background-repeat: no-repeat;
}
#middl_cell {
	vertical-align: top;
	background-color: #999;
	height: 395px;
}
#edge_left {
	width: 7px;
	background-image: url(../uploads/images/links.jpg);
	background-repeat: repeat-y;
}
#edge_right {
	width: 7px;
	background-image: url(../uploads/images/rechts.jpg);
	background-repeat: repeat-y;
}
#footer_cell {
	height: 32px;
	background-image: url(../uploads/images/unten.jpg);
	white-space: nowrap;
}
#footer_left {
	padding: 0 0 0 32px;
}
#footer_right a {
	text-decoration: none;
	color: #444;
}
#footer_right a:hover {
	color: #666;
}
#footer_right {
	text-align: right;
	font-size: 10px;
	color: #444;
	padding: 2px 11px 0 0;
}

/********************
CONTENT STYLING
*********************/
div#content {
	font-size: 11px;
	padding: 34px 25px 34px 15px;
}

/* HEADINGS */
div#content h1 {
	font-size: 13px; 
	padding: 3px 0 6px 0;
	color: #990000;
}
div#content h2 { /* wie h1, orange*/
	font-size: 13px; 
	padding: 3px 0 0 0;
}
div#content h3 {
	font-size: 12px; 
	line-height: 16px;
}

/* TEXT */
p {
	font-size: 11px;
	line-height: 20px;
	margin: 4px 0px 8px 0px;
	padding: 0;
}
ul, ol {
	padding: 10px 20px 20px 32px;
}
li {
	font-size: 11px;
	line-height: 20px;	
	padding: 0;
}
.small {
	font-size: 10px;
}
div#content a {
	color: #990000;
}

/* GALLERIES */
.marked {
	border: 2px solid #C90000;
}
.cleared {
	border: 2px solid #999;
}
.marked_txt {
	font-weight: bold;
	color: #990000;
}
.cleared_txt {
	font-weight: normal;
	color: #333;
}
#picinfo {
	padding: 6px 0 10px 0;
}
.thumbstab td {
	text-align: center;
	vertical-align: middle;
}

/*** Cookie-Meldung ***/
#cookie_consent { 
 background: #000;
 position: fixed;
  bottom: 0;
  float: left;
  z-index: 100000;
  width: 99%;
  padding: 30px 0;
  /*filter: alpha(opacity=70);
  opacity: 0.7;*/
}
#cookie_consent p {
 text-align: center;
  color: #fff;
 font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  /*filter: alpha(opacity=100);
  opacity: 1;*/
}
#cookie_consent a.accept_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #fff;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #990000;
}
#cookie_consent a.more_info {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}
