﻿body, td, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	color: #666;
}
h1
{
    font-size: 12px;
    color: #cc0202;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2
{
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3
{
	font-size: 16px;
}
img{
    border: none;
}
a{
    color:#666;
}
#maintable
{
	width:1020px;
	height:auto;
	/*border: 1px solid #ccc;*/
	margin: 10px auto;
}
#toptable
{
    width:100%;
}
.inputtext{
    border: solid 1px #b4c3ca;
}
.error
{
    border: 1px solid #FF0000;
    background: url(img/exclamation.png) no-repeat 5px center;
    padding: 10px 10px 10px 25px;
    margin: 10px;
}
.inputtextreadonly{
    border: solid 1px #b4c3ca;
    background:url(img/disabledstripes.gif) repeat-x bottom;
}
.inputtextUPPER{
    border: solid 1px #b4c3ca;
    text-transform: uppercase;
}
.inputtextUPPERreadonly{
    border: solid 1px #b4c3ca;
    text-transform: uppercase;
    background:url(img/disabledstripes.gif) repeat-x bottom;
}
.inputbutton{
    background-color: #013b4b;
    border: none;
    color: #fff;
    font-weight:bold;
}
.top{
    padding: 0px 40px;
}
.footer{
    padding: 10px 40px 0px 40px;
}
.infooter{
	background-color:#b4c3ca;
	color: #fff;
	text-align:right;
}
.infooter a{
    text-decoration:none;
    color: #fff;
}
.header
{
    background-image: url('../../images/bg_top.gif');
    overflow: hidden;
    background-repeat: repeat-x;
    padding: 35px 39px 10px 39px;
}
.menu{
    height: 23px;
    overflow: hidden;
    padding: 0px 40px;
}
.watermark {
    border: solid 1px #b4c3ca;
	color: #999 !important;
}
.watermarkreadonly{
    border: solid 1px #b4c3ca;
    background:url(img/disabledstripes.gif) repeat-x bottom;
	color: #999 !important;
}

.main_left{
    padding:0px 0px 0px 40px;
    width:300px;
    overflow: hidden;
}
.main_left_groot{
    padding:0px 20px 0px 40px;
    width:600px;
    overflow: hidden;
    border-right: dashed 1px #666666;
}

.main_center
{
    padding: 0px 20px;
    width: 300px;
    overflow: hidden;
    border-left: dashed 1px #666666;
    border-right: dashed 1px #666666;
}
.main_right{
    padding:0px 40px 0px 0px;
    width:300px;
    overflow: hidden;
}
.inMain
{
    padding:0px 10px;
}
.rechts
{
	text-align: right;
	margin-bottom:10px;
}