@charset "utf-8";
.header {
	background-image: url(../image/head2.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	position: absolute;
}
.titel {
	position: absolute;
	background-image: url(../image/akLogoV3.png);
	height: 101px;
	width: 500px;
	top: 24px;
	left:50%;
	margin-left:-250px;
    
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height:100%;
	width:80%;
	top: 160px;
	left: 150px;
}
.contentMi {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
    height:100%;
    width:90%;
	top: 160px;
	text-align:center;
	right:0px;
}
.navRow {
	position: absolute;
	height: 100%;
	width: 100px;
	left: 5px;
	top: 120px;
}

a#button {
	position:absolute;
	background-image: url(../image/button1.png);
	font-size:10px;
	height: 30px;
	width: 80px;
	padding-left:5px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	text-decoration: underline;
    
    
}


a#button:hover {
	position:absolute;
	background-image: url(../image/button1ho1.png);
	font-size:10px;
   	color:white;
	height: 30px;
	width: 74px;
    padding-left:14px;
    padding-top:4px;
   	

}






body {
	margin: 0px;

    height=100%;
	background-color: #D8C7E7;
    overflow-y:hidden;
	overflow-x:hidden;
    
}
.nav {
	background-image: url(../image/nav3.png);
	background-repeat: repeat-y;
	height: 100%;
    height:-100px;
	width: 100px;
	position: absolute;
   
}

.button-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}