@charset "utf-8";
/* CSS ASHYDA */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	z-index: 10;
	font-variant: normal;
}

#contenttable {
	background-color: #FFF;
	position: absolute;
	top: 0px;
	border: none;
	width: 750px;
	margin-left: 200px;
	margin-bottom:20px;
	word-spacing: 2px;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	width: 450px;
	font-variant: normal;
	height: 100%;
}

#tweety {
	width: 84px;
	height: 150px;
	position: absolute;
	left: 941px;
	top: 220px;
	background-image: url(images/tweety.png);
	background-repeat: no-repeat;
	z-index: 100;
	visibility: visible;
}
#counter {
	background-image:url(http://www.counter-kostenlos.net/counter.php?id=42294);
	position:absolute;
	width:30px;
	height:7px;
	left: 993px;
	top: 217px;
}

#head01 {
	visibility: visible;
	position: fixed;
	z-index: 1500;
	height: 300px;
	width: 197px;
	top: 0px;
	left: 0px;
	background-image: url(images/head01.png);
	background-repeat: no-repeat;
}

#head02 {
	visibility: visible;
	position: fixed;
	z-index: 1070;
	height: 165px;
	width: 1070px;
	top: 0px;
	left: 197px;
	background-image: url(images/head02.png);
	background-repeat: no-repeat;
}

.i	{
	font-style: italic;
	color: #99CC55;
	letter-spacing: 3px;
}

.b	{
	text-decoration: none;
	color: #333333;
	letter-spacing: 2px;
	font-size: 8pt;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}

.u	{
	font-weight: normal;
	text-decoration: none;
	color: #696969;
	border-bottom: 2px solid #99CC55;
}

.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

a:link {
	color: #696969;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #696969;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #FF4A58;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
a:active {
	color: #696969;
	font-weight: normal;
	text-decoration: none;
}

h1	{
	font-family: georgia;
	font-size: 14pt;
	font-weight: bold;
	color: #99CC55;
	border-top: 1px solid #99CC55;
	border-left: 3px solid #99CC55;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
}

h2	{
	font-family: georgia;
	font-size: 10pt;
	font-weight: bold;
	color: #C0C0C0;
	background-image: url('images/h2bg.png');
	background-repeat: no-repeat;
	border-top: 1px solid #C0C0C0;
	border-right: 3px solid #C0C0C0;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	text-transform: uppercase;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

.images {border: none;}
.images:hover {border: none;}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	border: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/images/prev.png) no-repeat 0% 15%; border: none;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/images/next.png) no-repeat 100% 15%; border: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 38px;
	height: 39px;
	background: transparent url(slimbox/images/close.png) no-repeat center;
	margin: 5px 0;
	outline: none;
	border: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* IMAGES ALBUM */
.imagethumb{
	display: block;
	padding: 9px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
	float: left;
	margin: 0px 9px 9px 0px;
}
