@import url("/cms/css/style_tiny.css");

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
    font-size: 12px;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    height:100%;
}

body {
    height:100%;
}

img {
    border:0;
}


/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    position:absolute;
	width: 99%;
	
}


#logo{
    /*position: relative;*/
    background:url(../images/logoakademie.png) no-repeat;
    width: 300px;
    height: 135px;
    position: absolute;
    top: 14px;
    right: 7px;
	
}


li.sortierbuchstabe{font-size:22px; list-style:none;margin:-10px 0 0 -42px; color:#D1D3E5;}

