@import "ecards.css";
@import "boxes.css";
@import "gb.css";
@import "jquery.lightbox-0.4.css";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body {
	background: #94d810 url("../gfx/kopf-bg.jpg") repeat-x;
	}
a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#outer {
	width: 790px;
	margin: auto;
	}
.werbung {
	text-align: center;
}
.errormsg {
	padding: 0.5em;
	color: #FF0000;
	font-weight: bold;
}
input, textarea, select {
	border: 2px solid #000;
	background-color: #cfff71;
	padding: 2px;
}
label {
	font-weight: bold;
}
/* HEADER */	
#head {
	width: 100%;
	height: 147px;
	position: relative;
	}
	#head .left {
		position: absolute;
		top: 0;
		left: 0;
		}
	#head .logo {
		position: absolute;
		left: 265px;
		top: 0;
		}
	#head .rechts {
		position: absolute;
		right: 0;
		top: 0;
		}
/* MENU */	
	#menu {
		position: absolute;
		bottom: 0;
		left: 0;
		list-style: none;
		font-size: 1px;
		}
		#menu li {
			display: inline;
			}
			#menu .eCards {
				padding-left: 10px;
				padding-right: 10px;
				}
			#menu .gb {
				padding-left: 315px;
				padding-right: 10px;
				}
			*html #menu .gb {
				padding-left: 305px;
				}

/* LEFT RIGHT */
#left {
	float: left;
	width: 190px;
	}
	#left div {
		margin-left: 0;
	}
#right {
	float: right;
	width: 595px;
	}
/* THUMBS */
.thumb {
	text-align: center;
	display: block;
	height: 217px;
	width: 186px;
	font-size: 11px;
	}
.thumb * {
	font-size: inherit;
	}
.thumb .img {
	height: 173px;
	width: 100%;
	display: table;
	}
	.thumb .img a {
		display: table-cell;
		vertical-align: bottom;
		text-align: center;
		}
	.thumb img {
		border: 1px solid;
		}
.thumb .titel {
	display: block;
	margin-bottom: 5px;
	}
.thumb .pokamax, .thumb .counter {
	display: block;
	font-weight: normal;
	}
.hidden {
	display: none;
}
.alone {
	height: auto;
}
.alone .img {
	height: auto;
}
/* DIVERSES */
.catDescription, .newstext {
	padding: 0 1em;
	}
.newstext {
	width: 370px;
	line-height: 1.5em;
}
.newstime {
	text-align: center;
	font-size: 11px;
	color: #666666;
	margin-bottom: 0.5em;
}
#newsContent .thumb, #newsContent .newstext {
	float: left;
	margin-left: 5px;
}
.history-thumb {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 0.5em;
}
.history-thumb img {
	border: 2px solid;
}
/* KONTAKT */
#kontakt {
	margin-left: 0.5em;
}
#kontakt input {
	width: 300px;
}
#kontakt select {
	width: 308px;
}
#kontakt textarea {
	width: 300px;
	height: 150px;
}
#kontakt .submit, #guestbook .submit {
	width: auto;
}
#kontakt td {
	vertical-align: top;
}

/* FOOT */
#foot {
	color: #fff;
	width: 100%;
	height: 60px;
	margin: 10px 0px;
	text-align: center;
	position: relative;
	}
	#foot a {
		color: #fff;
		}
	#foot .links {
		position: absolute;
		left: 0px;
		top: 0;
		}
	#foot .rechts {
		position: absolute;
		right: 0px;
		top: 0;
		}	