/***********************************************************************/
/*                                                                     */
/*        Copyright 2009 by LüneCom Kommunikationslösungen GmbH        */
/*                                                                     */
/***********************************************************************/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Einstellungen  ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@import "templates.css";

*{
	margin:0px;
	padding:0px;
	border:0px;
}
div.ieInfo
{
    display:none;
	position:absolute;
	width:600px;
	margin-top:50px;
	padding:10px;
	z-index:500;
	margin:auto;
	border:5px solid red;
	background-color:#fff;
	height:200px;
}
html,body{
	background-color:#fff;
	background-image:url('/images/bg.gif');
	background-position:center 36px;
	background-repeat:no-repeat;
	font:normal 0.9em/1.2 "Verdana";
}
a{
	text-decoration:underline;
	color:#3e4b3e;
}
a:hover{
	color:#a79d60;
	text-decoration:none;
}
.cB{
	clear:both;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
.bold{
	font-weight:bold;
}
.red{
	color:red;
}
.error{
	padding:5px;
	background-color:#FFE8E8;
	border:1px solid #CC3300;
	width:500px;
	margin:auto;
	margin-bottom:20px;
}
.mailError{
	padding:5px;
	margin-left:20px; 
	margin-right:20px;
	background-color:#FFE8E8;
	border:1px solid #CC3300;
}
.mailThanks{
	padding:5px;
	margin-left:20px; 
	margin-right:20px;
	background-color:#E0FEED;
	border:1px solid #00CC00;
}
.link a{
	background-image:url('/images/magnifier_medium_left.png');
	background-repeat:no-repeat;
	padding-left:20px;
}
.logout
{
    position:absolute;
    margin-top:240px;
    margin-left:942px;
    text-transform:uppercase;
	font-size:10px;
}
.imsSlidebar
{
    z-index:9999;
    position:fixed;
    top:0px;
    left:10px;
    background-image:url('/images/slidebar/sidebarBG.png');
    background-repeat:repeat-x;
    background-position:top;
    color:white;
    height:200px;
    width:230px;
    border:1px solid #000;
    border-top:0px;
    background-color:#49c449;
}
.imsSlidebar a
{
    text-decoration:none;
}
.slideTitle
{
    padding:7px;
    padding-bottom:8px;
    background-color:#246325;
    font-weight:bold;
}
.slideText
{
    clear:both;
    padding:5px;
}
.slideText img
{
    float:left;
    margin-right:5px;
    margin-top:2px;
}
.slideText span
{
    float:left;
    margin-top:2px;
}
.slideArrow
{
    position:absolute;
    width:100%;
    margin-top:180px;
    background-image:url('/images/slidebar/sidebararrow.png');
    background-repeat:no-repeat;
    background-position:center;
    height:20px;
    cursor:pointer;
    background-color:#49c449;
    width:230px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Grundgerüst  ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#rahmen{
	width:998px;
	margin:auto;
}
#header
{
    background-image:url('/images/header.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    height:251px;
    width:1000px;
}
#jLCMenu
{	margin:0;
	padding:0;
	position:absolute;
	margin-top:231px;
	background-image:url('/images/menu.png');
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:10px;
    z-index:1000;
}
	
#jLCMenu li
{	float: left;
	list-style: none;
}
#jLCMenu li a
{	display: block;
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}

#jLCMenu li a:hover
{
    background: #a79d60;
}
#jLCMenu li .on{
	background:#a79d60;
	font-weight:bold;
}
#jLCMenu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
}	
#jLCMenu li ul li
{
    float: none;
    display: inline;
}	
#jLCMenu li ul li a
{
    width: auto;
    background: #3e4b3e;
    padding: 3px 8px 4px 8px; /* oben, links, unten, rechts */
}	
#jLCMenu li ul li a:hover
{
    background: #a79d60;
}
#utilities
{
    margin:0;
	padding:0;
    text-transform:uppercase;
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:1000px;
}
#utilities li
{
    float: right;
	list-style: none;
	margin-left:10px;
}
#utilities li a
{
    text-decoration:none;
}
#utilities li a.on
{
    font-weight:bold;
}
#content
{
    margin-top:10px;
    background-image:url('/images/content.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    border-bottom:1px solid #ab287f;
    min-height:400px;
    border:1px solid #a79d60;
    padding:10px;
}
#content ul
{
    margin-top:3px;
    margin-left:30px;
}
#content ul li
{
    margin-bottom:4px;
}
#footer
{
    width:1000px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    color:#b4b4b4;
}