@charset "utf-8";
/* CSS for Die40.de */

/* GESAMT */
body {
	background: #383838 url(../pics/bg.jpg) repeat-x fixed;
	font-family:"Times New Roman", Times, serif;
    cursor: url(../pics/cursor.gif), auto;
	behavior:url("../js/csshover.htc");
}

a:link, a:visited { color:#000000; text-decoration: underline; cursor:url(../pics/pointer.gif), pointer; 	-moz-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;
 } /* normal */
a:focus { color:#00CC00; text-decoration: blink; } /* nachklick */
a:hover { color:#9900FF; text-decoration: none; } /* mouseover */
a:active { color:#00CC00; text-decoration: overline; } /* wärend klick*/

img, div { behavior: url("http://die40.de/js/iepngfix.htc") }

::-moz-selection, .searchword {
	color:#fff;
	background-color:#9900FF;
}

::selection {
	color:#fff;
	background:#9900FF;
}

img#tesa {
	position:absolute;
	top: 8px;
	left:50%;	
	width:272px;
	height:44px;
	margin: 0;
	z-index:30;
}

div#topline {
	height:3px;
	width:100%;
	background:#9900FF;
	position:fixed;
	top:0px;
	left:0px;
	z-index:35;
}

/* CONTENT-HEADER */

table#top {
	margin:23px auto 0 auto;
	padding: 0;
	background:#fff;
	border:1px solid #000;
	border-bottom:none;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-khtml-border-radius-topleft:8px;
	-khtml-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}

#top td.clock {
	width:570px;
	height:180px;
	padding: 0;
	padding-left:30px;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
	color:#ccc;
}

#top .clock a {
	color:#ccc;
}

#top .clock a:hover {
	color:#9900ff;
}

#top .clock a.logo {
	display:block;
	width:300px;
	height:150px;
	margin:10px;
	color:#fff;
	background: url(../pics/logo1.jpg) no-repeat top;
}
 
#top td.login {
	display:block;
	width:174px;
	height:160px;
	padding:10px;
	background: url(../pics/login-bg.jpg) top left no-repeat;
	border:none;
}

#top .login input[type=text], #top .login input[type=password] {
	display:block;
	width:138px;
	height:18px;
	padding:1px 3px;
	font-size:12px;
    color:#666;
	background:#fff url(../pics/form-field-bg.gif) top left;
	border:1px solid #999;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
}

#top .login input[type=text]:focus, #top .login input[type=password]:focus {
	border:1px solid #9900ff;
}

#top .login input[type=submit] {
    display:block;
	width:77px;
	height:20px;
	cursor:pointer;
	color:#fff;
	background:url(../pics/button.png) no-repeat top;
    border:none;
}

#top .login input[type=submit]:hover {
	background:url(../pics/button.png) no-repeat bottom;
}

#top .login a {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:9px;
}


/* NAVIGATION */

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav {
	width:770px;
	height:22px;
	margin:auto;
	padding:0 0 0 30px;
	list-style: none;
	line-height: 1;
	background:#ffffff url(../pics/nav-bg.jpg) no-repeat bottom left;
	border: 1px solid #000;
	border-bottom:none;
	border-top:none;
}

#nav li {
	float: left;
   	-moz-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;
}

#nav li:hover {
	background:#fff;
}

#nav li a {
	display: block;
	padding:5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:bold;
	text-decoration:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	display:none;
	background:#fff;
	width: 120px;
	height:auto;
	text-decoration: none;
	list-style:none;
	margin: 0 0 0 -20px;
	border:1px solid #ccc;
	border-top:1px dashed #eee;
	padding:5px;
	z-index:10;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}


#nav li ul li {
	float:none;
	border:none;
}

#nav li ul li:hover {
	background:#9900ff;
}

#nav li ul li a {
	font-weight:normal;
}

#nav li ul li:hover a {
	color:#fff;
}

#nav li:hover ul {
	display:block;
}

/* CONTENT */
div#message {
	width:700px;
	height:60px;
	margin:auto;
	padding:20px 50px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../pics/message-bg.jpg) center no-repeat;
    border:1px solid #000;
    border-top:none;
    border-bottom:none;
}

