/* <![CDATA[ */


/* Grundstyles für
www.perpetuumportfolio.com
Start: 09.04.2010
Letzte Änderung: 04.05.2010

FONT-STACKS
Allgemein Sans-serif: GraublauWeb, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; 
Allgemein Serif: Georgia, "Times New Roman", Times, serif;
Kalender: "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
*/


/* ================= Reset (Eric Meyer ) ================= */


/* v1.0 | 20080212 */

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;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

    
/* ================= Allgemeine Einstellungen ================= */

body 
{
	background: #F0F0F0 url('../img/layout/bg-karton-hell.jpg') repeat;
	font: normal 14px "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	text-align:center;
}

html>body 
{
	font-size: 14px;
}

a:link 
{
	color: #028299;
	text-decoration: none;
}

a:visited 
{
	color: #79A7B0;
	text-decoration: none;
}

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

/* Macht die gepunktete Linie um geklickte Links unsichtbar */
a:focus 
{
	outline: none;
}

/* Bilder und verlinkte Bilder ohne Rahmen darstellen */
img, a img 
{
	border: 0;
}




/* ================= Header ================= */

#ppheaderstripe
{	
	width:100%;
	margin-top: 10px;
	height: 75px;
	clear: both;
	background-color: #1B1B22;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1E1F24), to(#15151A), color-stop(0,#2C2D35));
	background: -moz-linear-gradient(0% 100% 90deg,#1E1F24, #15151A, #2C2D35 100%);
	border-bottom: 1px solid #f3f3f3;
	border-top: 2px solid #131313;
}

#ppheader
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	/*background-image: url(../img/raster.gif);*/
	overflow: hidden;
	height: 75px;
}

img#pplogo {
	float: left;
	width: 220px;
	margin: 25px 0 0 10px;
}

#ppcalendar
{
	float: right;
	text-align:right;
	width: 700px;
	margin: 0 10px 0 0;
}

#ppcalendar p
{
	color: #DDE1D8;
	letter-spacing: 2px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	margin-top: 21px;
	font: bold 12px/14px "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
}

#ppcalendar p a:link, #ppcalendar p a:visited {
	color: #79A7B0;
	text-decoration: none;
}


#ppcalendar p a:hover, #ppcalendar p a:focus {
	color: #DDE1D8;
}


#ppcalendar ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

#ppcalendar li  {
	color: #5E635C;
	display: block;
	float: right;
	margin: 0 0 0 3px;
	width: 18px;
	height: 18px;
	font: normal 11px/18px "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	overflow: hidden;
}

#ppcalendar ul li a {
	display: block;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-border-radius: 9px; /* FF1+ */
 	-webkit-border-radius: 9px; /* Saf3+, Chrome */
    border-radius: 9px;
}

#ppcalendar ul li.active a:link, #ppcalendar ul li.active a:visited {   
	background: #79A7B0;
	color: #FFFFFF;
	-moz-border-radius: 9px; /* FF1+ */
 	-webkit-border-radius: 9px; /* Saf3+, Chrome */
    border-radius: 9px;
}

#ppcalendar ul li a:link {
	color: #79A7B0;
	text-decoration: none;
}

#ppcalendar ul li a:visited {
	color: #79A7B0;
	text-decoration: none;
}

#ppcalendar ul li a:hover, #ppcalendar ul li.active a:hover, #ppcalendar ul li a:focus, #ppcalendar ul li.active a:focus {
	background: #79A7B0;							
	color: #FFFFFF;
	-moz-border-radius: 9px; /* FF1+ */
 	-webkit-border-radius: 9px; /* Saf3+, Chrome */
      border-radius: 9px;
}




	

/* ================= Footer ================= */

#ppfooterstripe {
	clear: both;
	overflow: hidden;
	width: 100%;
	background-color: #1B1B22;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1E1F24), to(#15151A), color-stop(0,#2C2D35));
	background: -moz-linear-gradient(0% 100% 90deg,#1E1F24, #15151A, #2C2D35 100%);
	border-bottom: 1px solid #f3f3f3;
	border-top: 2px solid #131313;
	

}

