@import "uni-form-generic.css";

@import "editor_style.css";

@import "images/fileicons/style.css";


/* @group uniForm */
.uniForm .inlineLabels label,.uniForm .inlineLabels .label {
	width: 80px;
	float: left;
}

.uniForm .inlineLabels {
	width: 100%;
}

.uniForm .inlineLabels .selectInput {
	width: 135px;
	border: 1px solid #138500;
	background-color: #f2fbf0;
}

.uniForm .inlineLabels .textInput {
	width: 135px;
	border: 1px solid #138500;
	background-color: #f2fbf0;
}

* html .uniForm .inlineLabels .selectInput,* html .uniForm .inlineLabels .textInput
	{
	width: 110px;
}

.uniForm .inlineLabels .optionInput {
	border: 1px solid #138500;
	background-color: #f2fbf0;
}

.uniForm .inlineLabels .ctrlHolder {
	padding: 0 0 5px 0;
	margin: 0;
	width: 280px;
}

.uniForm .inlineLabels .btnHolder {
	margin-left: 80px;
	height: 31px;
}

.uniForm .inlineLabels .optionHolder {
	margin-left: 80px;
	font-size: 11px;
	padding: 0 0 5px 0;
}



/* @group Button */
.button input {
	cursor: pointer;
	border: none;
	background: none;
	margin-left: -6px;
	margin-right: -6px;
	padding: none;
	text-indent: 0px;
	height: 27px;
	color: #FFF;
	margin-top: -1px;
	font-size: 12px;
	font-family: "Trebuchet MS", LucidaGrande, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding: 0 3px;
	overflow: visible;
}

* * .button input {
	padding: 0 6px;
}

.button,.button span {
	font: "Trebuchet MS", LucidaGrande, Arial, Helvetica, sans-serif;
	cursor: pointer;
	float: left;
	display: block;
	background: url("images/buttons.gif") 0 -26px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

.orangebutton .button,.orangebutton span {
	background: url("images/buttons.gif") 0 -78px;
}

.button span {
	cursor: pointer;
	margin-left: 14px;
	padding-right: 15px;
	background-position: 100% -26px;
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

.orangebutton span {
	background-position: 100% -78px;
}

.button:hover {
	background-position: 0 0;
	text-decoration: none;
}

.orangebutton .button:hover {
	background-position: 0 -52px;
}

.button:hover span {
	background-position: 100% 0;
}


.orangebutton .button:hover span {
	background-position: 100% -52px;
}
/* @end */
.more_option {
	display: block;
	background: url(images/more_option.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

div.login .more_option {
	display: block;
	background: url(images/more_option_orange.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

.inactive input {
	cursor: auto;
}

.inactive,.inactive span {
	cursor: auto;
	background: url("images/buttons_disabled.gif") 0 -26px;
}

.inactive span {
	cursor: auto;
	background-position: 100% -26px;
}

tr.deaktiviert td {
	color:#A0A0A0;
}

/* @end */ /* @group Body */
body,html {

	margin: 0px;
	color: #333;
	text-align: center;
}

/* @end */
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	position:relative;
}

#main {
	overflow: hidden;
	padding-bottom: 20px;
	background: url(images/main_bg.gif) bottom left no-repeat;
}

#header {
	background: url(images/top_bg.gif);
	height: 105px;
}

#header_banner {
	padding: 25px 0 0 418px;
}

div#navigation {
	height: 58px;
	background-image: url(images/navi_sub.gif);
	background-position: bottom;
	margin-bottom: 12px;
	overflow: hidden;
}

.navigation {
	background: #f97a14;
	color: #FFF;
}

div.subnavigation_2 div.subnavbutton_0 a {

}

.subnavigation {
	background: #f97a14;
	color: #FFF;
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 550px;
}

#advert {
	float: left;
	width: 160px;
	height: 700px;
	margin: 0 10px;
}

#boxes {
	float: left;
	width: 250px;
}

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: url(images/footer_bg.gif);
	overflow: hidden;
	margin-bottom: 50px;
	color: #FFF;
}

#footer .copyright {
	float: right;
}

#footer a {
	color: #FFF;
}

/* @group Solid */
h1 {
	margin: 0;
	color: #42b142;
	font-weight: normal;
	font-size: 1.7em;
}

h1 a {
	color: #42b142;
}

h2 {
	padding: 2px 0 0px 8px;
	margin: 0px;
	color: #42b142;
	font-weight: normal;
	font-size: 1.2em;
}

h3 {
	padding: 2px 0 0px 10px;
	margin: 0;
	color: #42b142;
	font-weight: normal;
	font-size: 1.1em;
}

