@charset "utf-8";
/*elements*/
body, html {
	background-color: #ffffff;
	background-image: url(/gfx/body_bg.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin: 0px;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #004929;
        width:100%;
}

#header
{
	position:relative;
	height:105px;
	margin-top:5px;
	width:100%;
	background-image: url(/gfx/header_bg.jpg);
	background-repeat: repeat-x;
        z-index:90;
}

#header #logo
{
	position:absolute;
	top:0px;
	left:0px;
}

#header #loginmenu 
{
	left:65px;
	position:absolute;
	top:73px;
	width:800px;
}

#header #menu
{
	position:absolute;
	top:28px;
	right:15px;
}

/* IE7 fix for hiding horizontal scrollbar */
*+html #header #menu
{
        width:730px;
}


#menu .menuitem
{
	display:inline;
	list-style:none;
	margin:0;
}

#menu a
{
	color:#fff;
}

#menu a:hover
{
	color:#F9CC28;
}

#menu a .titel
{
	padding:10px;
}

#menu .submenu
{
	position:absolute;
	top:37px;
	background-image:url(/gfx/submenu_back.png);
}

#menu .submenu ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu .submenu a
{
	display:block;
	color:#004525;
	font-size:12px;
	font-weight:bold;
	padding: 3px 10px;
	border-left: 1px solid #c2bcb7;
	border-right: 1px solid #c2bcb7;
	border-bottom: 1px solid #c2bcb7;
}


#menu .submenu a:hover
{
	color:#000;
	background-color: #F9CC28;
}

#contentholder
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    max-width:1455px;
    width:100%;
    _width:1455px;
}

#content
{
    width:100%;
}

#content #leftcol
{
}
	
#content #rightcol
{
    width: 270px;
}

.block
{
    background-color: #d5e6b8;
    border:1px solid #bfc1be;
    padding:5px 15px 10px;
    margin-bottom:7px;
    clear:both;
}

.block h2
{
	display:block;
}

.block h1, .block h2
{
	margin: 10px 0px;
	color:#004929;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #004929;
}

.block input.searchfield 
{
	float:left;
	background-image:url(../gfx/searchfield_back.jpg);
	border:1px solid #004929;
	color:#004929;
	font-size:13px;
        height:20px;
        line-height:20px;
        padding-left:4px;
        width:155px;
}
.block button.search 
{
	float:left;
	background-color:#004929;
	border:0 none;
	color:white;
        font-size:13px;
        font-weight:bold;
        height:24px;
        line-height:13px;
	padding:0;
	width:75px;
}

.block button.search.over {
color: #f9cc28;
}

.block button.search.click {
color: #f9cc28;
padding-left: 3px;
}


.slidecontainer
{
	position:relative;
	height:350px;
	width:100%;
}

.slide
{
	position:absolute;
	top:0px;
	right:0px;
	height:350px;
	overflow-x:hidden;
	overflow-y:hidden;
	cursor:pointer;
	width:100%;
}

.slide img
{
	position:absolute;
	right:0px;
	top:0px;
}
.slide .caption
{
	position:absolute;
	z-index:50;
	left:0px;
	bottom:0px;
	height:19px;
	padding:3px;
	padding-left:20px;
	padding-right:20px;
	background-color:#D5D5D4;
	opacity:0.85;
	color:black;
	font-size:14px;
	font-weight:bold;
}

.homeContainer
{
	height:180px;
	overflow:hidden;
}

.msgbox
{
	width:99%;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	background-color:#F5FBEB;
	border:1px solid #D7E7BB;
}

.msgbox .msg
{
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}

.overview .container
{	
	overflow-x:auto;
	height:110px;
	width:238px;
	margin-top:5px;
}

.overview .container img
{
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;	
}

#banner img 
{
	border-right: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

#footer 
{
	border-top:1px solid #D5E6B8;
	padding:10px;
	text-align:center;
}	

.listdetails
{
	position:relative;
	height:25px;
}


.listdetails #link
{
	position:absolute;
	top:1px;
	right:20px;
}

.pagelist
{
	position:absolute;
	top:0px;
	right:10px;
	font-size:14px;
}

.pagelist span
{
	width:10px;
	padding-left:3px;
	padding-right:3px;
	margin-right:3px;
	border: 1px solid #b5bdc6;
	background-color:#F5FBEB;
}

.pagelist .active
{
	background-color:#4CA826;
	color:white;
}

.pagelist a
{
	color:black;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
}

.pagelist a:hover span
{
	background-color:#4da827;
	color:white;
}

.button
{
	float:left;
	background-image: url(/gfx/button.gif);
	margin:5px;
	width:110px;
	height:21px;
	padding-top:3px;
	text-align: center;
	cursor:pointer;
	font-weight:bold;
}

#itemlist .item
{
	float:left;
	width: 142px;
	background-color: #f5fbeb;
	border: 1px solid #d7e7bb;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	overflow:hidden;
}

.item .item_body
{
	line-height: 15px;
	height:50px;
	text-align:center;
}

.item .item_img
{
	height: 100px;
	text-align:center;
	overflow:hidden;
}

.item .item_img img
{	border: 1px solid #d7e7bb; }


.item .item_buttons
{
	border-top: 1px dotted gray;
	text-align:center;
	padding: 3px;
}

.ajaxbuttons img
{
	border:0px;
	cursor:pointer;
}

.form
{
	width:270px;
}

#rightcol .form
{
	width:244px;
	margin-bottom:5px;
}
	
table td
{
	vertical-align:top;
}

table .sortable td
{
	padding:5px;
}

form table td
{
	padding-bottom:5px;
}

.remoteSelect
{
 height:200px;
overflow-x:hidden;

}

.remoteSelect ul
{
margin:0px;
padding:0px;
list-style:none;
}

.remoteSelect li
{
padding-left:5px;
cursor:pointer;
}

.remoteSelect li.selected
{
background-color:#d5e6b8;
}

.contentblock
{
    width:980px;
    margin:auto;
}

.contentblock .image
{
    margin:5px;
}

.contentblock .image.left
{
    float:left;
}

.contentblock .image.right
{
    float:right;
}
