body
{
	background-color: #ffffff;
	margin:0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.Logo
{
	width:150px;
	background-color: #193173;
}

.Header1
{
	height:75px;
	background-color: #193173;
}

.Header2
{
	height:30px;
	background-color: #85A3E0;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left:10px;
}

.headertext1
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.headertext2
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align:right;
}

.Navigation
{
	width:130px;
	background-color: #193173;
	vertical-align:top;
	text-align:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.Inhalt
{
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left:10px;
	padding-top:10px;
	vertical-align:top;
	text-align:left;
}

a.navlink:link {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: White;
        background-color: transparent;
}
a.navlink:visited {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: White;
        background-color: transparent;
}
a.navlink:hover {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: 99ccff;
        background-color: transparent;
}

.headline1{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        background-color: transparent;
        color: #193173;
        border-bottom : dotted;
        border-width : 0px 0px 2px 0px;
        line-height : 22px;
}

.contenttext{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 12px;
        background-color: transparent;
        color: #193173;
        line-height : 17px;
}

table.boxlightblue {
        BACKGROUND-COLOR: #E3EEF8;
        BORDER-RIGHT: #193173 1px solid;
        BORDER-TOP: #193173 1px solid;
        BORDER-LEFT: #193173 1px solid;
        BORDER-BOTTOM: #193173 1px solid
}

.infonormal{font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; background-color: transparent; color: #009900;}
.infoimportant{font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; background-color: transparent; color: #FF0000;}
.formcomment{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        background-color: #E3EEF8;
        color: #193173;
}
.formlabel{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        background-color: #E3EEF8;
        color: #193173;
        font-weight:normal;
}
.formvalue{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        background-color: #ffffff;
        color: #333366;
        border-style: solid;
        border-width: 1px;
        border-color: #9DB7D2;
}

.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}

.gridview td {
	background: #D7E6F4;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 5px 4px;
}
.gridview td a{
	color: #0066CC;
	font: bold small "Segoe UI",Segoe,sans-serif;
	padding: 2px;
	text-decoration: none;
}
.gridview td a:hover {
	color: #333333;
	font-weight: bold;
}
.gridview th {
	background: #4168BD;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: left;
}
.gridview th a{
	color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
}
.gridview tr.even td,.detailsview tr.even td{
	background: #FFFFFF;
}
.gridview tr.header {
	background: #C5DBF7;
}
.gridview,.detailsview {
	width: 700px;
}

.insertheader 
{
    color: #ffffff;
	background: #10377C;
	width:100%;
	margin-bottom:3px;
}
.insertbody
{
    margin-top:20px;
    padding:3px;
	width:694px;
	border:solid 1px #10377C;
}

.uploadstatus
{
    color:#10377C;
    font-size:12px;
    padding-left:40px;
}
