/* Info - gesamt.css - 77store.com                        */
/* In dieser Datei werden alle globalen Formate f?r Text, */
/* Farbigkeit ect. definiert. ?nderungen in dieser Datei  */
/* wirken sich auf die GESAMTE Seite aus!                 */


/* Formatierungen Text */

body {
	background-image: url(../img/bg.gif);
	background-color: #000;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.5em;
  width: 985px;
}

a {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: none
}

.wallpaper_thumb:hover {
	border: dashed #ccc 1px;
}

h1 {
	font-weight: normal;
	font-size: 26px;
	display: inline;
	line-height: 28px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

.textklein {
	font-size: 10px;
	color: #fff;
}

/* Formatierungen Sonstiges */

hr {
	border: 1px dashed #fff;
	margin: 10px 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.hrcontent {
	border: 1px dashed #fff;
	padding: 5px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	display: block;
	clear: both;
}

.imgabstand {
	margin: 5px;
}

.imgabstandnew {
	margin: 0 15px 10px 0;
}

.hinweistext {
	font-weight: bold;
	color: #ef0000;
}


/* Formatierungen Formulare */

.formularfeld {
	height: 18px;
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	text-decoration: none;
	padding-left: 3px;
	border-width: 0px;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #fff;
}

.login {
	width: 160px;
	height: 17px;
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	text-decoration: none;
	padding-left: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #ccc;
}

.eingabetext {
	width: 435px;
	height: 110px;
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	text-decoration: none;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

.button {
	font-weight: bold;
	color: #000;
	background-color: #ededed;
	text-decoration: none;
	padding: 2px 20px;
	border: 1px #666666 solid;
}

.date {
	font-size: 9px;
	color: #fff;
	line-height: 22px;
}

.kategorielink {
	line-height: 25px;
	list-style-image:url(/img/li_blog.gif);
}

.kategorieliste {
	padding: 0 0 0 13px;
	margin: 0 0 0 13px;
}