/* #########################################
Schriftarten: */
body {
	font-family: arial, Courier, verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    background-color: #280F0A;
    color: #555555;
	/*border-left: 30px solid #FFFFFF;
	border-right: 30px solid #FFFFFF;*/
	/*background-image: url(../../pages/admin/de/images/background.gif);
	background-repeat:repeat-x;*/
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.file-preview-image {
    vertical-align: middle;
    width: 100%;
   /* height: auto !important; */
}

.verytop
 {
	font-family: arial, Courier, verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: #ffffff;
	background-color:#061E4A;
	border-bottom:2px solid #224471;
	padding:0px 1px 1px 4px;
}
a.verytop:visited,link,hover
 {
	font-family: arial, Courier, verdana, Helvetica, sans-serif;
	background-color: #123074;
	font-size: 10px;
	font-weight: normal;
    color: #ffffff;
}
/* Schriftarten ende: 
#########################################*/
/* #########################################
Form, Buttons, Eingabefelder, Listen: */
form
	{ 
	/*background-color:#DEEAFE; */
	/*padding:0px 0px 0px 0px;*/
	/*margin:0px 0px 0px 0px;*/
	border:0px solid #355180;
	width:100%
	
	}
.button {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button:hover {
	background-color:#6AA5FF;
	}	
.button_edit {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.edit.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_edit:hover {
	background-color:#6AA5FF;
	}	
.button_edit_disabled {
	background-color:#B2BECB;
	background-image:url(../../pages/admin/de/images/button.edit.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_edit_disabled:hover {
	background-color:#9BA6B6;
	}	
.button_search {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.search2.gif);
	background-repeat:no-repeat;
	background-position:left;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_search:hover {
	background-color:#6AA5FF;
	}	
.button_up {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/sort_asc.gif);
	background-repeat:no-repeat;
	background-position:center;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 3px;
	height:20px;
	width:24px;
	}
	.button_up:hover {
	background-color:#6AA5FF;
	}	
	.button_down {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/sort_desc.gif);
	background-repeat:no-repeat;
	background-position:center;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 3px;
	height:20px;
	width:24px;
	}
	.button_down:hover {
	background-color:#6AA5FF;
	}	
.button_delete {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.delete.gif);
	background-repeat:no-repeat;
	background-position:left;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_delete:hover {
	background-color:#6AA5FF;
	}	
.button_delete_disabled {
	background-color:#B2BECB;
	background-image:url(../../pages/admin/de/images/button.delete.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_delete_disabled:hover {
	background-color:#9BA6B6;
	}	
.button_next {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.next.gif);
	background-repeat:no-repeat;
	background-position:right;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 20px 2px 3px;
	height:20px;
	}
	.button_next:hover {
	background-color:#6AA5FF;
	}	
.button_back {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.back.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_back:hover {
	background-color:#6AA5FF;
	}	
.button_last {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.last.gif);
	background-repeat:no-repeat;
	background-position:right;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 20px 2px 3px;
	height:20px;
	}
	.button_last:hover {
	background-color:#6AA5FF;
	}	
.button_first {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.first.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_first:hover {
	background-color:#6AA5FF;
	}	
.button_return {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.return.gif);
	background-repeat:no-repeat;
	background-position:left;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_return:hover {
	background-color:#6AA5FF;
	}	
.button_closewindow {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.closewindow.gif);
	background-repeat:no-repeat;
	background-position:left;
		font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}
	.button_closewindow:hover {
	background-color:#6AA5FF;
	}	
.button_help {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.help.bg.png);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_help:hover {
	background-color:#6AA5FF;
	}	
.button_add {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.add.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_add:hover {
	background-color:#6AA5FF;
	}	
.button_pay {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.pay.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_pay:hover {
	background-color:#6AA5FF;
	}	
	.button_no_pay {
	background-color:#189930;
	background-image:url(../../pages/admin/de/images/button.no.pay.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_no_pay:hover {
	background-color:#20CD41;
	}	
.button_trust {
	background-color:#658ECB;
	background-image:url(../../pages/admin/de/images/button.trust.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_trust:hover {
	background-color:#6AA5FF;
	}
	.button_no_trust {
	background-color:#189930;
	background-image:url(../../pages/admin/de/images/button.no.trust.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 3px 2px 20px;
	height:20px;
	}	
	.button_no_trust:hover {
	background-color:#20CD41;
	}

input, select
   { 
   background-color:#FFFFFF;
   border:1px solid #CCCCCC;
   /*margin:0px 0px 0px 0px;*/
	padding:2px 3px 2px 3px;
   	font-family: Verdana, Courier, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#375583;
	background-image:url(../../pages/admin/de/images/input.text.bg.gif);
    }
		input:hover {
   border:1px solid #000000;
	}

textarea
   { 
   background-color:#FFFFFF;
   border:1px solid #CCCCCC;
   /*margin:0px 0px 0px 0px;*/
	padding:2px 3px 2px 3px;
   	font-family: Verdana, Courier, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#375583;
	/*background-image:url(../../pages/admin/de/images/input.text.textarea.gif);*/
    }
		textarea:hover {
   border:1px solid #000000;
	}
		   
select.courier
   { 
   background-color:#FFFFFF;
   border:1px solid #CCCCCC;
   /*margin:0px 0px 0px 0px;*/
	padding:2px 3px 2px 3px;
   	font-family: Courier, Arial, Verdana, Helvetica ;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#375583;
	background-image:url(../../pages/admin/de/images/button.text.bg.gif);
   }
   		select.courier:hover {
   border:1px solid #000000;
	}
select.courier_warning
   { 
   background-color:#FFFFFF;
   border:1px solid #FF0000;
   /*margin:0px 0px 0px 0px;*/
	padding:2px 3px 2px 3px;
   	font-family: Courier, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#375583;
	background-image:url(../../pages/admin/de/images/backgrounds/input.text.bg.gif);
   }
input.username {
	background-image:url(../../pages/admin/de/images/backgrounds/input.text.username.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 3px 2px 24px;
	}

input.password {
	background-image:url(../../pages/admin/de/images/backgrounds/input.text.password.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 3px 2px 24px;
	}
input.input_warning
	{ border:2px solid #cc0000;
	}
.textarea_warning
	{ border:2px solid #cc0000;
	}

input.warning
	{ border:13px solid #cc0000;
	}
checkbox.checkbox_warning
	{ border:2px solid #cc0000;
	}


/* Buttons ende: 
#########################################
MENU und LISTEN */
/*MENU: menu1 und menu1a (a=wenn aktiv) menulbg (hintergrund) 
Farben: #EAEAEA grauer hintergrund oberste ebene
Farben: #061E4A hintergrund menu2 sehr dunkel
Farben: #2C4E7B
Farben: #4173B6 hintergrud menue 3 hell

*/
a.menu1bg { 
	padding:2px 5px 5px 5px;
	line-height:26px;
	color:#0000FF;
	/*background-color:#EAEAEA;*/
}
a.menu1bg:link {
	background-image:none;
	color:#000000;
}
a.menu1bg:hover {
	background-image:none;
	color:#000000;
}
a.menu1bg:active {
	background-image:none;
	color:#000000;
}
a.menu1bg:visited {
	background-image:none;
	color:#000000;
}
.menu1a {
	color:#FFFFFF;
	border:1px solid #061E4A;
	border-bottom:none;
	padding:4px 5px 11px 5px;
	background-color:#2C4E7B;
	background-image:url(../../pages/admin/de/images/menu1bg.gif);
}
a.menu2bg { 
	padding:2px 5px 5px 5px;
	line-height:26px;
	color:#FFFFFF;
	/*color:#D2EBFF;*/
	/*background-color:#061E4A;*/
}
.menu2bg { 
	padding:2px 5px 5px 5px;
	line-height:26px;
	color:#D2EBFF;
	background-color:#061E4A;
}
a.menu2bg:link {
	background-image:none;
	color:#FFFFFF;
}
a.menu2bg:active {
	/*background-color:#4173B6;*/
	background-image:none;
	color:#FFFFFF;
}
a.menu2bg:hover {
	background-color:#4173B6;
	background-image:none;
	color:#FFFFFF;
}
a.menu2bg:visited {
	/*background-color:#4173B6;*/
	background-image:none;
	color:#FFFFFF;
}

.menu2a {
color:#FFFFFF;
border:1px solid #061E4A;
border-bottom:none;
padding:4px 5px 16px 5px;
background-color:#4173B6;
background-image:url(../../pages/admin/de/images/menu2bg.gif);
}
.menu2b {
color:#000000;
border:1px solid #000000;
border-bottom:none;
padding:4px 5px 15px 5px;
background-color:#FFFFFF;
background-image:url(../../pages/admin/de/images/menu2b.gif);
}
a.menu3bg { 
color:#FFFFFF;
padding:4px 5px 5px 5px;
	background-color:#4173B6;
	line-height:26px;
}
a.menu3bg:hover {
	background-image:none;
	color:#FFFFFF;
}
a.menu3bg:active {
	background-image:none;
	color:#FFFFFF;
}
a.menu3bg:visited {
	background-image:none;
	color:#FFFFFF;
}
a.menu3bg:link {
	background-image:none;
	color:#FFFFFF;
}

.menu3a {
color:#FFFFFF;
border:1px solid #061E4A;
border-bottom:none;
padding:1px 5px 1px 5px;
background-color:#4173B6;
}

/* MENU ende: 
#########################################
*/


hr {
/* width:100%; color:#cccccc; background-color:#ffffff; height:1px; */
margin:3px 0px 0px 0px;
text-align:left; 
border:1px solid #01073C; 
  }


h1 {
	font-family: Verdana, Courier, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Courier, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Courier, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Courier, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}
ul, ol, li {
margin-left:12px;
padding: 0px 0px 0px 0px;
/* damit das menü oben und unten keine abstände hat:*/
margin-top:0px;
margin-bottom:0px;
/* list-style-type:none; */
list-style-image:url(../../pages/admin/de/images/elements/bullet_sm3.gif);
}

/*  
TABELLEN FORMATIERUNGEN:

1) Tabellen Liste
*/
table.list {
	background-color: #EEEEEE;
	width: 100%;

	border-collapse:collapse;
	border:none;
	/*border:3px solid #212121;
	border-bottom:3px solid #666666;*/


/*filter:Blur(direction=235, strength=2);*/
}

th.list { 
background-image:url(../../pages/admin/de/images/th.bg.red.jpg);
	height: 44px;
	padding:0px 3px 0px 5px;
/*
background-image:none;
	height: 44px;
	padding:0px 3px 0px 5px;
	background-color:#4E77AD;*/
}

th { /* für sub th */
height:16px;
background-color:#9B3131;
padding:1px 3px 1px 3px;
color:#FFFFFF;
text-align:left;
font-weight:bold;
/*background-image:url(../../pages/admin/de/images/tab.bg.blue.gif);*/
}

th.sort { /* für th mit sortierbutton*/
height:32px;
background-color:#2C4E7B;
padding:1px 3px 1px 3px;
color:#FFFFFF;
text-align:left;
vertical-align:middle;
font-weight:bold;
/*background-image:url(../../pages/admin/de/images/tab.bg.blue.gif);*/
}

td.button_tab {  /* jede zweite Listenzeile etwas dünkler */
	padding:3px 3px 3px 3px;
	height: 36px;
	background-color:#999999;
	vertical-align:middle;
}

th.bottom { 
	background-color:#666666;
	height: 22px;
	padding:3px 3px 0px 5px;
	color:#FFFFFF;
	background-image:url(../../pages/admin/de/images/bottom.bg.gif);
}



td.list_clean { /* normale Listen Zeile ohne linie auch für loginscreen */
	padding:3px 3px 3px 3px;
	height: 20px;
	vertical-align:top;
}
td.list { /* normale Listen Zeile */
	padding:3px 3px 3px 3px;
	height: 20px;
	vertical-align:top;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #D2D2D2;
}
td.list_odd {  /* jede zweite Listenzeile etwas dünkler */
	padding:3px 3px 3px 3px;
	height: 20px;
	background-color:#E6E6E6;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #D2D2D2;
}
td.list_left { /* dunkle listen zeile eingerückt */
	padding:3px 3px 3px 30px;
	background-color:#D2D2D2;
	height: 16px;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
td.list_right { /* dunkle listen rechts */
	padding:3px 3px 3px 3px;
	background-color:#D2D2D2;
	height: 16px;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
/* links in der list tabelle */
a.list:link { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.list:active { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.list:visited { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.list:hover { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.list:focus { text-decoration: none; background-color:#FF3399;color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}

/* links in th */
a.th:link { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.th:active { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.th:visited { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.th:hover { text-decoration: none; color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}
a.th:focus { text-decoration: none; background-color:#3AB227;color:#FFFFFF; font-family: verdana, arial, sanserif, Times, serif; font-size: 11px;}


/* Tabelle list Ende

Allgemeine Tabellen formatierungen*/
td {
vertical-align:top;
/*padding:0px 0px 0px 0px;*/
}


/*  
##########################################
*/



.login
{
border:3px solid #cccccc;
background-color: #EEEEEE;

}

a:link {  color:#436386; font-family: verdana, arial, sanserif, Times, serif; font-size: 12px;}
a:active { color:#436386; font-family: verdana, arial, sanserif, Times, serif; font-size: 12px;}
a:visited { color:#436386; font-family: verdana, arial, sanserif, Times, serif; font-size: 12px;}
a:hover { color:#E00000; font-family: verdana, arial, sanserif, Times, serif; font-size: 12px;}

.block {  text-align: justify; font-family:  verdana, arial, sanserif, Times, serif;;  font-size: 12px}
.normal {  font-family: verdana, arial, Helvetica, sans-serif;  font-size: 12px}
.bigtitel {  color:#29655B; text-align: left; font-family: verdana, arial, sanserif, Times, serif; font-size: 14px; font-weight: bolder}
.titel {   color:#436386; font-family: verdana, arial, sanserif, Times, serif;  font-size: 12px; font-weight: bolder}
.highlight {  background-color: #FFFFCC}

IMG {
	border: 0px;
}.normalprint {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.warning {
	border: 3px solid #FF0000;
	background-color: #FF0000;
	background-repeat: no-repeat;
	background-image:url(../../pages/admin/de/images/icon.warning.gif);
	padding:0px 3px 0px 50px;
	/*margin:0px 4px 0px 4px;*/
	vertical-align:middle;
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
	height:48px;
}
.message {
	border: 3px solid #818181;
	background-color: #818181;
	background-repeat: no-repeat;
	background-image:url(../../pages/admin/de/images/icon.message.gif);
	padding:0px 3px 0px 50px;
	/*margin:0px 4px 0px 4px;*/
	vertical-align:middle;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	height:60px;
}
.warning_text {
	font-weight: bold;
	color: #C90000;
	padding:2px 2px 2px 24px;
	margin-left:10px;
	background-image:url(../../pages/admin/de/images/icon_crit2.gif);
	background-repeat:no-repeat;
} 

.ok {
	border-bottom: 1px solid #FFFFFF;
	background-color: #00cc00;
	background-repeat: no-repeat;
	background-image:url(../../pages/admin/de/images/button.bg.gif);
	padding:0px 3px 0px 25px;
	height:21px;
	color: #FFFFFF;
	font-weight: bold;	vertical-align:middle;
	/*margin:0px 4px 0px 4px;*/
}

.maybeok {
	border-bottom: 1px solid #FFFFFF;
	background-color: #B57700;
	background-repeat: no-repeat;
	background-image:url(../../pages/admin/de/images/button.maybeok.gif);
	padding:0px 3px 0px 25px;
	height:21px;
	color: #FFFFFF;
	font-weight: bold;	vertical-align:middle;
	/*margin:0px 4px 0px 4px;*/
}

.notok {
	border-bottom: 1px solid #FFFFFF;
	background-color: #cc0000;
	background-repeat: no-repeat;
	background-image:url(../../pages/admin/de/images/button.delete.gif);
	padding:0px 3px 0px 25px;
	height:21px;
	color: #FFFFFF;
	font-weight: bold;	vertical-align:middle;
	/*margin:0px 4px 0px 4px;*/
}

.success {
	font-weight: bold;
	color: #00CC00;
}
.notsuccess {
	font-weight: bold;
	color: #FF0000;
}
.bold {
	font-weight: bold;
}

.tab {
	margin-left:20px;
	margin-right:20px;
}

.info {
	font-style: italic;

}

#top_container
{
border:1px dotted #cccccc;
border-collapse:collapse;
}
#content_container
{
border-top:1px solid #EEEEEE;

margin: 0px 3px 3px 3px;
}
#footer
{

}

.border_bottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #D2D2D2;
}

/*experemental:*/
div {
	margin:0;
}
.ro {
	background:url(../../pages/admin/de/images/elements/roundedbox_ro.gif) top right no-repeat;
}
.lo {
	background:url(../../pages/admin/de/images/elements/roundedbox_lo.gif) top left no-repeat;
}
.ru {
	background:url(../../pages/admin/de/images/elements/roundedbox_ru.gif) bottom right no-repeat;
}
.lu {
	background:url(../../pages/admin/de/images/elements/roundedbox_lu.gif) bottom left no-repeat;
}
.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}
