html, body {
  margin: 0;
  padding: 0;
  background-color: #9a9a9a;
  background-image: url("images/back_middle.gif");
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
}


body, td, th, p, span.normal {
  font:normal 13px 'Tahoma', 'Verdana', 'Arial';
  color: rgb(50,50,50);
  line-height: 130%;
}



div#header {
	height: 190px;
	background-image: url("images/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;	
}

#tdLinks {
	background-image: url("images/back_left.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 776px; /* Mindesth�he der Seite */
	vertical-align: top;
}

#tdMitte {
	width: 900px;
	vertical-align: top;
}

#tdRechts {
	background-image: url("images/back_right.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
}


div.teaserbox {
	float: right;
	width: 260px;
	height: 248px;
	background-image: url("images/teaserbox.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

div.teasercontent {
	padding: 10px;
}


div.trenner {
	display: block;
	height: 1px;
	background-image: url("images/trenner.gif");
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	line-height: 1px;
}



/*---------------------------------------------------------------------------*/
/* HEADER, FOOTER                                                            */
/*---------------------------------------------------------------------------*/

#footer {
	clear: both;
}


/*---------------------------------------------------------------------------*/
/* CONTENT                                                                   */
/*---------------------------------------------------------------------------*/

#contentContainer {
	margin: 32px;
	padding: 0px;	
}

.hervorhebung1 {
	color: #3c63a8;
}

.hervorhebung2 {
	color: #3c63a8;
	font-weight: bold;
}

.hervorhebung3 {
	color: red;
}

.hervorhebung4 {
	color: white;
	background-color: red;
}


h1 {
	font-size: 20px;
	color: rgb(50,50,50);
	margin-top: 30px;
	margin-bottom: 30px;
}


h2 {
	font-size: 17px;
	color: rgb(70,70,70);
	margin-top: 15px;
	margin-bottom: 15px;
}


h3 {
	font-size: 15px;
	color: rgb(90,90,90);
	margin-top: 15px;
	margin-bottom: 15px;
}


a {
	color: black;
}

a:hover {
	color: rgb(100,100,100);
}



a.paginationPage, a.paginationNext, a.paginationPrev, span.paginationCurrent {
  padding: 0px 6px 0px 6px;
  margin: 0px 1px 0px px;
  border: 1px solid silver;
  font-size: 10px;
  color: rgb(50,50,50);
  text-decoration: none;
}
	
a.paginationPage:hover, a.paginationNext:hover, a.paginationPrev:hover {
	background-color: rgb(100,100,100);
	color: white;
}

span.paginationCurrent {
	background-color: rgb(150,150,150);
	color: white;
	margin: 0px 4px 0px 0px;
}

	
table, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 1px solid silver;*/
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
}

table.autoWidth {
	width: auto;
}

table.noBorder {
	border: 0px solid silver;
}
	
th {
	padding: 1px 10px 1px 10px;
	background-image: url("images/table_header.gif");
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	vertical-align: middle;
}

td.data {
	padding: 2px 10px 2px 10px;
}

td {
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}

table.border {
	margin-top: 10px;
	border-collapse: collapse;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: white;
	width: 100%;
	color: black;
}

table.border th {
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
	border-right: 1px solid #ededed;
	background-image: url(images/table_header.gif);
}

table.border th.groupHeader {
	/*background-image: url(images/table_groupheader.gif);*/
	background-image: none;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	color: rgb(70,70,70);
	line-height: 20px;
}

table.border td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ededed;
}

table.border td.edit {
	width: 200px;
}


table.border tr.data:hover {
	background-image: url(images/back_hover.png);
	background-repeat: repeat-x;
}

table.border .lastColumn {
	border-right: 1px solid silver;
}

table.border .firstColumn {
	border-left: 1px solid silver;
}



img {
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}
	
#gridAjaxContainer {
	position: relative;
}

#loading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: url(images/ajax-loader.gif) no-repeat center;
	filter:alpha(opacity=50);
	background-color: white;
	-moz-opacity:0.5; 
	display: none;
	
}

input.text {
	width: 90%;
}

select.seceditor {
	width: 230px;
}

table.layout {
	margin: 0px !important;
	margin-top: 0px !important;
	padding: 0px;
	border-collapse: collapse;
	border: none;
	background-color: transparent;
	height: 100%
}

table.layout tr {
  	border: none;	
}
table.layout td.layout {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}

/*---------------------------------------------------------------------------*/
/* BUTTONS - Sliding Door                                                    */
/*---------------------------------------------------------------------------*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.btn {
	background: url(images/btn_dark_left.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-decoration: none;
	color: black;
}

a.btn span {
	background: url(images/btn_dark_right.gif);
	background-position: right top;
	padding-right: 8px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}

a.btn:hover {
	background: url(images/btn_light_left.gif);
	background-repeat: no-repeat;
}

a.btn:hover span {
	background: url(images/btn_light_right.gif);
	background-position: right top;
}

img.buttonImg {
	display: inline;
	vertical-align: text-top;
}



/*---------------------------------------------------------------------------*/
/* Abs�tze                                                                   */
/*---------------------------------------------------------------------------*/

p.indent {
  margin-left: 20px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
background: #FDE95E;
}

 
/*---------------------------------------------------------------------------*/
/* TOOLBAR                                                                   */
/*---------------------------------------------------------------------------*/

#vista_toolbar {
	float:left;
	font:normal 12px 'Segue UI','Trebuchet MS','Arial';
	margin:0;
	padding:0;
	width: 100%;
}

#vista_toolbar ul {

	float:left;
	line-height:30px;
	list-style:none;
	margin:0;
	padding: 0;
	width: 100%;
}

#vista_toolbar li {
	display:inline;
	padding:0;
}

#vista_toolbar a {
	color:#FFF; /* need because it will use default link color */
	float:left;
	padding:0 0px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration:none;
}

#vista_toolbar.gray a {
	color: rgb(235,235,235); /* need because it will use default link color */
	float:left;
	padding:0 0px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration:none;
}

#vista_toolbar a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;
}

#vista_toolbar a span img {
	border:none;
	margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
	background: url(images/left.gif) no-repeat left center;
}

#vista_toolbar a:hover span {
	color: white;
	background:url(images/right.gif) no-repeat right center;
}

#vista_toolbar.gray a:hover{
	background: url(images/left_gray.gif) no-repeat left center;
}

#vista_toolbar.gray a:hover span {
	color: white;
	background:url(images/right_gray.gif) no-repeat right center;
}

#vista_toolbar a.right {
	float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

#toolbarContainer {
	height: 30px;
	padding: 0 10px 0 10px;
	background-image:url(images/menu_back.jpg);
	background-repeat:repeat-x;
	clear: both;
}

#toolbarContainer.gray {
	height: 30px;
	padding: 0 10px 0 10px;
	background-image:url(images/menu_back_gray.jpg);
	background-repeat:repeat-x;
	clear: both;
}

.imTextlinks {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

div.innerLink {
	padding: 8px;
	padding-bottom: 3px;
}

div.linklogo {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.link th {
    vertical-align: top;
    padding-top: 3px;
}

span.zuletztGeaendert {
    color: gray;
    font-size: 10px;
}