#message small {
	color:#666;
}

div#content {
	width:440px;
	min-height:200px;
	margin:auto;
	padding:20px 320px 50px 40px;
	color:#666;
	background:#ffffff url(../pics/haupt-bg.jpg) repeat-x bottom;
	border:1px solid #000;
	border-top:none;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-khtml-border-radius-bottomleft:8px;
	-khtml-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

div#content_other {
	width:800px;
	min-height:200px;
	margin:auto;
	color:#666;
	background:#ffffff url(../pics/haupt-bg.jpg) repeat-x bottom;
	border:1px solid #000;
	border-top:none;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-khtml-border-radius-bottomleft:8px;
	-khtml-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

/* FOOTER */

div#footer  {
width: 692px;
margin:2px auto;
text-align: left; 
font-size: 10px;
color: #666;
border: none;
}

#footer a {
color: #666;
}

#footer a:hover {
color:#fff;
background:#9900ff;
}

/* EXTRAS */

input[type=text], input[type=password], textarea {
	padding: 2px 1px 1px 3px;
	border: 1px solid #aaa;
	font-size:13px;
	color:#333;
	background: url(../pics/form-field-bg.gif) top left no-repeat;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border:1px solid #9900ff;
	color:#000;
}

ul#comment {
	list-style-image:url(../pics/list_style_image.gif);
}

ul#comment li {
	width:300px;
	border:1px solid #ccc;
	margin:5px;
	margin-bottom: 10px;
	background:#fff;
	font-style:italic;
	padding:5px;
	float:none;
}
#comment li span.from {
	font-style:normal;
	margin:5px auto 20px auto;
}

#comment li span.from strong {
	color:#000;
}

/* StyleSwitcher */

ul#changer {
	position:absolute;
	right:10px;
	top:15px;
	text-align:right;
	list-style:none;
}


#changer li {
	margin: 3px;
	height: 20px;
	width: 20px;
}

#changer .black {
	background:#585756;
	border:solid 1px #ccc;
  	margin: 0;
	height: 26px;
	width: 26px;}

#changer .white {
	background:url(../pics/bg-white.jpg) repeat;
	border:1px solid #ccc;
  	}

#changer .alternate {
	background:#9900ff;
	border:1px solid #ccc;
  	}

#changer li:hover {
	margin: 0;
	height: 26px;
	width: 26px;
}

#changer li a img {
	width:100%;
	height:100%;
	border:none;
}

/* HAENDE AUF INDEX */
div#hand {
	background:url(../../pics/hand.png) no-repeat;
	height:270px;
	width:200px;
	position: absolute;
	top:270px;
	left:50%;
	margin-left:277px;
	z-index:30;
}

div#handone {
	height:270px;
	width:200px;
	position: absolute;
	top:115px;
	left:50%;
	margin-left:-477px;
	background:url(../../pics/hand1.png) no-repeat;
	cursor:url(../pics/pointer.gif), pointer;
	z-index:30;
}

/* WERBUNG */

a.Ad {
	position:absolute;
	right:50%;
	margin-right:-370px;
	margin-top:30px;
}

html > body a.Ad {
	position:fixed;
}

a.Ad img {
	width:212px;
    height:300px;
	border: 1px solid #ccc;
    background:url(../pics/loading.gif) no-repeat center;
}

img.preload {
	display: none;
}

a.buch {
    border: medium none;
    left: 50%;
    margin-left: 192px;
    position: absolute;
    text-decoration: none;
    top: 80px;
}

/*#Ad:before {
	content: "Werbung:";
	float:none;
	font: 10px Arial, Helvetica, sans-serif;
	margin:-12px 5px;
	position:absolute;
	color:#999;
}

#Ad{
    position:absolute;
    top:108px;
    left:50%;
    margin-left:-30px;
    width: 285px;
    height:75px;
    background: url(../../pics/Adventsfest.jpg) no-repeat bottom;
    border: 1px solid #ccc;
} */
