
/* init body */

html {
    overflow: scroll;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
}

/* struktur main */

#wrapper {	
    position: relative;
    margin: 0;
    padding: 40px 0;
    border: 0;    
}

#main960 {
    width: 960px;
    height: auto;    	
    margin: 0 auto;
    padding: 0;
    text-align: left;
    border:0;
    background-image: url(../../img/px333.png);
    background-repeat: repeat-y;
}

.clearcontent {
    width: 960px;
    height: 40px;
    padding: 0;
    border: 0;
    margin: 0;
    clear: both;
    float: none;
}

p {
    margin: 0;
    padding: 0;	
}

/* struktur header */

#headline {
    width: 280px;
    height: 75px;
    padding: 0;
    margin: 0 0 0 39px;
    border: 0;
    float: left;
    display:inline;	
}

#nav {
    width: 600px;
    height: 75px;
    padding: 0;
    margin: 0 0 0 40px;
    border: 0;
    float: left;
    display:inline;
    position:relative;	
}

/* struktur navigation */

#nav ul {
  	 list-style-type: none;
	 margin: 0px;
	 padding: 0px;
	 float:right;
}

#nav li {
    height: 24px;
    float: left;
    margin-left: 15px;
}

#facebk {
    height:	40px;
    width: 200px;
    margin:0;
    padding:0;
    position:absolute;
    bottom:0;
    right:0;
}

/* struktur content */

#status {
    width: 280px;
    height: 200px;
    padding: 0;
    margin: 0 0 0 40px;
    background-image: url(../../img/px999.png);
    background-repeat: repeat-x;     
    float: left;
    display:inline;    	
}

#illu {
    width: 600px;
    height: 200px;
    padding: 0;
    margin: 0 0 0 40px;
    border: 0;
    float: left;
    display:inline;    	
}

.cell1 {
    width: 280px;
    height: auto;
    padding: 0;
    margin: 0 0 0 40px;
    border: 0;    
    float: left;
    display:inline;
    background-image: url(../../img/px999.png);
    background-repeat: repeat-x;           	
}

.cell2 {
    width: 600px;
    height: auto;
    padding: 0;
    margin: 0 0 0 40px;
    border:0;    
    float: left;
    display:inline;
    background-image: url(../../img/px999.png);
    background-repeat: repeat-x;           	
}

/* bilder */

.imgblock {
    display: block;
    border: 0;
    margin: 0;
}

/* listen */

ul {
    list-style-type:circle;    
    margin: 14px 0 14px 15px;	
}

li {
    margin-bottom: 10px;	
}

/* css hovergrafiken */

a.hover {
    display: block;
    margin: 0;
    border: 0;
    text-decoration: none;
}

a.hover#aristotax { background-image: url(../../img/aristotax_logo_sw.png); border: 0; width: 128px; height: 80px; }
a.hover#aristotax:hover { background-image: url(../../img/aristotax_logo.png); }
a.hover#datev { background-image: url(../../img/datev_logo_sw.png); border: 0; width: 72px; height: 80px; }
a.hover#datev:hover { background-image: url(../../img/datev_logo.png); }
a.hover#stbk { background-image: url(../../img/stbk_logo_sw.png); border: 0; width: 80px; height: 115px; }
a.hover#stbk:hover { background-image: url(../../img/stbk_logo.png); }
a.hover#ra { background-image: url(../../img/rabeckgraupner_logo_sw.png); border: 0; width: 200px; height: 37px; }
a.hover#ra:hover { background-image: url(../../img/rabeckgraupner_logo.png); }

/* textformate */

.txtstd {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding:0;
    text-decoration:none;    
}

.txtstdhl {
    color: #c00;
    font-weight: bold;    
}

.txtmic {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    padding:0;
    text-decoration:none;    
}

.txtheader {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-decoration:none;
}

.txtheaderhl {
    color: #c00;
}

.txthead {
    color: #c00;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-transform:uppercase;
    text-decoration:none;
}

.txtstate {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-decoration:none;
}

.txtstatehl {
    color: #c00;
}

.txtnav {
    color: #c00;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-decoration:none;
}

/* links und pseudoklassen */

a {
    outline: none;
}

a.linkstd {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
}

a.linkstd:hover {
    color: #c00;
}

a.linknav {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

a.linknav:hover {
    color: #c00;
}

a.linkmic {
    color: #333;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
    line-height: 13px;
}

a.linkmic:hover {
    color: #c00;
}

/* formularelemente */

.form_text {
    width: 160px;
    height: 20px;
    margin: 0;
    padding: 0;
    color: #666;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #999;
}

.form_textarea {
    width: 240px;
    height: 240px;
    margin: 0;
    padding: 0;
    color: #666;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #999;    
}

.form_submit {
    width: 160px;
    margin-top: 2px;
    padding: 0;
    color: #333;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

/* pageflip */

#a_corner {
	position: relative;
}
#a_corner img {
	width: 40px; height: 42px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
}
#a_corner .a_corner_msg {
	width: 40px; height: 40px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../../img/aristotax_ecke.png) no-repeat right top;
	text-indent: -9999px;
	background-color:#fff;
}

