body{
    font: 11px verdana, sans-serif;
    color: #000;
    margin: 0;
    background-color: #4766C2;
    background-image: url('/img/bg.jpg');
    background-position: right bottom;
    /*background-position: left top;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h1{
    font: 18px verdana, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2{
    font: 14px verdana, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
	color: #003;
}

h3{
	font: 14px verdana, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #900;
}

table td{
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 2px;
}

.mainFrame{
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.input{
    border: 1px solid #1F1E5C;
    background-color: #C2D7FB;
}

input[type='submit'], input[type='button']{
    font-weight: bold;
    cursor: pointer;
}

.top{
    width: 890px;
    height: 200px;
}

.topHeader{
    width: 750px;
    margin-top: 52px;
    margin-left: 65px;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.topNavigation{
    width: 750px;
    margin-top: -197px;
    text-align: right;
}

.middle{
    width: 885px;
    background-image: url('/img/middle.png');
    background-repeat: repeat-y;
    padding-top: 10px;
    padding-left: 18px;
}

.bottom{
    width: 885px;
    height: 110px;
    background-image: url('/img/bottom.png');
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-left: 20px;
}

.navigation{
	float: left;
	width: 120px;
	margin-right: 20px;
	background-image: url('/img/button.png');
}

.content{
    float: left;
    width: 600px;
    height: 550px;
    overflow: auto;
}

.header{
	float: left;
	width: 592px;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #FFF;
}

.block{
    float: left;
    width: 280px;
    padding-right: 10px;
}

.blockQuad{
    float: left;
    width: 135px;
    padding-right: 10px;
}

.blockTyp{
    float: left;
    width: 112px;
    font-size: 10px;
}

.blockBig{
    float: left;
    width: 560px;
}

.clear{
    clear: left;
}

a{
    font: 12px verdana, sans-serif;
    font-weight: bold;
    color: #1F1E5C;
    text-decoration: none;
}

a:visited{
    color: #1F1E5C;
}

a:hover{
    color: #FF6600;
}

a.nav{
	font-weight: bold;
	color: #1F1E5C;
	text-decoration: none;
	display: block;
	width: 120px;
	border-top: 0px solid #1F1E5C;
	border-left: 1px solid #1F1E5C;
	border-right: 1px solid #1F1E5C;
	border-bottom: 1px solid #1F1E5C;
	background-color: #9EBEF4;
	padding: 4px;
	margin: 0px;
	background-image: url('/img/button.png');
}

a.nav:visited{
    color: #1F1E5C;
}

a.nav:hover{
	color: #FF6600;
	background-color: #C2D7FB;
	
}

a.navAct{
	display: block;
	width: 120px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	border-top: 0px solid #1F1E5C;
	border-left: 1px solid #1F1E5C;
	border-right: 1px solid #1F1E5C;
	border-bottom: 1px solid #1F1E5C;
	background-color: #C2D7FB;
	padding: 4px;
	margin: 0px;
	background-image: url('/img/button.png');
}

a.topNav, a.topNav:hover{
	border-top: 1px solid #1F1E5C;
	background-image: url('/img/button.png');
}

a.act{
    color: #FF6600;
}

.small{
    font: 9px verdana, sans-serif;
    color: #1F1E5C;
    font-style: italic;
}

.border{
    border: 1px solid #41595F;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.rightSpace{
    margin-right: 8px;
}
