@charset "UTF-8";

@import "reset.css";
@import "prettyPhoto.css";

/* Core
----------------------------------------------------------------------------------------------------*/
body {
	font: 11px "Lucida Grande", Verdana, sans-serif;;
	background: #ccc url(../images/vcard/pattern1.jpg) repeat;
}
a:link {
	color: #006e4a;
}
a:focus, a:hover, a:active {
	color: #46ae8d;
}
em, i {
	font-style: italic;
}
p {
	padding: 10px 15px 0 0;
	color: #777;
	text-shadow: 1px 1px 1px #fff;
	line-height: 16px;
}
p a {
	color: #006e4a;
}
p img {
	float: left;
	margin: 0 10px 0 0;
}
h1 {
	color: #555;
	font-size: 26px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom: 10px;
}
h2 {
	color: #636363;
	font-size: 19px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #fff;
	padding: 0;
	margin-bottom: 15px;
}
h3 {
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #fff;
	padding: 0;
	margin-bottom: 15px;
}
ul,ol {
	margin-top: 10px;
}
ul li, ol li {
	padding: 3px 0;
	color: #777;
	text-shadow: 1px 1px 1px #fff;
	list-style: square inside;
}
ol li {
	list-style-type: lower-alpha;
}
li span {
	display: block;
}
hr {
	height: 2px;
	border: none;
	background: url(../images/vcard/hr.gif) repeat-x;
	margin: 0 30px;
}
hr.spacer {
	clear: both;
	height: 25px;
	background: none;
}
input {
	font-family: Arial;
	padding: 8px 0 8px 5px;
	margin: 0 0 10px;
	width: 420px;
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #999;
	font-size: 13px;
	display: block;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
textarea {
	font-family: Arial;
	padding: 8px 0 8px 5px;
	margin: 0 0 10px;
	width: 420px;
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #999;
	font-size: 13px;
	display: block;
	height: 20px;
	resize: none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.clear {
	clear: both;
}
.clearpx {
	height: 1px;
}
.spacer {
	height: 15px;
}
.pagetitle {
	display: none;
}
.nopadding {
	padding: 0;
}
.copyright {
	color: #808080;
	text-align: center;
}
.shadow {
	-webkit-box-shadow: 4px 3px 7px #000;
	-moz-box-shadow: 4px 3px 7px #000;
	box-shadow: 4px 3px 7px #000;
	
}

/* Items
----------------------------------------------------------------------------------------------------*/
#wrapper {
	min-width: 800px;
	min-height: 520px;
}
#vcard {
	display: none;
	z-index: 2;
	position: relative;
	margin: auto;
	width: 770px;
	height: 480px;
	background: #eee url(../images/vcard/wrapper.gif);
	-webkit-box-shadow: 0 0 14px #000;
	-moz-box-shadow: 0 0 14px #000;
	box-shadow: 0 0 14px #000;
}
.main {
	float: left;
	width: 450px;
	margin-right: 25px;
}
.sidebar {
	float: left;
	background: red;
	margin: 0;
	width: 210px;
	height: 240px;
	background: url(../images/vcard/sidebar.png) repeat-y;
	padding-left: 25px;
}
.button {
    background: #006e4a;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.button span {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    display: block;
    font: bold 11px Arial, sans-serif;
    padding: 5px 9px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
.button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
    text-decoration: none;
}
.button:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.2)));
    background-image: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
}
.button:active span {
    border-top-color: rgba(0, 0, 0, 0.2);
}
.button:hover {
    background-image: url(../images/vcard/button.png); /* fallback image */
    background-position: top;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
    text-decoration: none;
}
.button:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(../images/vcard/button.png); /* fallback image */
    background-position: bottom;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.2)));
    background-image: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
}
#slideshow {
	background: #e8e8e8 url(../images/vcard/ajax-loader.gif) no-repeat center;
	float: left;
	height: 160px;
	padding: 10px 15px 3px 0;
	width: 200px;
}
#slideshow img {
	display: none;
}
#slideshow img.active {
	display: block;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	margin: 30px 30px 0;
	height: 140px;
}
#header #logo {
	float: left;
	text-indent: -9999px;
	background: url(../images/vcard/logo.png);
	width: 300px;
	height: 120px;
}
#header ul#menu {
	float: right;
	height: 45px;
	margin: 14px 0 0;
	background: url(../images/vcard/menubg.gif);
	border: 1px solid #d6d6d6;
	padding: 0 15px 0 0;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#header ul#menu li {
	float: left;
	padding: 16px 0 0 15px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	text-shadow: 1px 1px 1px #fff;
	list-style: none;	
}
#header ul#menu li a {
	color: #999;
	text-decoration: none;
}
#header ul#menu li a:hover {
	color: #555;
}
#header ul#menu li.active a {
	color: #555;
}

/* Content
----------------------------------------------------------------------------------------------------*/
#content {
	position: relative;
	margin: 25px 30px 0;
	height: 320px;
	overflow: hidden;
}
#scroller {
	position: relative;
	height: 320px;
}
#scroller .contentitem {
	width: 710px;
	height: 320px;
	float: left;
	display: none;
	margin-right: 30px;
}

/* Attainment
----------------------------------------------------------------------------------------------------*/
#accordion {
	margin-top: 23px;
}

/* Work
----------------------------------------------------------------------------------------------------*/
#workmask {
	width: 710px;
	height: 185px;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
#workscroller {
	width: 710px;
	position: absolute;
	margin-top: 0;
}
ul.work {
	margin-top: 0;
}
ul.work a {
	color: #4d4d4d;
}
ul.work li {
	padding: 0;
	position: relative;
	float: left;
	display: block;
	list-style: none;
	width: 225px;
	height: 85px;
	margin: 0 15px 15px 0;
	background: url(../images/vcard/workbg.png);
	overflow: hidden;
}
ul.work li a {
	text-decoration: none;
}
ul.work li.last {
	margin: 0 0 15px;
}
ul.work li .worktitle {
	font-family: Verdana;
	position: relative;
	margin: -55px 0 0;
	margin: 0;
	padding: 10px 7px 7px;
	width: 211px;
	height: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #dedede;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
}
ul.work li img {
	width: 225px;
	height: 85px;
	overflow: hidden;
}
ul.navigation {
	float: right;
	margin: 5px 0 0;
}
ul.navigation li {
	float: left;
	margin-left: 5px;
	padding: 3px 5px 3px 6px;
	background: #ddd;
	color: #777;
	font-weight: 700;
	text-shadow: 1px 1px 1px #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
    cursor: pointer;
}
ul.navigation li.active {
	background: #ccc;
	color: #555;
	text-shadow: 1px 1px 1px #eee;
	border: none;
	padding: 3px 6px 4px;
}
ul.navigation li:hover {
	background: #ccc;
	border: none;
	padding: 3px 6px 4px;
}

/* Contact
----------------------------------------------------------------------------------------------------*/
.contact .sendbutton {
	float: right;
	width: auto;
	padding: 4px 20px;
	background: #cfcfcf;
	color: #858585;
	text-shadow: 1px 1px 1px #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	cursor: pointer;
}
.contact .error {
	background: #feeded;
	border-color: #fcd5d5;
}
#email_form {
	margin-top: 25px;
	width: 427px;
	font-size: 90%;
	font-family: inherit;
	color: #787878;
}
#email_send {
	margin-top: 25px;
	width: 427px;
	display: none;

}
SchriftAdresse {
	font-size: 110%;
}
