
/*
 * --------------------------------------------------------
 * style.css
 * --------------------------------------------------------
 *
 * Main style sheet for the FotoStanger website
 */

/*
 * External style sheets
 */
@import url("layout.css");


/*
 * Font Styles
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;

}


/*
 * Common styles
 */

body
{
	background:#000000 url(../images/bg.png) repeat-x scroll 50% 0pt;
	margin:0pt;
	padding:0pt;
	margin: 0;
	color:white;

}

h1, h1 a, h1 a:hover
{
  font-size: 140%;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a
{
  font-size: 122%;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h3
{
  font-size: 107%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6
{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

img
{
	border-style:none;
}

/*
 * Common links
 */

a:link
{
	text-decoration:none;
	color:#cccbd0;
}

a:visited
{
	text-decoration:none;
	color:#cccbd0;
}

a:hover
{
	text-decoration:none;
	color:#badbec;
}

a:active
{
	text-decoration:none;
	color:#badbec;
}


/*
 * Navigation
 */
#navigation
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:0pt;
	margin-bottom:0pt;
}

#navigation li.button
{
	position:relative;
	float:left;
	margin:0px 4px;
	padding:0px;
	width:140px;
	text-align: center;
}

#navigation div.menu
{
	position:absolute;
	top: 45px;
	left: 0px;
	visibility:hidden;
	z-index:100;
	clip:rect(0px, 140px, 0px, 0px);
	width:136px;
	background:#858589 none repeat scroll 0%;
	border-color:#6C6D70 rgb(119, 118, 122) rgb(109, 109, 109) rgb(160, 160, 160);
	border-style:solid;
	border-width:1px 2px;
	margin:0px;
}

#navigation div.menu ul
{
	margin:0px;
	padding:0px;
	width:136px;
}

#navigation div.menu li
{
	float: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom:1px solid #A0A0A0;
	border-top:1px solid #6C6D70;
}


#navigation a.menuentry:link
{
	color:white;
	font-size:10pt;
	font-variant:small-caps;
	text-decoration:none;
}

#navigation a.menuentry:visited {
	color:white;
	font-size:10pt;
	font-variant:small-caps;
	text-decoration:none;
}

#navigation a.menuentry:hover {
	color:#BBE0F2;
	font-size:10pt;
	font-variant:small-caps;
	text-decoration:none;
}

#navigation a.menuentry:active {
	color:#BBE0F2;
	font-size:10pt;
	font-variant:small-caps;
	text-decoration:none;
}

/*
 * Content
 */

#content-wrapper
{
	text-align: center;
}

/*
 * Footer
 */

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-variant:small-caps;
	letter-spacing:4pt;
	text-decoration:none;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;

}


/*
 * contact.php specific
 */

#contact
{
	position:relative;
	width:800px;
	height:345px;
	background-image:url(../images/contact.jpg);
}

#contact-title
{
	position:absolute;
	top:40px;
	left:200px;
}

#contact-info
{
	position:absolute;
	top:30px;
	left:380px;
	color:black;
	text-align:center;
	font-variant:small-caps;
}

/*
 * impressum.php specific
 */

#impressum
{
	position:relative;
	width:800px;
	height:419px;
	background-image:url(../images/impressum.jpg);
}

#impressum-title
{
	position:absolute;
	top:40px;
	left:200px;
}

#impressum-info
{
	position:absolute;
	top:30px;
	left:380px;
	color:black;
	text-align:center;
	font-variant:small-caps;
}

/*
 * agb.php specific
 */

#agb p
{
	text-align:justify;
	text-indent:0.5cm;
}

/*
 * admin.php specific
 */

#back-link
{
	font-variant:small-caps;
	letter-spacing:4pt;
	text-decoration:none;
	text-align:center;
	padding-top: 10px;
}

