body {
	margin:0;
	padding:0;
	background-color:#1e1e1e;
}
#top {
	height:22px;
	width:898px;
	top:0;
	left:0;
	text-align:right;
	padding-top:18px;
}
#top img.slash {
	margin-left:5px;	
}
a img {
	border:0;	
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#container {
	width:100%;
}
#content {
	background-color:#303030;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width:870px;
	margin-left: 10px;
	position:relative;
	color:#ffffff;
	text-align:left;
	float:left;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	padding: 85px 15px 15px 15px;
}
.highlight { color: #e90073; }
#content a {
  color: #e90073;
  text-decoration: none;
}
#content a:hover {
  color: #e90073;
  text-decoration: underline;
}
#submenu {
  float:right;
  margin-top: -70px;
  margin-right: 5px;
  margin-left: 20px;
  width: 280px;
  background-color: #2a2a2a;
  font-size: 9pt;
  padding: 10px;
  text-align: left;
  height: 150px;
}
#submenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.submenu {position:absolute;}
#unten {
	width:300px;
	height:250px;
	background-color:#1e1e1e;
	position:relative;
	float:right;
	margin-right:-20px;
	margin-bottom:-20px;
	padding:20px;
}
#ads{
	width:201px;
	height:300px;
	background-color:#2a2a2a;
	float:left;
	margin-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
}
#footer {
  clear:both;
	width:575px;
	padding-top: 5px;
	font-size:7pt;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-align: right;
}
.tiny {
  font-size:7pt;
}
#randommodel {
  float:left;
  padding: 10px;
  background-color: #2a2a2a;
  width: 130px;
  height: 160px; 
  margin-right: 10px;
  text-align: center;
}
ul {
 list-style-type:square;
 padding-left: 15px;
}

.table td, .table th {
  vertical-align: top;
  padding: 3px;
}

.table {
  border-collapse: collapse
}

.table .tr1 {
  background-color: #424242;
}

.table .tr2 {
  background-color: #1E1E1E;
}

.table .tr1.border td {
  border: 1px solid #1E1E1E;
}

.table .tr2.border td {
  border: 1px solid #424242;
}

input, textarea, select {
  background-color: #6E6E6E;
  border: 1px solid #1e1e1e;
  color: #ffffff;
  font-size: 8pt;
  padding: 2px;
}
input[type=submit] {
  background-color: #616161;
  padding: 3px;
  font-weight: bold;
  letter-spacing:0.2em
}

.form_description {
  font-size: 7pt;
  color: #cccccc;
}
.error {
  background-color:#FFEEEE;
  width: 500px;
  border: 1px solid #CC0000;
  padding:7px 10px 7px 7px;
  margin: 15px 0px;
  color:#CC0000;
}

.error a { color: #CC0000; }

.galleryImage, .templateImage {
  width: 100px;
  height: 120px;
  float:left;
  text-align: center;
  margin: 10px;
  border: 1px solid #424242;
  position: relative;
}

.templateImage { height: 140px; }

.galleryImage img, .templateImage img { margin: 0px auto; }

.imageMenu {
  text-align: center;
  background-color: #424242;
  font-size: 10px;
  color: #FFFFFF;
  overflow: hidden;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

#content .imageMenu a { color: #ffffff; }

.info {
  background-color:#424242;
  width: 500px;
  border: 1px solid #1e1e1e;
  padding:7px 10px 7px 7px;
  margin: 15px 0px;
  color:#ffffff;
}

.faq_question {
  width: 500px;
  background-color: #000000;
  margin: 0px;
  padding:6px;
  cursor: pointer;
}
.faq_answer {
  background-color: #7A7A7A;
  overflow: hidden;
  padding:6px;
  width: 500px;
}

.faq_container {
  width: 500px;
}

.tableHighlight {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.table .tr1.border.tableHighlight td, .table .tr2.border.tableHighlight td  {
  border-style: dotted;
}

#designpreview, #dbackground {
    width: 250px;
    height: 150px;
    position: relative;
}

#dtitle {
    position: absolute;
    top: 20px;
    left: 35px;
        border-color: #303030;
}

#dtabs {
    position: absolute;
    top: 20px;
    right: 50px;
    border-color: #303030;
}

#dimage {
    background: red;
    position: absolute;
    top: 55px;
    left: 55px;
    width: 50px;
    height: 50px;
    z-index: 110;
    border-color: red;
}

#dcontenttext {
    position: absolute;
    top: 55px;
    left: 110px;
    right: 0px;
    width: 100px;
    border-color: #303030;
    z-index: 150;
}

#dcontent {
    position: relative;
    top: 40px;
    width: 70%;
    height: 80px;
    margin: auto;

    z-index: 100;
}

#dbackground {
    position: absolute;


    z-index: 0;
}

.clickable {
    border: 1px solid grey;
        cursor: pointer;
}

.dpanel {
    display: block;
    position: relative;
    width: 250px;
    padding: 0px;
    margin: 0px;

    display: none;

}

.pl {
    width: 150px;
    float: left;
}

.dpanel br {
    clear: both;
}
