@charset "utf-8";
/* Allgemeine Angaben */
* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
    height: auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-image: url(images/background_body.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

#MainContainer {
}

#UserPane {
    width: 508px;
    height: 204px;
    margin: auto;
    background: url(images/background_UserPane.png);
    background-repeat: no-repeat;
}

#UserPane2 {
    color: #222222;
    width: 508px;
    height: 62px;
    margin: auto;
    background: url(images/background_UserPane2.png);
    background-repeat: no-repeat;
    font-size: 10px;
}

* html #UserPane2 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='_style/images/background_UserPane2.png');
}

#UserPane2 img {
    margin-right: 5px;
}

#LogoContainer {
    position: absolute;
    top: 150px;
}

#LoginForm {
    color: #222222;
    font-size: 14px;
    width: 400px;
    margin: auto;
}

#LoginForm input {
    width: 400px;
    margin: 10px;
    font-size: 15pt;
    color: #999999;
	border:1px solid #CCCCCC;
}

#LoginForm button {
    width: 119px;
    height: 28px;
    background: url(images/login_button.png);
    background-repeat: no-repeat;
    border: none;
    margin-left: 295px;
    cursor: hand;
    cursor: pointer;
}

#RegisterLink {
    font-size: 10pt;
	padding-top:5px;
    width: 460px;
    text-align: right;
}

#LastCommand {
    text-align: center;
    color: #FFFFFF;
}

#main_message_div {
    margin-top: 10px;
	font-size:12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

#left_menu {
    position: absolute;
    background: url(images/background_left_menu.png);
	background-position:right;
    width: 210px;
    height: 100%;
}

* html #left_menu {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='_style/images/background_left_menuIE.png');
}

#left_menu a {
    color: #000000;
    text-decoration: none;
}

#left_menu a:hover {
    color: #000000;
    text-decoration: underline;
}

#left_menu .box {
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 173px;
}

#left_menu .header {
    margin-left: 13px;
    margin-top: 30px;
    width: 173px;
    height: 26px;
    background: url(images/heading_left_menu.png) no-repeat;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    color: #222222;
}

* html #left_menu .header{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='_style/images/heading_left_menu.png');
}

.error {
    margin-top: 10px;
    font-weight: bold;
    color: red;
}

.takk {
    position: absolute;
    background: url(images/background_pinup.png);
    width: 295px;
    height: 295px;
    cursor: move;
}

* html .takk {
    position: absolute;
    /*background-image: none;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='_style/images/background_pinup.png');*/
    background: url(images/background_pinup.gif);
    width: 295px;
    height: 295px;
}

.inner_takk {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.inner_takk a {
    color: #0000FF;
}

.info_takk {
    position: absolute;
    top: 250px;
    left: 100px;
    font-size: 8pt;
    color: #222222;
    text-align: right;
}

.info_takk a {
    color: #000000;
}

.droppable-active {
	opacity: 1.0;
}
.droppable-hover {
	/* outline: 1px dotted black; */
	outline: 1px dotted black;
	background:#cccccc;
}

.label {
	font-weight:bold;
}