.message
{
	border:5px solid green;
	background-color:#F0F0F0;
	color: black;
	width: 790px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error
{
	border:5px solid red;
	background-color:#F0F0F0;
	color: black;
	width: 790px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#administration #overview
{
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 10px;
}

#administration ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#administration li
{
	padding-top:10px;
	padding-bottom:10px;
}


#administration #list
{
	width: 100%;
	border: 1px solid white;
	border-collapse:collapse;
	margin-bottom: 10px;
}

#administration #list td
{
	padding: 5px 2px;
	border:1px solid white;
}

#administration #list .odd
{
	background-color: #444444;
}

#administration #list th
{
	border-bottom: 1px solid white;
	text-align: left;
	padding-left: 7px;
}

#administration #list .selector
{
		width: 20px;
		text-align: center;
}

#administration #list .id
{
	width:50px;
	text-align: right;
	padding-right: 7px;

}

#administration #list .protected
{
	width:30px;
	text-align: center;
}

#administration #list .name
{
	padding-left: 7px;
	text-align: left;
}

/*
 * aktionen.php specific
 */

#aktionen
{

}

#aktionen .selection
{
	font-size: 120%;
	text-align:center;
	margin-bottom:20px;
}

#aktionen #caption
{
	font-size: 140%;
	text-align: center;
	margin-bottom: 15px;
}

#aktionen .report
{
	border: white 1px solid;
	width: 800px;
	min-height:150px;
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 10px;
}

#aktionen .report .image
{
	width:300px;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 10px;
}

#aktionen .report .title
{
	font-size: 160%;
	text-align: center;
	vertical-align: top;
  text-decoration:underline
}

#aktionen .report .description
{
	text-align: center;
}

#aktionen .report .link
{
	text-align: center;
	vertical-align: bottom;
}

#aktionen .separator
{
	position: relative;
	left:200px;
	width: 600px;
	clear: left;
}


/*
 * reportagen.php specific
 */
 #reportagen
{

}

#reportagen .selection
{
	font-size: 120%;
	text-align:center;
	margin-bottom:20px;
}

#reportagen #caption
{
	font-size: 140%;
	text-align: center;
	margin-bottom: 15px;
}

#reportagen .report
{
	border: white 1px solid;
	width: 800px;
	min-height:150px;
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 10px;
}

#reportagen .report .image
{
	width:200px;
	vertical-align: top;
}

#reportagen .report .title
{
	font-size: 140%;
	text-align: center;
	vertical-align: top;
}

#reportagen .report .description
{
	text-align: center;
}

#reportagen .report .link
{
	text-align: center;
	vertical-align: bottom;
}

#reportagen .separator
{
	position: relative;
	left:200px;
	width: 600px;
	clear: left;
}

/*
 * reportage.php specific
 */
#reportage #overview
{
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 10px;
}

#reportage #thumbnails
{

}

#reportage #thumbnails .picture
{
	width: 200px;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
}

#reportage #thumbnails .caption
{
	vertical-align: top;
	text-align: center;
}

#reportage #pageSelector
{
	width: 800px;
	text-align: center;
}

#reportage #pageSelector ul
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	line-height:23px;
}

#reportage #pageSelector li
{
	display: inline;
	line-height:23px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 108%;
}

#reportage #pageSelector #prevPage, #nextPage
{
	position: relative;
	top: 2px;
}


/*
 * gallery.php specific
 */

#gallery #overview
{
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 10px;
}

#gallery #controller
{
	position: relative;
	left:0px;
	top:0px;
	width: 400px;
	height: 50px;
	margin: 0pt auto;
}

#gallery #controller #catback, #first
{
	position: absolute;
	left:0px;
	top:0px;
	width: 30px;
	float: left;
}

#gallery #controller #catfwd, #last
{
	position: absolute;
	left:370px;
	top:0px;
	width: 30px;
	float: left;
}



#gallery #controller #back_visible
{
	position: absolute;
	left:30px;
	top:0px;
	width: 20px;
	float: left;
}

#gallery #controller #fwd_visible
{
	position: absolute;
	left:350px;
	top:0px;
	width: 20px;
	float: left;
}


#gallery #controller #back
{
	position: absolute;
	left:30px;
	top:0px;
	width: 20px;
	float: left;
}

#gallery #controller #fwd
{
	position: absolute;
	left:350px;
	top:0px;
	width: 20px;
	float: left;
}


#gallery #controller #back img
{
	display: none;
}

#gallery #controller #fwd img
{
	display: none;
}





#gallery #controller #selector
{
	position: absolute;
	left:50px;
	top:0px;
	width: 300px;
	float: left;
}


#gallery #caption
{
	font-size: 140%;
	text-align: center;
	margin-bottom: 15px;
}

#gallery #name
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#gallery #myGallery
{
	width: 800px !important;
	height: 450px !important;
	padding-bottom: 20px;
}

#gallery #slideshow
{
	position:relative;
	height:450px;
	width:800px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#gallery #slideshow img
{
	display:none;
	position:absolute;
	top:0; left: 0;
}

#gallery #slideshow img.start
{
	display:block;
}


/*
 * panorama.php specific
 */


#panorama #controller
{
	position: relative;
	left:0px;
	top:0px;
	width: 400px;
	height: 50px;
	margin: 0pt auto;
}

#panorama #controller #catback
{
	position: absolute;
	left:0px;
	top:0px;
	width: 30px;
	float: left;
}

#panorama #controller #catfwd
{
	position: absolute;
	left:370px;
	top:0px;
	width: 30px;
	float: left;
}



#panorama #controller #back
{
	position: absolute;
	left:30px;
	top:0px;
	width: 20px;
	float: left;
}

#panorama #controller #fwd
{
	position: absolute;
	left:350px;
	top:0px;
	width: 20px;
	float: left;
}


#panorama #caption
{
	font-size: 140%;
	text-align: center;
}


#panorama #slideshow
{
	position:relative;
	height:200px;
	width:400px;
	margin: auto;
	margin-top: 140px;
	margin-bottom: 140px;
}


/*
 * guestbook.php specific
 */

#guestbook {
  text-align: center;
  width: 800px;
}

#guestbook #guestbook-form {
  border:1px solid white;
  margin:auto;
  margin-bottom:6px;
  margin-top:6px;
  min-height:150px;
  text-align:center;
}

#guestbook .guestbook-form-title {
  font-weight:bold;
  padding-top: 8px;
  padding-bottom: 3px;
}
#guestbook .guestbook-form-input textarea {
  width: 400px;
}

#guestbook .guestbook-form-input input {
  width: 400px;
}

#guestbook .guestbook-form-captcha-text {
  margin:0 auto; 
  width:400px;
  padding-bottom:5px;
}

#guestbook .guestbook-form-captcha {
  margin-bottom: 5px;
}

#guestbook .guestbook-form-captcha-inner {
  margin: 0 auto;
  width:230px;
  height:80px;
  border:3px double gray;
}

#guestbook .guestbook-form-refresh img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

#guestbook .guestbook-form-submit {
  margin-bottom:6px;
  margin-top:6px;
}

#guestbook #guestbook-entries {
  border:1px solid white;
  margin:auto;
  margin-bottom:6px;
  margin-top:15px;
  text-align:center;
}

#guestbook .guestbook-entry-title {
  width: 400px;
  margin:auto;
  text-align:left;
  padding-top:2px;
  padding-top:5px;
}

#guestbook .guestbook-entry-comment {
  width: 400px;
  margin:auto;
  text-align:left;
  padding-top:2px;
  padding-bottom:2px;
}

#guestbook .guestbook-entry-date,
#guestbook .guestbook-entry-name {
  font-weight:bold;
}

