@charset "UTF-8";
/* Screen-Stylesheet by Your Name
www.projektname.de
Start: 01.11.2007
Letzte Aenderung: 10.02.2008
*/

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,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-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

:focus{
	outline: 0;
}

ol, ul{
	list-style: none;
}

table{
	border-collapse: separate; border-spacing: 0;
}
caption, th, td{
	text-align: left; font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}

blockquote, q{
	quotes: "" "";
}

a{
	text-decoration: none;
}

.c{
	clear: both;
}

.floatbox { overflow:hidden; }
* html .floatbox {width:100%;}

.vcard { overflow:hidden; }
* html .vcard {width:100%;}

.dn,
body.js #hiddencontainers,
#showroom #twitter #tweets li span{
	height: 0; width: 0; overflow: hidden; display: block;
}

/* Here we go */
body{
	overflow-y: scroll;
	color: #1A1F27;
	background: #e7e0c3 url(img/bg.jpg) repeat;
	font: 13px Georgia,"Times New Roman",Times,serif;
	text-align: center;
}

#container{
	background: url(img/bg_top.jpg) repeat-x;
	width: 100%;
	line-height: 1.8;
	text-shadow: 0 1px 0 #EFECE0;
	text-align: left;
}

h1{
	color: #990000;
	font: 30px Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: 200;
	margin-bottom: 10px;
}

.clearfix{
	clear: both;
	display: block;
}

#simplemodal-overlay{
	background: #000;
}

#wrapper{
	width: 622px;
	padding: 40px 20px 0 20px;
	margin: 0 auto;
	position: relative;
	min-height: 170px;
}

#wrapper img.profilepic{
	-webkit-transform:rotate(-16deg);
	-moz-transform:rotate(-16deg);
	-webkit-box-shadow:2px 2px 2px #7F7F7F;
	-moz-box-shadow:2px 2px 2px #7F7F7F;
	border: 3px solid #fff;
	margin: 10px 0 0 20px;
}

#wrapper #headright{
	width: 370px;
	margin-right: 20px;
	float: right;
}

#wrapper #headright p{
	-webkit-text-size-adjust:none;
}

#wrapper #headleft{
	width: 225px;
}

#wrapper .jswarning{
	clear: both;
	margin-top: 30px;
	padding:  2px 3px;
	text-align: center;
	background: #DF8B8B;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#vcards{
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	clear:both;
}

body.js #vcards{
	margin-top: 50px;
}

#vcards .navigation{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 99px;
	float: left;
}

#vcards .navigation li{
	height: 63px;
	float:left;
	width: 99px;
}

#vcards .navigation li.active{
	height: 62px;
	padding: 9px 0 9px 0;
	margin-top: -9px;
	margin-bottom: -8px;
	background: url(img/tab.png) no-repeat left top;
}

#vcards .navigation li#contactnav.active{
	background: url(img/tab_top.png) no-repeat left bottom;
}

#vcards .navigation li a{
	float: left;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background: url(img/nav_vcard.png) no-repeat 14px 5px;
	text-indent: -9999px;
	width: 99px;
	height: 100%;
}

#vcards .navigation li#flickrnav a{
	background: url(img/nav_flickr.png) no-repeat 15px 7px;
}

#vcards .navigation li#psnnav a{
	background: url(img/nav_psn.png) no-repeat 10px 8px;
}

#vcards .navigation li#twitternav a{
	background: url(img/nav_twitter.png) no-repeat 14px 8px;
}

#vcards .navigation li a:hover,
#vcards .navigation li.active a{
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}

#showroom{
	z-index: 11;
	width: 533px;
	margin-left: 89px;
}

#showroom a{
	color: #7F0C16;
}

#showroom a:hover{
	color: #7F0C16;
	text-decoration: underline;
}

#showroom span.showhead{
	height: 11px;
	display: block;
	background: url(img/showroom_top.jpg) no-repeat;
}

#showroom span.showfoot{
	height: 11px;
	display: block;
	background: url(img/showroom_bottom.jpg) no-repeat;
}

#showroom #content{
	padding: 0 16px;
	background: url(img/showroom_bg.jpg) repeat-y;
}

body.js #showroom #content{
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

body.js #showroom #content #slider{
	position: absolute;
	width: 501px;
}

#showroom #content .vcard{
	padding-bottom: 50px;
	position: relative;
}

body.js #showroom #content .vcard{
	min-height: 300px;
}

#showroom #content h3{
	color: #7F0C16;
	font: 26px georgia,verdana,arial,tahoma,"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-style: italic;
	margin-bottom: 10px;
}

#showroom #content h4{
	margin-top: 15px;
}

#showroom #content h4.top{
	margin-top: 0;
}

#showroom #contact .cleft{
	float: left;
	width: 49%;
}

#showroom #contact .cright{
	float: right;
	width: 50%;
}

#showroom #contact ul.networks li a,
#showroom #contact ul.messenger li a{
	background: url(img/icons/twitter.png) no-repeat left center;
	padding: 2px 0 2px 22px;
	line-height: 2.1;
}

#showroom #flickr li{
	border: 1px solid #9F9577;
	float: left;
	padding: 1px;
	margin: 13px 26px 13px 0;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

#showroom #flickr li span.isvideo{
	position: absolute;
	background: url(img/videotag.png) no-repeat bottom right;
	width: 38px;
	height: 39px;
	bottom: 1px;
	right: 1px;
}

#showroom #flickr li.lastrow{
	margin-right: 0;
}

#showroom #flickr li:hover{
	-webkit-box-shadow:0 0 8px #5F5635;
	-moz-box-shadow:0 0 8px #5F5635;
}

#showroom #flickr li img{
	width: 75px;
	float: left;
	height: 75px;
}

#showroom #twitter #tweets li{
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	background: #EFECE0;
	background:-moz-linear-gradient(top, #fff, #EFE8D1); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFE8D1)); /* Safari, Chrome */
	border: 1px solid #AFA583;
	margin: 8px 0 8px 0px;
	padding: 5px 7px;
}

#flickrtooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 1px;
	float: left;
	-webkit-box-shadow:0 0 8px #5F5635;
	-moz-box-shadow:0 0 8px #5F5635;
	background:-moz-linear-gradient(top, #fff, #EFE8D1); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFE8D1)); /* Safari, Chrome */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#flickrtooltip img{
	float: left;
}

#flickrtooltip h3, #flickrtooltip div { margin: 0; }

#simplemodal-overlay{
	cursor: pointer;
}

#simplemodal-container #phonepush{
	width: 500px;
	text-align: left;
	background: #fff;
	border:5px solid #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#simplemodal-container #phonepush h3{
	padding: 8px 10px;
	color: #8F1414;
	border-bottom: 1px solid #DFDFDF;
	background: #EFEFEF;
}

#simplemodal-container #phonepush form{
	padding: 8px 10px;
}

#simplemodal-container #phonepush form label{
	float: left;
	width: 130px;
}

#simplemodal-container #phonepush form .formrow{
	clear: both;
	margin: 5px 0;
}

#simplemodal-container #phonepush form .submitbutton{
	margin-left: 130px;
}