/*
 * Copyright 2005 Frank Sembowski (www.schnittbildindikator.de)
*/

/* Basic elements */
body 
{ 
	font: 9pt/12pt verdana; 
	color: #000000; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
p, dd
{
	font: 9pt/14pt verdana; 
}
h1
{
	font: bold 22pt/26pt verdana;
	color: #7D7D7D;
}
h3
{
	margin-top: 15px;
	font: bold 12pt/15pt verdana;
	color: #3E3E3E;
}
h3.TableHeadline
{
	margin-left: 15px;
	font: bold 11pt/13pt verdana;
}
h4.AdHint
{
	margin-top: 4px;
	margin-bottom: 4px;
	font: bold 8pt/10pt verdana; 
	color: #AAAAAA;
}
h4.TableHeadline
{
	margin: 0px;
	margin-left: 15px;
	font: normal 9pt/12pt verdana;
}

p.TableNote
{
	margin-left: 15px;
	font: 9pt/12pt verdana; 
}

a:link, a:visited
{ 
	text-decoration: underline; 
	color: #3E3E3E;
}
a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #3E3E3E;
}
a.AnkerLink
{
	margin-left: 2px;
	padding-left: 18px;
	background: transparent url(../Bilder/Allgemein/LinkAnker.gif) no-repeat 0 2px;
}
a.ExternalLink
{
	margin-right: 4px;
	padding-right: 16px;
	background: transparent url(../Bilder/Allgemein/LinkExternal.png) no-repeat right 2px;
}
a.EnlargeLink
{
	margin-right: 4px;
	padding-right: 22px;
	background: transparent url(../Bilder/Allgemein/LinkEnlarge.png) no-repeat right 2px;
}

dt
{
	font-weight: bold;
}
dd
{
	margin-top: 6px;
	margin-bottom: 16px;
}

img
{
	border: 0px;
}