h2 a {
	color: #42b142;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */ /* @group Navigation */
.navigation {
	overflow: hidden;
	background: url(images/navi_main.gif);
	height: 30px;
	line-height: 30px;
}

.navbutton a,.subnavbutton a {
	float: left;
	padding: 0 7px;
	color: #FFF;
	text-decoration: none;
	margin-right: 1px;
}

.special {
	float: right;
	padding: 0 10px 0 7px;
}

.special a {
	color: #FFF;
	text-decoration: none;
}

.special a.small {
	font-size: 10px;
}

.special a.medium {
	font-size: 12px;
}

.special a.big {
	font-size: 14px;
}

.navigation .navbutton_active a,.navbutton a:hover {
	background-color: #cc5b00;
	text-decoration: none;
}

.navigation .navbutton_0 a {
	padding: 0 7px 0 10px;
}

.navigation .navbutton_0 a:hover,.navigation .navbutton_active_0 a {
	background-image: url(images/navi_first.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.subnavigation {
	display: none;
	overflow: hidden;
	background: url(images/navi_sub.gif);
	height: 28px;
	line-height: 28px;
}

.subnavigation_active {
	display: block;
}

.subnavigation .subnavbutton_active a,.subnavbutton a:hover {
	background-color: #ea7d27;
	text-decoration: none;
}

.subnavigation .subnavbutton_0 a {
	padding: 0 7px 0 10px;
}

.subnavigation .subnavbutton_0 a:hover,.subnavigation .subnavbutton_active_0 a
	{
	background-image: url(images/navi_first_s.gif);
	background-repeat: no-repeat;
}

/* @end */ /* @group Gerneral */
.t {
	background: url(images/dot.gif) 0 0 repeat-x;
	width: 100%
}

.b {
	background: url(images/dot.gif) 0 100% repeat-x
}

.l {
	background: url(images/dot.gif) 0 0 repeat-y
}

.r {
	background: url(images/dot.gif) 100% 0 repeat-y
}

.bl {
	background: url(images/bl.gif) 0 100% no-repeat
}

.green_box .bl {
	background: url(images/bl_clean.gif) 0 100% no-repeat
}

.br {
	background: url(images/br.gif) 100% 100% no-repeat
}

.tl {
	background: url(images/tl.gif) 0 0 no-repeat
}

.tr {
	background: url(images/tr.gif) 100% 0 no-repeat;
	padding: 1px
}

/* @group Greenbox */
.green_box {
	background-color: #e4f5e0;
	margin-bottom: 10px;
}

.green_box h1,.green_box h2 {
	padding: 5px 0 8px 8px;
}

.green_box .body {
	padding: 0 10px 5px 10px;
}

.green_box p {
	margin: 5px 0 5px 0;
}

/* @end */ /* @group Contentbox */
.content_box {
	background-color: #e4f5e0;
	margin-bottom: 10px;
}

.content_box h1 {
	padding: 5px 8px;
	border-bottom: 2px solid #128500;
}

.content_box .intro {
	background-color: #f7fff5;
	margin-bottom: 2px;
	overflow: hidden;
}

.content_box .intro .thumb img {
	float: right;
	margin-left: 10px;
}

.content_box .intro p {
	margin: 0;
	padding: 10px;
}

.content_box .more {
	line-height: 2.5em;
	overflow: hidden;
}

.content_box .more .subinfo {
	float: right;
	padding-right: 10px;
}

.content_box .more .readon {
	float: left;
	display: block;
	color: #FFF;
	background: #62b056 url(images/readon.gif) no-repeat 10px 50%;
	padding: 0 15px 0 30px;
	text-decoration: none;
	font-size: 1.2em;
}

.content_box .more .readon:hover {
	background-color: #128500;
}

.content_box .more .back {
	float: left;
	display: block;
	color: #FFF;
	background: #62b056 url(images/back.gif) no-repeat 10px 50%;
	padding: 0 15px 0 30px;
	text-decoration: none;
	font-size: 1.2em;
}

.content_box .more .back:hover {
	background-color: #128500;
}

/* @end */ /* @end */ /* @group Forms */
.basic label {
	display: block;
	padding: 5px 0;
	vertical-align: top;
}

.basic dl {
	width: 330px;
	float: left;
	margin: 0;
}

.basic dt {
	clear: left;
	float: left;
	width: 60px;
	text-align: left;
	vertical-align: top;
}

.basic dd {
	float: left;
	width: 250px;
	padding: 0 0 2px 0;
	margin: 0;
}

.basic dd input {
	width: 240px;
	height: 16px;
}

.basic button {
	width: 100px;
	height: 22px;
	margin-top: 2px;
	color: #FFF;
	display: block;
	background: #f29400;
	border: none;
}

/* @end */ /* @group Pagination */
.pagination {
	text-align: center;
	padding: 5px 0;
	margin: 20px 0 10px 0;
}

.pagination a {
	padding: 4px 9px;
	margin: 0 3px;
	border: 1px solid #ccc;
	color: #555;
}

.pagination a:hover,.pagination a:active {
	color: #000;
	padding: 3px 8px;
	border: 2px solid #aaa;
	background: none;
}

.pagination div {
	display: inline;
}

.pagination div.active,.pagination span.disabled {
	padding: 4px 9px;
	margin: 0 3px;
}

.pagination div.active {
	border: 1px solid #128500;
	color: #fff;
	background: #128500;
}

span.disabled {
	border: 1px solid #ccc;
	color: #999;
}

/* @end */ /* @group Searchpanel */
div.searchform div {
	margin-top: 20px;
	float: left;
	margin-right: 10px;
}

div.text div {
	height: 28px;
	float: none;
	margin-top: 0px;
}

div.searchform div.icon {
	float: left;
	width: 40px;
	margin-left: 10px;
}

div.searchform div.text {
	width: 60px;
}

div.controls input,div.searchform div.controls,div.controls select {
	width: 170px;
	margin-bottom: 6px;
	padding: 0px;
}

div.searchform div.submitbutton {
	width: 180px;
	margin-top: 17px;
}

/* @end */
span.error {
	background-image: url(/_skins/base/images/warning.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 25px;
}

input {
	border: 1px solid #138500;
}

span.error input,span.error select,span.error textarea {
	border: 1px solid #F98629;
	background-color: #FFD9BA;
}

div.datum select {
	width: 50px;
}

div.inputCaption {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	font-weight: bold;
	color:#128500;
}
div.actionbar{

	margin-bottom:12px;
	margin-top:12px;
	padding-top:12px;
	clear:both;

}

div.inputfield {
	width: 360px;
	float: left;
	margin-bottom: 6px;
}

div.Kleinanzeigen textarea, textarea  {
	width: 340px;
	height: 100px;
	border: 1px solid #138500;
}

div.Direktvermarkter textarea {
	width: 360px;
	height: 100px;
	border: 1px solid #138500;
	margin-bottom: -4px;
	margin-top: 5px;
}

div.Kurzbeschreibung  textarea {
	height: 50px;
}

ul.edit li,.pen {
	background-image: url(images/pen.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin: 0px;
}

.add {
	background-image: url(images/add.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	margin: 0px;
}

ul.edit {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.nocheckborder input {
	border: none;
}

div.login {
	margin-top: 12px;
	background-image: url('/_skins/base/images/login_bg.gif');
	width: 259px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	height: 190px;
	margin-bottom: 12px;
	color: #FFF;
}

div.login h1 {
	color: #FFF;
	border-bottom: 0px;
}

div.Kleinanzeigen2 div.inputfield {
	width: 200px;
}

div.DV_Gruppen {
	margin: 4px;
}

div.loginfields input {
	border: 1px solid #F97F1E;
	width: 110px;
	margin-bottom: 6px;
}

table.withSpaces td {
	padding-top: 12px;
	padding-right: 20px;
}

div.Nachricht input {
	width: 250px;
}

div.Nachricht textarea {
	width: 390px;
	height: 150px;
}

div.wideInput input {
	width: 250px;
}

.success {
	font-size: 13px;
	color: #128500;
	background-image: url(images/ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
}


.lock {

	margin-left:10px;
	background-image: url(images/lock_delete.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}


.unlock {

	margin-left:10px;
	background-image: url(images/lock_go.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

.delete {

	margin-left:10px;
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

div.bannerbox img {
	margin: 6px;
}

.largeTextarea textarea {
	width: 390px;
	height: 100px;
}

tr.mod1 td {
	background-color: red;
}

tr.mod2 td {
	background-color: blue;
	color: white;
}


iframe.myiframe {
	position:relative;

}

a.rss {
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
a.flashbanner {

top:170px;
}

a.flashbanner_top {
	opacity:0;
	display:block;
	filter:alpha(opacity=1);
	background-color:red;
	top:23px;
	position:absolute;
	z-index:99999;
	height:70px;
	border:1px solid red;
	left:418px;
	width:468px;
}
th {
	padding-left:3px;
	line-height:24px;
	font-size:12px;
}
td {
	padding-left:3px;
}


div.Sicherheitscode input {
	width:65px;
}
td.balls {
	background-color:red;
	font-size:100px;	
}


