/*-------------------------------------------------------------------
   layout.css for default design - Thickbox Gallery 2
   Copyright (c) 2006-2007 Yuji Takenaka <webmaster@davilin.com>
   Licensed under the MIT:
   http://www.opensource.org/licenses/mit-license.php
-------------------------------------------------------------------*/

/* General Design and Layout */
body {
	margin: 7px 0 7px 0;
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
	background-color: #000000;
	 color:#CCCCCC;
	font-size: 14px;	
}
a { color: #FF0000; text-decoration: none; }
a:hover { color: #FFFFFF; }
img { border: none; }
div, p, form { margin: 0; padding: 0; }


/* CSS for Contents */

/* Container Design and Layout */
#container { background-color: #333333; width: 800px; margin: 0 auto; }

/* Runde Ecken - Hintergrund - Vordergrund */
b.rtop, b.rbottom { display:block;background: #000000; } /* #F0F8FF */
b.rtop b, b.rbottom b { display:block;height: 1px; overflow: hidden; background: #333333; }/* 9BD1FA */
b.r1 { margin: 0 5px; }
b.r2 { margin: 0 3px; }
b.r3 { margin: 0 2px; }
b.rtop b.r4, b.rbottom b.r4 { margin: 0 1px;height: 2px; }

/* Header Design and Layout */
#header {
	height: 90px;
	width: 800px;
	background-image: url(banner.png);
	background-repeat: no-repeat;
}
.overnavi {
	height: 60px;
	width: 800px;
	text-align: right;
	font-size:10px;	
}
/*  test   */
#navilist ul{
	list-style:none;
	margin:0; padding:0;
	clear: left;
	}
#navilist li{
	float:left;
	width:90px;
	list-style:none;
	padding:0; margin:0;
	text-align:left;
	display: inline;
	}
#navilist a {
	color: #CCCCCC;
	margin:0; padding:0;
	display:block;
	text-decoration:none;
	font-weight: bold;
	line-height: 20px;
	text-align:center;
	}
#navilist a:hover {
	text-decoration:none;
	color: #999999;
	}
#navilist a .info {display:none;}
#navilist a:hover .info {
	display:block;
	font-size:10px;
	line-height: 12px;
	width:250px;
	text-align:left;
	text-indent:45px;
	color:#CCCCCC;
	font-weight: normal;
	}

/*  test ende  */
.navi {
	height: 20px;
	width: 600px;
	float: left;
	text-align:left;
}
a.nav {
	color: #CCCCCC;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	text-align:center;
}
a.nav:hover {
	color: #999999;
}

.navi-r {
	height: 30px;
	text-align:right;
	font-size:10px;
}
a.nav-r {
	color: #CCCCCC;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
a.nav-r:hover {
	color: #999999;
}

#albumheader {
	height: 40px;
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
}
#header h1 { margin: 10px 10px 10px 15px; padding: 0; font-size: 150%; }
#header h1 a { color: #999999; }
#header h1 a:hover { color: #CC3300; }
#header h2 { margin: 10px 5px 0 25px; padding: 0; font-size: 90%; font-weight: normal; }

/* Wrapper Box Design and Layout */
#wrapper { float: left; width: 100%; }

/* Sidebar Design and Layout */
#side { background-color: #CCCCCC; float: left; width: 220px; margin-left: -235px; overflow: auto; } /* #FFF */
#tbg-tree{ font-size: 13px; font-family: Arial, sans-serif; margin: 7px 5px 10px 5px; }
#tbg-js-selector-box{ height: 25px; margin: 7px 0 10px 5px; padding-left: 20px; background: url("../../icon/selector.png") 0 3px no-repeat; }
/*Schrift über der Navibox*/
#side h4 { margin: 0; padding: 3px 0 2px 5px; font-size: 88%; font-weight: bold; background-color: #999999; color: #000000; }
#side .tbg-random-pick { padding-top: 13px; }
#side .tbg-random-out { background: #BBB; border: 1px solid #DDD; margin: 5px auto; }
#side .tbg-random-in { background: #FFF; border: 1px solid #555; position: relative; padding: 5px; left: -5px; top: -5px; }

