#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}


#sidebar
{
	display:none;
	padding: 20px 20px 20px 0;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

.addtotop{
	margin-top: -22px;
	margin-right: 17px;
}

.languages{
	margin-left:20px;
	margin-top:10px;
}

.ie6 .languages, .ie7 .languages {
	margin-left:20px;
	margin-top:-17px;
}

.language{
	padding-right:14px;
	padding-bottom:0px;
}

.lang_de{
}

.lang_en{
}

.at15t_compact{ /*no button for add this*/
    display: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 8px;
right: 12px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-top:5px;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #F2E3F6;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	/*margin: 10px 0;*/
	background: #eee;
	clear: left;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: indigo; /*#B7D6E7;*/
	border-left: 5px solid #F2E3F6; /*#6FACCF;*/
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: white; /*#298dcd;*/
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #F8F8F8; /*#EFFDFF;*/
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	color: indigo; /*#0066A4;*/
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: indigo; /*#0066A4;*/
}

.operations li a:hover
{
	background: silver;/*#80CFFF;*/
}