/* @override http://localhost:8888/desktopf.com/css/desktopf.css */

/* CSS Document */

/* @group HTML */

body {
	background: url(../images/css/bg_content.jpg) center top #22130c;
	margin: 0px;
	overflow: auto;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5c351e;
}

h1 {
	font-size: 1.6em;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #68b500;
}

h2 {
	font-size: 1.3em;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #68b500;
}

a {
	color: #68b500;
	text-decoration: none;
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

td {
	height: 38px;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 15px;
}

/* @end */

.table_small td {
	height: auto;
	padding: 5px;
	padding-left: 0px;
	font-size: 0.8em;
}

.td_top {
	vertical-align: top;
}

.small_height td {
	height: 30px;
}

div {
	border: 0px solid #fff;
}

input, select, textarea {
	background: #ccc;
	border: 1px solid #bbb;
	padding: 7px;
	width: 100%;
	float: left;
	color: #666666;
	font-size: 1.2em;
}

.submit {
	background: #68b500;
	color: #fff;
	border: 1px solid #539100;
}

.noborder {
	border: 0px;
}

form .no_format {
	border: 0px;
	width: auto;
	height: auto;
	background: transparent;
	margin: 0px;
}

/* KLASSEN */

.avatar {
	border: 2px solid #fff;
	width: 32px;
	height: 32px;
	float: left;
}

.member {
	float: left;
	margin: 0 3px 3px 0;
	padding: 0;
	display: table;
	border: 1px solid #68b500;
	background: #fff;
}

.member a {
	float: left;
	font-size: 0.8em;
	padding: 9px;
}

.klein {
	font-size: 0.8em;
}

.error {
	color: #cc0000;
	border: 1px solid #bbb;
	background: #fff;
	font-weight: 700;
	padding: 5px;
	margin-bottom: 20px;
}

.green {
	color: #68b500;
}

.subtitle {
	color: #68b500;
	font-size: 1.2em;
}

.button {
	margin-left: 6px;
	margin-top: 8px;
}

.image {
	border: 5px solid #fff;
	padding: 0px;
}

.value_left {
	font-size: 0.7em;
	text-align: right;
}

.value_right {
	font-size: 0.7em;
}

.item {
	width: 150px;
	height: 250px;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.item .image {
	width: 140px;
	height: 140px;
	border: 5px solid #fff;
	margin-bottom: 5px;
}

.item .rating {
	margin-top: 7px;
}

.item h2 {
	font-size: 1em;
	margin-bottom: 1px;
	font-weight: 700;
}

.item h3 {
	font-size: 0.8em;
	margin: 0px;
	font-weight: 500;
}

.hr {
	height: 20px;
	background: url(../images/css/hr.gif) no-repeat center top;
}

.comment {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.comment .datum {
	font-size: 0.75em;
}

.comment .avatar {
	margin-right: 10px;
	margin-top: 3px;
	clear: none;
}

.comment .emoticon {
	margin: 0px;
	float: none;
}

.comment .text {
	margin-left: 45px;
}

.favourite_image {
	border: 2px solid #fff;
	margin-bottom: 3px;
	margin-right: 3px;
}

/* IDs */

#container_01 {
	width: 100%;
	float: left;
	background: url(../images/css/bg_header.jpg) repeat-x top center;
}

#container_02 {
	width: 800px;
}

#provinzglueck {
	width: 800px;
	float: left;
	margin-left: 15%;
	overflow: visible;
	text-align: left;
}

#header {
	background: url(../images/css/header.jpg) no-repeat;
	width: 800px;
	height: 183px;
	margin-bottom: 20px;
}

#footer {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	width: 800px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#footer a {
	color: #fff;
}

#login {
	float: right;
	margin-top: 147px;
	margin-right: 0px;
	text-align: center;
	width: 250px;
}

#login input {
	float: left;
	background: url(../images/css/menu_hover.jpg) left -10px repeat-x;
	color: #fff;
	border: 0px;
	padding: 5px;
	width: 101px;
	font-size: 0.8em;
}

#menu {
	height: 47px;
	margin-top: 136px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu li {
	height: 47px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	list-style: none;
}

#menu a {
	display: block;
	height: 21px;
	padding: 13px;
	font-size: 1.4em;
	color: #fff;
}

#menu li:hover {
	background: url(../images/css/menu_hover.jpg) top repeat-x;
}

#menu .active {
	background: url(../images/css/menu_hover.jpg) top repeat-x;
}

#content .div {
	border: 10px solid #fff;
	border-bottom: 0px;
	background: #e5e5e5;
	padding: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	float: left;
}

#content .div_border {
	border: 0px;
	border-bottom: 10px solid #68b500;
	margin-bottom: 20px;
}

#content p {
	width: 100%;
	margin-bottom: 0.8em;
	margin-top: 0px;
}

#content a:hover {
	text-decoration: underline;
}

#search_results {
	float: left;
	margin-top: 10px;
}

#search_results p {
	float: left;
	margin: 0px;
}

#search_results .results {
	float: left;
	margin-bottom: 5px;
	font-weight: 500;
	width: 100%;
	line-height: 1.2em;
}

#search_results .results_klein {
	font-size: 0.8em;
	float: left;
	margin-top: 0px;
}

#rating_details {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #e5e5e5;
	border: 1px solid #bbb;
	width: 270px;
	; height: 250px;
	; display: none;
	padding: 10px;
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#blog_archiv {
	line-height: 1.3em;
}

#blog_archiv a {
	float: left;
	width: 100%;
	font-weight: 700;
}

#blog_archiv span {
	float: left;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 10px;
}