/* Main Box Design and Layout */
#main { width: 550px; margin-right: 235px; padding-left: 10px; }
.innerbox { margin: 0; margin-top: 0; }
#tbg-page-navigation, #tbg-album-navigation { clear: both; text-align: center; font-size: 80%; margin: 3px auto 10px auto; }
#container .tbg-warning { font-size: 12px; font-weight: bold; color: #FF0000; margin: 2px 15px 10px 15px; }
#main .tbg-random-out { background: #BBB; border: 1px solid #9BD1FA; margin: 5px auto; }
#main .tbg-random-in { background: #FFF; border: 1px solid #555; position: relative; padding: 5px; left: -5px; top: -5px; }
.tbg-button { width: auto; font-family: tahoma, sans-serif; font-size: 11px; height: 21px; }
.tbg-text { width: 150px; font-family: arial, sans-serif; font-size: 13px; }
.file { font-family: arial, sans-serif; }
.bold { font-weight: bold; }
.right { text-align: right; }

/* Main Box Design and Layout Breit ohne subnavi*/
#main-breit { width: 740px; padding-right: 30px; padding-left: 30px; }
#main-breit .tbg-random-out { background: #BBB; border: 1px solid #9BD1FA; margin: 5px auto; }
#main-breit .tbg-random-in { background: #FFF; border: 1px solid #555; position: relative; padding: 5px; left: -5px; top: -5px; }

/* Überschriften in der Main-Boc */
.main-big {font-size: 16px; font-weight:bold; } /*für die includeten .htm Dateien ohne padding (weil schon vorhanden durch Klasse main-breit*/
.main-bigger {font-size: 16px; font-weight:bold; padding-right: 20px; padding-left: 20px; }
.main-biggest {font-size: 28px; padding-left: 20px; }
.main-zitat {font-style:italic; text-align:center; line-height:80px; }
.main-r {font-size: 12px; padding-right: 40px; padding-top: 15px; text-align:right; float:right;}

.bild-links {float:left; margin-right:10px;}
.bild-rechts {float:right; margin-left:10px;}

/* Überschriften in der Album-Box */
.album-big {font-size: 16px; font-weight:bold; }
.album-bigger {font-size: 16px; font-weight:bold; padding-right: 10px; padding-left: 10px; }
.album-biggest {font-size: 28px; padding-left: 0px; }
.album-text {line-height: 40px; padding-left: 10px; }