td.Right, th.Right
{
	text-align: right;
}
td.Left, th.Left
{
	text-align: left;
}
td.Center, th.Center
{
	text-align: center;
}
table.Bright
{
	border: solid 1px #1F4084;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 16px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.Bright td, table.Bright th 
{
	border: 1px dotted #9FA0A6;
	padding: 3px 8px 3px 8px;
	background-color: #FFFFFF;
	font: 8pt/13pt verdana;
}
table.Bright th 
{
	white-space: nowrap;
	background-color: #F5E2D0;
	font-weight: bold;
}

ol.SimpleOrderedList
{
	list-style-type: lower-alpha;
}
ol.SimpleOrderedList li, 
ul.SimpleUnorderedList li
{
	padding-bottom: 4px;
	font: 9pt/14pt verdana; 
}
ul.CitationList
{
	margin-left: 0px;
	padding-left: 24px;
	list-style-type: square;
}
ul.CitationList li
{
	padding-bottom: 2px;
	font: 9pt/14pt verdana; 
}

.LinkListBullet
{
	background: transparent url(../Bilder/Allgemein/BulletMenu.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 18px;
}

.LinkListBulletNew
{
	background: transparent url(../Bilder/Allgemein/BulletMenuNew.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 16px;
}

p.Hint
{
	padding: 2px 6px;
	border: 1px dotted #1F4084;
	margin: 8px 0 8px 0;
}
p.Account
{
	padding: 2px 6px 2px 30px;
	border: 1px dotted #1F4084;
	margin: 8px 0 8px 0;
}
p.AccountCreated
{
	font-style: italic;
}
p.FriendlyAd
{
	margin-bottom: 8px;
}

p.Spacer
{
	margin-top: 50px;
}

/* Large pictures */
.LargePicture img
{
	border: 3px solid #666666;
}

/* Sample pictures */
.SamplePictureThumbnail
{
	position: relative;
	margin: 30px 0 20px 0;
}

.SamplePictureThumbnailImg img
{
	border: 3px solid #AAAAAA;
}

.SamplePictureThumbnailDesc
{
	position: absolute;
	top: 30px;
	left: 340px;
}

.SamplePictureThumbnailDesc24x36
{
	position: absolute;
	top: 30px;
	left: 460px;
}

/* Camera images */
.CameraThumbnailRight img,
.CameraThumbnailLeft img
{
	border: 1px solid #AAAAAA;
	margin: 2px;
}

.CameraThumbnailRight
{
	float: right;
	border: 0px;
	padding: 10px 0px 12px 20px;
}

.CameraThumbnailLeft
{
	float: left;
	border: 0px;
	padding: 10px 20px 12px 0px;
}

.CameraThumbnailImgDesc
{
	text-align: center;
	color: #1F4084;
	font-style: italic;
}

/* Column/box opposite to first column */
#ThirdColumn
{
	float: right;
	width: 180px; /* Always combine with float! */
	padding: 4px;
	margin: 80px 20px 0px 0px;
	border: 1px solid #757474;
	font: 8pt/12pt verdana;
	background-color: #F8F8F8;
}

/* Column with navigation */
#FirstColumn
{
	position: relative;
	float: left;
	width: 150px; /* Always combine with float! */
	padding: 20px 0 20px 0;
	margin: 0px;
	border: 0px;
	background-color: #E9E9E9;
}
#FirstColumn .NavList
{
	margin: 0px;
	margin-left: 6px;
	border: 0px;
	padding: 0px;
}
#FirstColumn li
{
	list-style: none;
	padding: 2px 8px 2px 2px;
}
#FirstColumn ul .Level1
{
	font: bold 9pt/11pt arial;
	color: #3E3E3E;
}
#FirstColumn ul .Level1 a
{
	text-decoration: none;
}
#FirstColumn ul .Level2
{
	font: normal 8pt/9pt arial;
	color: #3E3E3E;
	margin: 2px 0 2px 4px;
}
#FirstColumn ul .Level2 a, ul .Level2 a:link, ul .Level2 a:visited
{
	color: #4E4E4E;
	text-decoration: none;
}
#FirstColumn ul .Spacer
{
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font: bold 1pt/1pt arial;
}

/* Header */
#Header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 140px;
	background-color: #3E3E3E;
}
#Logo
{
	position: relative;
	width: 150px;
	background-color: #FFFFFF;
}
#Logo img
{
	display: block;
	margin-left: 22px;
}

#SchnittbildindikatorText
{
	position: absolute; 
	top: 20px; 
	right: 100px; 
	height: 50px;
}

#HeaderText
{
	position: absolute;
	display: block;
	font: bold 22pt/26pt verdana;
	color: #F9F9F9;
	top: 80px;
	left: 230px;
}

/* Main body of website */
#MainColumn
{
	padding: 0px 260px 25px 220px;
	margin: 0px;
	background-color: #FFFFFF;
}

#MainColumnPicture
{
	margin: 40px 20px 25px 190px;
}

/* Label navigation within body */
#LabelNavigation
{
	height: 30px;
}
.CategoryLabel,
.CategoryLabelElementRight,
.CategoryLabelElementLeft
{
	padding: 3px 12px;
}
.CategoryLabel
{
	float: left;
	border-top: 0px;
	border-right: 1px solid #3E3E3E;
	border-left: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
}
.CategoryLabelElementRight,
.CategoryLabelElementLeft
{
	float: left;
	border-top: 0px;
	border-right: 1px solid #3E3E3E;
	border-left: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
	background-color: #E9E9E9;
}
.CategoryLabelElementRight
{
	border-left: 0px;
}
.CategoryLabelElementLeft
{
	border-right: 0px;
}

/* Contact form */
#ContactText
{
	margin-bottom: 10px;
}
#ContactMailAddress
{
	float: left;
	width: 320px;
}
#ContactSubmit
{
	margin-top: 24px;
}

/* Footer */
#Footer
{
	/* Choose padding-left of FirstColumnWrap. */
	clear: both;
	border-top: 4px solid #3E3E3E;
	margin: 0 0 0 150px;
	padding: 10px 0px 18px 8px;
}
#Footer p
{
	margin: 0px;
}
#Footer .LastModified
{
	float: right;
}