/* ############################## PAGE STILES ############################## */
body {
	padding: 0px;
	margin: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	
	background-image: url(site_bilder/test_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
#contentinnen a:link, a:visited {
	color: #631c1a;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #631c1a;
}
#contentinnen a:hover, a:active {
	color: #631c1a;
	text-decoration: none;
	border-bottom: none;
}
#clear {
	clear: both;
}

/* ############################## FORUM STILES ##############################
#neu {
	float: right;
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-top: 10px;
	width: 150px;
	text-align: center;
	font-size: 11px;
}
table {
	border: none;
	margin-top: 10px;
		
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
th {
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 5px 2px 5px 5px;

	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
	text-align: left;
}
tr {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
td {
	border-bottom: 1px solid #EEEEEE;
	padding: 6px 2px 6px 3px;
} */

/* ############################## DIFFERENT STILES ############################## */
ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 0px;
	
	list-style-type: disc;
}
#contentinnen label {
	width: 150px;
	float: left;
	display: block;
	font-weight: bold;
}
input {
	border: 1px solid #333333;
	padding: 2px 2px 2px 5px;
	width: 150px;

	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.kurz {
	width: 20px;
	margin-top: 10px;
}
#safe {
	margin-top: 10px;
	width: 150px;
	float: left;
	display: block;
	font-weight: bold;
}
#safe img {
	margin: 0px;
}
textarea {
	border: 1px solid #333333;
	padding: 2px 2px 2px 5px;
	width: 300px;

	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#lang {
	width: 100%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
#lang img {
	border: none;
	float: left;
	margin-right: 5px;
}

/* ############################## PRESSE STILES ############################## */
#presse {
	background-color: #FCFCFC;
	height: auto;
	width: 210px;
	border: 1px solid #CCC;
	float: left;
	margin: 5px 5px 5px 0px;
}
#presse img {
	padding: 0px;
	margin: 5px;
	background: none;
	border: none !important;
	
	width: 190px;
}
#presse p {
	margin: 5px;
	font-size: 12px;
	color: #7c3533;
	display: block;
	line-height: 16px;
	padding: 0px;
}

/* ############################## CONTENT STILES ############################## */
#page {
	width: 800px;
	margin-left: 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
}
#head {
	width: 800px;
	height: 105px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(site_bilder/brewbaker_kopf.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#pagecell {
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#pageNav {
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px 0px 50px 0px;
	float: left;
	width: 175px;
	display: inline;
	
	min-height: 100%;
	height: 100%;
}
#pageNav h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #7c3533;
	margin: 0px 0px 5px 0px;
}
#pageNav h2 {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	margin: 0px;
}
#contentinnen {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	float: left;
	padding: 0px 0px 10px 0px;
	width: 435px;
	display: inline;

	font-size: 12px;
	color: #333;
}
#contentinnen h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #7c3533;
	margin: 5px 0px 10px 0px;
}
#contentinnen h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #7c3533;
	margin: 5px 0px 5px 0px;
	font-variant: small-caps;
}
#contentinnen img {
	padding: 2px;
	border: 1px solid #7c3533;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#breadcrumb {
	font-size: 10px;
	font-family: Arial;
	color: #7c3533;
	padding: 5px 0px 3px 0px;
}

/* ############################## ARCHIV STILES ############################## 
#archiv {
	margin-bottom: 10px;
	margin-top: 0px;
	
	padding: 5px;
	
	float: left;
	
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	display: inline;
}
#archiv .submit {
	width: 50px;
	padding: 0px;
	margin: 0px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 11px;
	display: inline;	
}
#archiv .submit:hover {
	background-color: #FF3333;
}
#archiv .feld {
	width: 80px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FF0000;
	color: #333333;
	font-size: 11px;
	display: inline;	
} */

/* ############################## TOPNAVIGATION STILES ############################## */
#globalNav {
	background-color: #7c3533;
	position: relative;
	height: 20px;
	top: 71px;
	left: 2px;
	width: 800px;
}
#globalNav a:link, #globalNav a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;

	display: block;
	float: left;
	
	padding: 0px 10px 0px 10px;
	margin: 0px;
	
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: 1px dotted #FFF;
}
#globalNav a:hover, #globalNav a:active {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	
	background-color: #8d4644;
	
	display: block;
	float: left;
	
	padding: 0px 10px 0px 10px;
	margin: 0px;
	
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: 1px dotted #FFF;
}

/* ############################## LEFTNAVIGATION STILES ############################## */
#sectionLinks {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	
	font-size: 12px;
	line-height: 24px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 1px 2px 1px 5px;
	color: #7c3533;
	text-decoration: none;
	border: none;
}
#sectionLinks a:hover, #sectionLinks a:active {
	border: none;
	background-color: #7c3533;
	color: #FFFFFF;
}

/* ############################## RIGHT_SITE STILES ############################## */
#pageNavR {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 160px;
	display: inline;
}
#pageNavR h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 5px 6px;
	background-color: #7c3533;
	font-variant: small-caps;
}
#tooltip {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #DDDDDD;
}
#tooltip p {
	margin: 4px;
	font-size: 10px;
	color: #333;
	line-height: 15px;
}
#tooltip img {
	width: 150px;
	margin: 3px;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
}
#tooltip h1 {
	font-size: 12px;
	color: #7c3533;
	font-weight: bold;
	line-height: 16px;
	
	margin: 0px;
	padding: 3px;
	
	display: block;
}
#tooltip a:link, #tooltip a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #000000;
	text-decoration: underline;
	border: none;
}
#tooltip a:hover, #tooltip a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #7c3533;
	text-decoration: none;
	border: none;
}
#ad {
	margin-top: 50px;
	font-size: 9px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

/* ############################## SITEINFO STILES ############################## */

#siteInfo {
	clear: both;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	
	border-top: 1px solid #DDDDDD;

	padding: 10px;
	margin: 10px 0px 0px 0px;
}
#siteInfo a:link, #siteInfo a:hover, #siteInfo a:visited, #siteInfo a:active {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	text-decoration: underline;
}

/* ############################## LIGHTBOX STILES ############################## */

#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img { 
	width: auto; 
	height: auto;
}
#lightbox a img { 
	border: none;
}
#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0;
}
#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10;
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a { 
	outline: none;
}
#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(site_bilder/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(site_bilder/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	;
}
#imageData {
	padding:0 10px; 
	color: #666;
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left;
}
#imageData #caption { 
	font-weight: bold;
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000;
}