/* My Comment */

#ppfooter
{
	color: #DEE1D8;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	/*background-image: url(../img/raster.gif);*/
	overflow: hidden;
}

#pppostscriptum
{
	margin: 36px 0 0 10px;
	width:960px;
}

#ppaboutpp
{
	float: left;
	margin: 18px 40px 36px 10px;
	width: 285px;
}

#ppaboutme
{
	float: left;
	margin: 18px 40px 36px 0;
	width: 285px;
}

#ppcontact
{
	float: left;
	margin: 18px 0 36px 0;
	width: 290px;
}

#ppfooter h2
{
	color: #DEE1D8;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
}

#ppfooter h2 span.english {
	display: block;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6F868A;
}

#ppfooter p
{
	color: #8F968F;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 18px;
	margin-bottom: 18px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
}

#ppfooter p.english {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6F868A;
}

#ppcopy
{
	clear:both;
	overflow: hidden;
	padding: 0 0 20px;
	width: 960px;
	margin: 10px auto;
}

#ppcopy p  
{
	display: block;
	float: left;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 10px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
}

/* ================= Kontaktformular ================= */

#ppfooter #contactbody ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ppfooter #contactbody label {
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 14px;
	text-align: left;
	width: 60px;
	float: right;
	color: #8F968F;
	clear: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
}

#ppfooter #contactbody .english {
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6F868A;
}

#ppfooter #contactbody input, #ppfooter #contactbody textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #6D746D;
	width: 210px;
	margin: 2px 0 9px;
	background-color: #444444;
	background: rgba(68, 68, 68, 0.5);
	color: #8F968F;
}

#ppfooter textarea#nachricht {
	height: 70px;
}

#ppfooter #contactbody input:focus, #ppfooter #contactbody textarea:focus {
	outline: solid 1px #8F968F;
	background-color: #666666;
	color: #313131;
}

#ppfooter .advise {
	clear: both;
}

#ppfooter .advise span {
	display: inline;
}

#ppfooter .advise span.english.alert {
	display: inline !important;
}

#ppfooter .alert {
	color: #d2364b !important;
}

#ppfooter .english.alert {
	color: #A66E7D !important;
}

#ppfooter #form .iebutton {
	padding: 0 5px;
	border:1px solid #999999;
	cursor:hand;
	color:#FFFFFF;
	background-color:#333333;
	margin:0 10px 0 2px;
	width:110px;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif;
}

	
/* ================= Super Awesome buttons von www.zurb.com ================= */

.awesome, .awesome:visited {
	margin: 0;
	padding: 0;
	border: 0;
	background: #222 url(../img/layout/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font: normal 1.5em/1.29em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin-right: 10px;
}

/* My Comment */

.awesome:hover {
	background-color: #111;
	color: #fff;
}

.awesome:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited {
	font-size: 11px;
}

.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	white-space: nowrap;
}

.large.awesome, .large.awesome:visited {
	padding: 8px 14px 9px;
}

.gray.awesome, .green.awesome:visited {
	background-color: #8F968F;
}

.gray.awesome:hover {
	background-color: #6F868A;
}

.green.awesome, .green.awesome:visited {
	background-color: #A2BD4F;
}

.green.awesome:hover {
	background-color: #749a02;
}

.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}

.blue.awesome:hover {
	background-color: #007d9a;
}

.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}

.red.awesome:hover {
	background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}

.magenta.awesome:hover {
	background-color: #630030;
}

.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}

.orange.awesome:hover {
	background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}

.yellow.awesome:hover {
	background-color: #fc9200;
} 



/* ================= Grundeinstellungen für den Hauptbereich ================= */

.clear
{
	clear:both;
}

#content
{
	margin: 0 auto;
	text-align: left;
	width:960px;
	padding: 0 0 70px 0;
	overflow: hidden;
}


/* ]]> */