/*
    mysqldumper.de 
    CSS for screen and projection devices (all Browsers)
    Handcrafted by vorderdeck. neue medien (www.vorderdeck.de)
    Powered by loud, fast and mean rock 'n' roll music
    Created: 2006-09-29
    Last modified: 2006-10-02
    By: iw (iw@vorderdeck.de)
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    min-height: 100%;
}

html {
    background: #AEB6C3 url(../img/basics/bg-body.png) repeat-x fixed;
    text-align: center;
}

body {
    width: 46em;
    margin: 0 auto;
    padding: 2em 1em 0;
    position: relative;
    border-top: .6em solid #256777;
    background: #fff url(../img/basics/bg-overall.png) repeat-x 1em 0;
    text-align: left;
}

/** general formats **/

/* a */
a {
    color: #256777;
}

a:hover {
    text-decoration: none;
    color: #444;
}

/* h */
h1 {
    padding-bottom: .6em;
    color: #256777;
    border-bottom: 1px solid #ddd;
}

h1 img {
    width: 10.9375em;
    height: 1.78125em;  
}

h1 strong {
    display: block;
    text-align: right;
    font: normal .6em verdana, arial, sans-serif;
}

h1 em {
    color: #E87B00;
    font-style: normal;
}

h2 {
    font: 1.1em verdana, arial, sans-serif;
    color: #E87B00;
    padding-left: .1em;
}


h3 {
    border-bottom:  1px solid #ddd;
    position: relative;
    top: -1px;
    font: 1.1em/1.4em verdana, arial, sans-serif;
    color: #256777;
}

h4 {
    margin: .6em 0;
    font: 1em verdana, arial, sans-serif;
    color: #E87B00;
}


/* p + lists  */
p, address {
    margin: .6em 0;
    font: normal normal .8em/1.4em verdana, arial, sans-serif;
}

#content ul {
    margin: .6em 0 .6em 1.4em;
    list-style-type: disc;
    font: .8em/1.4em verdana, arial, sans-serif;
}

#content ol {
    margin: .6em 0 1.2em 1.6em;
    font: .8em/1.4em verdana, arial, sans-serif;
}

#content li {
    margin-bottom: .4em;
}

#content ol a,
.threads a {
    text-decoration: none;
}

#content ol a:hover,
.threads a:hover {
    text-decoration: underline;
}

.threads {
    margin: .6em 0;
    list-style: none;
}

.threads li {
    padding-left: 1.6em;
    background: url(../img/icons/comments.gif) no-repeat;
}

.tuts li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

hr {
    height: 1px;
    margin: 1em 0;
    background: #ddd;
    color: #ddd;
}

#content {
    width: 31em;
    padding: 2em 1em 2em 2em;
    float: right;
    border-top: 1px solid #ddd;
}

#teaser {
    padding: 1em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #256777 url(../img/basics/bg-teaser.png) no-repeat 0 100%;
}

#teaser p {
    color: #fff;
    line-height: 1.2em;
}

#leftnav {
    width: 12em;
    padding: 2em 0 3em;
    float: left;
    border-top: 1px solid #ddd;
    list-style: none;
}

#leftnav li {
    border-bottom: 1px solid #ddd;
}

#leftnav a {
    padding-left: .1em;
    display: block;
    font: .8em/1.8em verdana, sans-serif;
    text-decoration: none;
}

#leftnav a:hover {
    background: #eee;
    text-decoration: none;
}

#leftnav .current {
    border-bottom: 1px dotted #ccc;
}

.current a,
.current a:hover {
    color: #E87B00;
    text-decoration: none;
    background: transparent;
}

.icon-holder {
    margin-top: 1em;
    border: 0 !important;
    text-align: center;
}

.icon-holder a {
    padding-left: 0;
    display: inline;
}

.icon-holder a:hover {
    background: transparent;
}

.lyd {
    width: 6.8125em;
    height: 8.5em;
}

.artfiles {
    width: 7.8125em;
    height: 3.046875em;
}


.textlinkads {
   color: #256777;
    font: normal normal .8em/1.4em verdana, sans-serif;
    margin-top: 0em;
    text-align:left !important;
}

.textlinkads ul {
	padding:0;
	margin:0;
}
.textlinkads li {
    padding-left: .8em;
    border-bottom: 0;
    background: url(../img/basics/linkout.gif) no-repeat .1em 50%;
    background-position: 0 8px;
    color: #444;
}

.textlinkads ul {
    margin: .6em 0;
    list-style: none;
    color: #256777;
}

.textlinkads a {
    display:  inline !important;
    color: #444;
    line-height: 1.4em;
}

.textlinkads a:hover {
    text-decoration: underline;
    color: #256777;
    background: transparent;
}

.zitat {
    padding-left: .8em;
    border-bottom: 0;
    background: url(../img/basics/linkout.gif) no-repeat .1em 50%;
    color: #444;
}

.zitat {
    display:  inline !important;
    color: #444;
    line-height: 1.4em;
}


#footer {
    padding: 0 .6em;
    clear: both;
    background: #256777;
    font: .6em/2em verdana, sans-serif;
    text-align: right;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #AEB6C3;
}

#meta {
    position: absolute;
    top: 0;
    right: .8em;
    list-style: none;
}

#meta li {
    margin-right: .2em;
    float: left;
    border: 1px solid #ddd;
    border-top: 0;
}

#meta a {
    padding: 0 .5em;
    display: block;
    border: 1px solid #256777;
    border-top: 0;
    background: #256777;
    color: #fff;
    font: .7em/1.8em verdana, arial, sans-serif;
    text-decoration: none;
}

#meta img {
	border:0;
	padding:0;
	margin:0;
}	

#meta a:hover {
    color: #E87B00;
}

#meta .current a,
#meta .current a:hover {
    color: #E87B00; 
}


.preload
{
	display: none;
	visibility:hidden;    
}

.hint {
    margin: 1em 0;
    padding: .6em .6em .6em 3.4em;
    border: 2px solid #256777;
    background: #eee url(../img/icons/bulb-hint.gif) no-repeat .6em .6em;
}

.hint h4 {
    margin: 0 0 .6em;
    font-size: 1.2em;
}

.hint h4:before {
    margin: 0;
    content: "";
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/basics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/basics/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/basics/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#referenzen {
	margin: .6em 0;
	font: normal normal .8em/1.4em verdana, arial, sans-serif;
}

#referenzen a.out img {
	margin: 0 1.9em 1.2em 0;
    width: 5.6em;
}

#referenzen img {
	float:left;
}

#error404 {
	margin: .6em 0;
	font: normal normal .8em/1.4em verdana, arial, sans-serif;
}

.out img {
	margin: 0 1.9em 1.2em 0;
	width: 5.6em;
}


.zitate {
	font: .9em/1.5em verdana, arial, sans-serif;
	font-style:italic;
}

dl dt {
    font: bold .8em/1.4em verdana, sans-serif;
    color: #256777;
}

dl dd {
    margin-bottom: .6em;
    padding-bottom: .6em;
    border-bottom: 1px solid #ddd;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clear {
	clear:both;
}

* html>body .clearfix {
	display: inline; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
#my-ads
{
	position:absolute;
	top:30px;
	left:440px;
	width:290px;
	height:36px;
	border:1px solid #23616F;
    text-align: left;
    font: normal 10px verdana, arial, sans-serif;	
    padding:6px;
}

#googleads
{
	position:absolute;
	left:780px;
	top:290px;
}
