/* CSS Document        */
/*Creator: Andy Mueller*/
/*All rights reserved! */

body {
	background-image: url(../layout/bg0.png);
	background-color: #6A7872;
	background-position: center;
}

table.inhalt650 {
	width: 650px;
	background-color: #FFFFFF;
	border: 0px;
	text-align: left;
}
table.inhalt940l {
	width: 940px;
	background-color: #FFFFFF;
	border: 0px;
	text-align: left;
}
table.inhalt940c {
	width: 940px;
	background-color: #FFFFFF;
	border: 0px;
	text-align: center;
}

table.mainda {
	width: 940px;
	border: 0px;
	background-color: #FFFFFF;
}

td.maintextda {
	width: 940px;
	text-align: center;
	vertical-align: text-top;
	background-color: #FFFFFF;
}

/*deviantART-Title*/
table.titleda {
	width: 940px;
	height: 150px;
	border: 0px;
}

tr.titledablack {
	background-color: #000000;
	height: 24px;
}
td.titledablackleft{
	width: 581px;
	color: #FFFFFF;
	text-align: left;
}
td.titledablackright{
	width: 359px;
	color: #FFFFFF;
	text-align: right;
}

tr.titledamid {
	background-color: #4F5F5D;
	height: 82px;
}
td.titledamidleft{
	width: 581px;
	color: #FFFFFF;
	text-align: left;
}
td.titledamidright{
	width: 359px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	/*padding-top: 60px !important;
	padding-left: 40px !important;*/
}

tr.titledamid2 {
	background-color: #374341;
	height: 24px;
}
td.titledamid2left{
	width: 581px;
	color: #FFFFFF;
	text-align: left;
}
td.titledamid2right{
	width: 359px;
	color: #FFFFFF;
	text-align: right;
}

tr.titledabottom {
	background-color: #FFFFFF;
	height: 20px;
}
td.titledabottomleft{
	width: 581px;
	color: #FFFFFF;
	text-align: left;
}
td.titledabottomright{
	width: 359px;
	color: #FFFFFF;
	text-align: right;
    background-image: url(http://www.miingno.ch/deviantart/layout/titeldeviantart-b.jpg);
    background-position: right;
}

/* bottom */
table.bottom {
	width: 100%;
	height: 50px;
	border: 0px;
}

tr.bottom {
	background-image: url(../layout/bottom.png);
}

td.bottom {
	vertical-align: bottom;
}

p.bottom {
	font-size: 10px;
}


td.mainmenu {
	width: 200px;
	vertical-align: top;
}

/*tbovd*/
td.tbovdlupe{

	width: 150px;
	text-align: center;
	vertical-align: top;

}
td.tbovddesc{

	width: 250px;
	text-align: left;
	vertical-align: top;

}
td.tbovdinfos{

	width: 250px;
	text-align: left;
	vertical-align: top;

}



/* for the aha!!! thingy.. */

.highslide {
    cursor: url(../scripts/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
	border: none;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: none;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
