@charset "utf-8";
 
/*
	SvenjaDamerow.de CSS
	Copyright (c) 2009 Initiative Konzeptionelles Design. All rights reserved.
	If you copy without permission, We will mock you.
	Layout No. 1 / v1.00
	17. Mrz 2009
*/

/* @group Allgemeine Regeln */

/* MEYER RESET v1.0*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
a img {border:none;}


/* BASIC TYPOGRAPHY */

html { font-size: 62.5%; font-family: Georgia, "Times New Roman", Times, serif; }
strong, th, thead td { font-weight: bold; }
h1,h2,h3,h4,h5,h6,p { font-weight: normal;font-style: normal;}
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* FORMS */

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

input.text, input.title {width:95%;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:95%;height:250px;padding:5px;}

input {	margin-bottom: .8em;}



/* BASE SIZES */

body { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.8em;line-height: 1.2em;}
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* LISTS */

ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

p img.left {float:left;padding:0;margin: 0.5em 1.25em 0.5em 0;}
p img.right {float:right;margin: 0 0 1.5em 1.5em;}

img {margin: 0 0 1em;}



/* DIVERSE */

code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* LINK BUTTONS */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }

/* Make sure the icons are not cut */
a[href^="mailto:"], a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"] {
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
a[href^="mailto:"]        { background-image: url(img/icons/email.png); }

/* Files */
a[href$=".pdf"]   { background-image: url(img/icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(img/icons/doc.png); }  
a[href$=".xls"]   { background-image: url(img/icons/xls.png); }  
 
/* TEXT CLASSES */

.small {font-size:.85em;margin-bottom:1.875em;line-height:1.7em;}
.small {font-family: Verdana, "Lucida Grande", Lucida, sans-serif;}

.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.thin {font-weight: lighter;}
.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}

.box {padding:1.5em;margin-bottom:1.5em;background: #eaeaea;}


/* ALLGEMEINE MARGIN CLASSES */

.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* @end */


/* @group Links */

a:link { text-decoration: underline; color: #cc00cc; }
a:visited { text-decoration: underline; color: #cc00cc; }
a:hover { text-decoration: none; color: #990099; }
a:active, a:focus { text-decoration: underline; color: #000; }

h2 a:link { text-decoration: none; color: #000; }
h2 a:visited { text-decoration: none; color: #000; }
h2 a:hover { text-decoration: none; color: #cc00cc; }
h2 a:active, a:focus { text-decoration: underline; color: #000; }

/* @end */

#bg-backstage {
	background: url(img/bg-backstage.jpg) no-repeat left bottom;
	width: 1024px;
	height: 768px;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
	position: fixed;
	right: 0;
}

#bg-clients {
	background: url(img/bg-clients.jpg) no-repeat left bottom;
	width: 1024px;
	height: 768px;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
	position: fixed;
	right: 0;
}

#bg-aboutme {
	background: url(img/bg-aboutme.jpg) no-repeat left bottom;
	width: 1024px;
	height: 768px;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
	position: fixed;
	right: 0;
}

#content-backstage {
	z-index: 2;
	/*background: transparent url(img/bg-weiss-transparent.gif) repeat;*/
	width: 450px;
	position: absolute;
	top: 10px;
	left: 80px;
	padding-bottom: 150px; /*größe navi+logo*/
}

#content-backstage h6 {
	background-color: #cc00cc;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font: .8em Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: .2em .5em;
	margin: 2em 0 1.2em -20px;
	width: 12em;
}

.entry {
	background: url(img/1px-line-dotted-sw.gif) repeat-x left bottom;
	padding-bottom: 1em;
}

#content {
	z-index: 2;
	width: 550px;
	position: absolute;
	top: 10px;
	left: 80px;
	padding-bottom: 150px;
}

#content h2 {
	padding-bottom: .8em;
	background: url(img/h2-line.png) no-repeat left bottom;
}

div.span-1, div.span-2, div.span-1-2 {float:left;margin-right:20px;}
div.last {margin-right:0;}
.span-1 {width:170px;}
.span-1-2 {width:360px;}
.span-2 {width:255px;}
.span-3, div.span-3 {width:550px;margin:0;}
.clear {clear: both;}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}


.englisch {
	font-style: italic;
	color: #999;
}


#logo {
	z-index: 4;
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: 40px;
	overflow: hidden;
	background: #000 url(img/logo-negativ.png) no-repeat;
	margin: 0;
	padding: 0;
}

#logo h1 {
	text-indent: -9999px;
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
}



/* @group Main Navigation */

#navi {
	z-index: 4;
	background-color: #000;
	width: 100%;
	height: 22px;
	position: fixed;
	bottom: 93px;
	overflow: hidden;
}

#navi ul {
	/*height: 22px;*/
	overflow: hidden;
	width: 420px;
	right: 0;
	position: absolute;
}

#navi li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

#navi li a {
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: transparent url(img/navi-negativ.png) no-repeat;
}

li#aboutme a {
	width: 100px;
	height: 22px;
}

li#clients a {
	width: 80px;
	height: 22px;
}

li#gallery a {
	width: 95px;
	height: 22px;
}

li#backstage a {
	width: 145px;
	height: 22px;
}

li#aboutme a:link, li#aboutme a:visited {
	background-position: 0px 0px;
}

li#aboutme a:hover, li#aboutme a:focus {
	background-position: 0px -22px;
}

li#clients a:link, li#clients a:visited {
	background-position: -100px 0px;
}

li#clients a:hover, li#clients a:focus {
	background-position: -100px -22px;
}

li#gallery a:link, li#gallery a:visited {
	background-position: -180px 0px;
}

li#gallery a:hover, li#gallery a:focus {
	background-position: -180px -22px;
}

li#backstage a:link, li#backstage a:visited {
	background-position: -275px 0px;
}

li#backstage a:hover, li#backstage a:focus {
	background-position: -275px -22px;
}

li#aboutme a#selected {
	background-position: 0 -22px;
}

li#clients a#selected {
	background-position: -100px -22px;
}

li#gallery a#selected {
	background-position: -180px -22px;
}

li#backstage a#selected {
	background-position: -275px -22px;
}

/* @end */




