﻿/*
	© iucon GmbH 2010 - Newsletter User Interface
	# Thalia Medienservice

	color scheme 
	#0055a0 -> dunkelblau
	#0055a0 -> dunkelblau typo
	#529D43 -> gruen
	#a9abac -> grau
	#f1f1f1 -> bgr
	#fff	-> weiß
*/

hr { border: none; border-top: 1px solid #fff; height: 1px; width: 100%; }
img { border: none; }
strong { font-weight: bold; }

/* HEADLINES */
/*
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
h5 { font-weight: bold; margin: 5px 0; font-size:12px; color: #000; }
*/

/* COMMON */
.clear { clear: both; }
.float-aufheben { display: block; width: 1px; height: 1px; line-height: 1px;  clear: both; }
.flLeft { float: left; }
.vmiddle { vertical-align: middle; }
.pCenter { text-align: center; }
.pLeft { text-align: left; }
.pRight { text-align: right; }
.bold { font-weight: bold; line-height:140%;}
.nobg, .nobg a { background: none; }
.black { color: #000; }

br.clear { padding:0; margin:0; line-height:0;}

a.backLink { font-size:12px; background: url('../images/icon_ArrowBack.gif') center left no-repeat; 
             padding: 0 0 3px 16px; vertical-align: middle; }

a.nextLink { font-size:12px; color: #529D43; background: url('images/arrow_next.gif') center left no-repeat; 
             padding: 0 0 3px 12px; vertical-align: middle; }


/* FORM */
.input { font-size:12px; line-height: 1.3em; }
.input-label { margin: 0 0 3px 0; }

.input input,
.input select,
.input textarea {
  border: 1px solid #AFAF9A;
  background-color: #FFFFFF;
  font-size: 1em;
  line-height: 1em;
  margin: 2px 0;
}

.input textarea { line-height: 1.3em; }

.input input.checkbox,
.input input.radio,
.input input.button {
  border: none;
  background: transparent;
  vertical-align: middle;
}

.input-body input { padding: 2px 4px 1px; }

.wrapper {
background: url('../images/wrapper_bg.png') no-repeat scroll 0 0 #FFFFFF;
margin:0 auto;
width:972px !important;
padding: 13px;
}

.object-list-inhalt
{
    padding:20px 0;
  
}