/* Image Table Design & Layout */
#tbg-grid { margin: 0; padding: 0; list-style: none; }
.tbg-grid-item { float: left; display: block; padding-right: 7px; padding-bottom: 15px; }
.tbg-functions { position: absolute; display: none; z-index: 7; background-color: White; width: 128px; padding: 3px; border: solid 1px gray; }
.tbg-move-dstnum, .tbg-description { margin-top: 2px; border: solid 1px Silver; }
.tbg-description { margin-top: 2px; width: 122px; padding-left: 2px; background-color: #FFFFD3; font-style: italic; }
.tbg-move-dstnum { width: 126px; }
.tbg-func-switch { display: block; position: relative; margin-top: -9px; z-index: 5; cursor: pointer; }
.tbg-img-opacity { display: block; font-size: 9px; border: 5px solid #FFF; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; }

.tbg-thumbnail, .tbg-album { position: relative; display: block; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; -khtml-opacity: 1; z-index: 1; }
.tbg-thumbnail:hover, .tbg-album:hover { filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; -khtml-opacity: 0.7; }
/*
.tbg-thumbnail:hover, .tbg-album:hover { position: relative; display: block; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5; z-index: 1; }
.tbg-thumbnail, .tbg-album { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; -khtml-opacity: 1; }
*/
#tbg-all-albums { clear: both; font-size: 77%; margin-left: 10px; }

/* Login Box Design and Layout */
#tbg-login { margin: 0 0 0 15px; padding: 0; }
.tbg-login-title{ display: block; width: 100px; font-size: 77%; }
.tbg-login-item{ display: block; margin-bottom: 7px; margin-left: 7px; }
#tbg-login-submit{ width: 180px; text-align: right; }

/* Footer Design and Layout */
#footer { clear: both; width: 800px; margin: 10px 0 5px 0; padding-bottom: 3px; font-size: 80%; text-align: center; }
#footer .warning { text-align: center; }
#tbg-upload-form { margin: 10px 0 7px 0; }
#tbg-upload { width: 250px; font-family: arial, sans-serif; font-size: 88%; height: 21px; }
#tbg-features { margin-top: 2px; }
.line {
	height: 10px;
	width: 800px;
	background-image: url(line.png);
	background-repeat: no-repeat;
}
/* CSS for Image Effects */

/* CSS für Gästebuch */
.float-r { float:right; }
.gb-box-ol {
	font-size: 88%; font-weight: bold; 
	text-align: left;
	background-color: #999999; color: #000000;}
.gb-box-or { 
	font-size: 88%; font-weight: bold;
	text-align: right; 
	background-color: #999999; color: #000000;}

.gb-box-ul {
	font-size: 88%; 
	text-align: left;
	background-color: #CCCCCC; color: #666666;}
.gb-box-ur {
	font-size: 88%;
	text-align:left;
	background-color: #CCCCCC; color: #666666;}



/* For HighslideJS */
.highslide { cursor: url("../../js/highslide/graphics/zoomin.cur"), pointer; outline: none; }
.highslide-image { border: 2px solid white; }
.highslide-caption { display: none; color: #000000; text-align: left; border: 2px solid white; border-top: none;  font-family: Verdana, Helvetica; font-size: 10pt; padding: 5px; background-color: white; }
.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 3px; border-top: 1px solid white; border-bottom: 1px solid white; background-color: black; }

a.highslide-credits, a.highslide-credits i { padding: 2px; color: silver; text-decoration: none; font-size: 10px; }
a.highslide-credits:hover, a.highslide-credits:hover i { color: white; background-color: gray; }

.highslide-move { cursor: move; }
.highslide-overlay { display: none; }
.controlbar { margin-left: 60px; background: url("../../js/highslide/graphics/controlbar2.gif"); width: 210px; height: 32px; }
.controlbar a { display: block; float: left; margin: 0 0 0 5px; height: 30px; width: 42px; }
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }

/* For SmoothGalleryJS */
#myGallery { margin: 7px auto 10px auto; text-align: center; }

/* For FrogJS */
#FrogJS { width: 500px; height: 450px; margin: 0 auto; }
#FrogJSCredit { text-align: right; font-size: 80%; color: #999; padding: 1px; }
#FrogJSCaption { text-align: left; font-size: 80%; line-height: 125%; }

/*  CSS for Yahoo! UI TreeView  */
.ygtvtn { width:16px; height:22px; background: transparent url("../../icon/tn.gif") 0 0 no-repeat; }
.ygtvtm { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/tm.gif") 0 0 no-repeat; }
.ygtvtmh { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/tmh.gif") 0 0 no-repeat; }
.ygtvtp { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/tp.gif") 0 0 no-repeat; }
.ygtvtph { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/tph.gif") 0 0 no-repeat; }
.ygtvln { width:16px; height:22px; background: transparent url("../../icon/ln.gif") 0 0 no-repeat; }
.ygtvlm { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/lm.gif") 0 0 no-repeat; }
.ygtvlmh { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/lmh.gif") 0 0 no-repeat; }
.ygtvlp { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/lp.gif") 0 0 no-repeat; }
.ygtvlph { width:16px; height:22px; cursor:pointer; background: transparent url("../../icon/lph.gif") 0 0 no-repeat; }
.ygtvloading { width:16px; height:22px; background: transparent url("../../icon/loading.gif") 0 0 no-repeat; }
.ygtvdepthcell { width:16px; height:22px; background: transparent url("../../icon/vline.gif") 0 0 no-repeat; }
.ygtvblankdepthcell { width:16px; height:22px; }
.ygtvitem { }
.ygtvchildren {  }
* html .ygtvchildren { height:2%; }
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { margin-left:2px; }
.ygtvspacer  { height: 22px; width: 16px; }
.icon-album  { display:block; padding-left: 20px; background: transparent url("../../icon/album.png") 0 0 no-repeat; }
.icon-feed   { display:block; padding-left: 20px; background: transparent url("../../icon/feed.png") 0 0 no-repeat; }
.icon-action { display:block; padding-left: 20px; background: transparent url("../../icon/action.png") 0 0 no-repeat; }
.icon-admin  { display:block; padding-left: 20px; background: transparent url("../../icon/admin.png") 0 0 no-repeat; }
.icon-front  { display:block; padding-left: 20px; background: transparent url("../../icon/front.png") 0 0 no-repeat; }

