/* Positionierungsklassen:*/
.main {
       background-color: transparent;
       background-image: url(images/background.jpg);
       background-repeat: no-repeat;
       margin:0 auto;
       padding:0;
       width: 1024px;
       min-width: 1024px;
       height: 632px;
       text-align: left; /* Inhalte wieder linksbündig machen */
}

.content {
       position: relative;
       top: 34px;
       left: 20px;
       background-color: transparent;
       width: 1000px;
       height: 470px;
       overflow: hidden;
       text-align: left; /* Inhalte wieder linksbündig machen */
}

.mainnav {
       position: relative;
       top: 39px;
       left: 30px;
       width: 172px;
       height: 31px;
       background-color: transparent;
}

.comicnav {
       position: relative;
       top: -11px;
       left: 281px;
       width: 130px;
       height: 25px;
       background-color: transparent;
}

.share {
       position: relative;
       top: 15px;
       left: 287px;
       width: 720px;
       background-color: transparent;
}


.subnav {
       position: relative;
       top: -33px;
       left: 460px;
       width: 500px;
       height: 19px;
       text-align: right;
       background-color: transparent;
}

.sprache {
       position: relative;
       top: -48px;
       left: 965px;
       width: 70px;
       height: 13px;
       background-color: transparent;
}

.tag {
       position: relative;
       top: -67px;
       left: 408px;
       width: 140px;
       height: 23px;
       background-color: transparent;
}

.sharethis {
       position: relative;
       top: -88px;
       left: 560px;
       width: 22px;
       height: 23px;
       background-color: transparent;
}

.lowercontent {
	   position: relative;	
	   left: 281px;
	   top: -80px;
	   width: 675px;
	   height: 150px;
	   overflow: visible;
}