#col0{
float: left;
width: 200px;
margin: 2px 3px 2px 5px;
font-size: 11px;
overflow: hidden;
}

#col1, #col2, #col3{
float: left;
width: 203px;
margin: 2px 5px 2px 2px;
font-size: 11px;
overflow: hidden;
}


/* ------------ Navigation ------------ */

.n_h{
font-size: 11px;
font-family: Verdana;
font-weight: bold;

border: 1px solid #000382;
padding: 4px;
color: #315181;
background-image: url('../images/n_h_bg.png');
background-position: top;
overflow: auto;
width: 200px;
}

.n_h p{
float: left;
width: 170px;
}

.n_c{
font-size: 11px;
font-family: Verdana;
color: #000382;

border-bottom: 1px solid #000382;
border-left:   1px solid #000382;
border-right:  1px solid #000382;
padding: 3px;
background-color: #DFE8FF;
background-image: url('../images/n_c_bg.gif');
background-position: bottom right;
background-repeat: no-repeat;
overflow: auto;
width: 200px;
}

.n_c a:link, .n_c a:visited, .n_c a:active{
color: #000382;
text-decoration: none;
}

.n_c a:hover{
color: #000382;
text-decoration: underline;
}

/* ------------ Startpage ------------ */

.b_h{
font-size: 11px;
font-family: Verdana;
font-weight: bold;

border: 1px solid #000382;
padding: 4px;
color: #315181;
background-image: url('../images/b_h_bg.png');
background-position: top;
overflow: auto;
width: 200px;
}

.b_h_img{
float: right;
border:0;
width: 11px;
}

.b_h p{
float: left;
width: 170px;
}

.b_ch{
display: none;
}

.b_c{
font-size: 11px;
font-family: Verdana;
color: #8F9CAF;

border-bottom: 1px solid #DEEBFF;
border-left:   1px solid #DEEBFF;
border-right:  1px solid #DEEBFF;
padding: 3px;
background-color: #fff;
background-image: url('../images/b_c_bg.gif');
background-position: bottom right;
background-repeat: no-repeat;
overflow: auto;
width: 200px;
}

.b_c a:link, .b_c a:visited, .b_c a:active{
color: #7589A7;
text-decoration: none;
}

.b_c a:hover{
color: #000382;
text-decoration: underline;
}

/* ----------------------------------------------------- */

.DragContainer, .OverDragContainer {
	BORDER-RIGHT: #669999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #669999 1px solid; PADDING-LEFT: 5px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 3px; BORDER-LEFT: #669999 1px solid; WIDTH: 200px; PADDING-TOP: 5px; BORDER-BOTTOM: #669999 1px solid
}

.OverDragContainer {
	BACKGROUND-COLOR: #eee
}
.DragBox, .OverDragBox, .DragDragBox {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000 1px solid; PADDING-LEFT: 2px; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000 1px solid; WIDTH: 200px; CURSOR: pointer; PADDING-TOP: 2px; BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: #eee
}

.OverDragBox {
	BACKGROUND-COLOR: #ffff99
}

