/* css 061218 */
/* 1. global styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

a {
	color: #FFEA40;
}

a:hover {
	color: #ffffff;
}

a:visited {
	color: #EFBA84;

/* 2. layout */

.headerleft {
	background-image: url(../images/header_left.gif);
	background-repeat: no-repeat;
}

.headerright {
	background-image: url(../images/header_right.gif);
	background-repeat: no-repeat;
}

.headerbg {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#logo {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.date {
	color: #FF6633;
	text-decoration: blink;
}

.leftbg {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
}

.rightbg {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
}

.footerleft {
	background-image: url(../images/footer_left.gif);
	background-repeat: no-repeat;
}

.footerright {
	background-image: url(../images/footer_right.gif);
	background-repeat: no-repeat;
}

.footerbg {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}

.footer {
	font-size: x-small;
	color: #FFEA40;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.footer a {
	color: #FF6633;     
	font-weight: bolder;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;	
}

/* 2a. thumbs */

#thumbs {
	margin-bottom: 1em;
	margin-top: 1em;
}

#thumbs a img {
	border: 1px solid #FFEA40;
}

#thumbs a img:hover {
   border: 1px solid #FFFF33;
}

.thumbleft {
	padding: 2px 2px 2px 0px;
}

.thumbright {
	padding: 0px 2px 2px 2px;
}

.thumb {
	padding: 2px 2px 2px 2px;
}

/* 2b. gals archives */

#headline1 {
	color: #FFEA40;
	font-weight: bold;
	font-size: large;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

#headline2 {
	color: #FFEA40;
	font-weight: bold;
	font-size: large;
	letter-spacing: 1px;
	margin-left: 2em;
}

#headline3 {
	color: #FFEA40;
	font-weight: bold;
	font-size: large;
	letter-spacing: 1px;
	padding-bottom: 10px;	
}

/* 2c. links-archives */

#archives ul {
	color: #FFEA40;
	list-style-type: square;
}

#archives li {
	padding-top: 1%;
}

#archives a {
	display: block;
	color: #FF6633;
	width: 9em;
	text-decoration: none;
	font-weight: bolder;
}

#archives a:hover {
	background-color: #000000;
	color: #FFFF33;
}

/* 2c. links-galleries */

.linkcat {
	color: #FF6633;
}

#linkgal {
	color: #FFEA40;
	font-weight: lighter;
	line-height: 140%;
	margin-bottom: 1em;
}

#linkgal a {
	color: #FFFF33;
	font-weight: bolder;
	text-decoration: underline;
}

#linkgal a:hover {
	color: #FF6633;
	background-color: #000000;
	text-decoration: none;	
}

#linkgal a:visited {
	color: #FFFFFF;
   text-decoration: none;
}

/* 3. partnerseiten - friends */

#friends {
	color: #FFEA40;
}

.tdhr {
	background-color: #FFFF33;
	margin: 5px 0px 5px 0px;
}

.promo {
	padding: 5px 5px 5px 0px;
}

.friendstxt {
	padding: 5px;
}

#partners {
	color: #FFEA40;
	line-height: 140%;
}

#partners a {
	color: #FFEA40;
	font-weight: bold;
	text-decoration: underline;
}

#partners a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;	
}

/* 4. links */

#toplinks {
	font-size: medium;
	font-weight: bold;
	color: #FFEA40;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

#toplinks a {
	color: #FFEA40;
	text-decoration: none;
}

#toplinks a:hover {
   color: #FFFF33;
}


