/* Layout */

#branding { display: none; }

/*Design*/

a { color: #555; text-decoration: none; }


@font-face {
            font-family:"Petita Medium";
            src: url(fonts/PetitaMedium.ttf) format("truetype");
}

body { 
	border-top: 10px solid #636363;
	font-family: "Petita Medium","Lucida Sans Unicode","Lucida Grande","FreeSans",Tahoma,Arial, sans-serif; 
	font-size: 10pt;
	
}

body:after { content: "© 2211 Bernhard Stockmann"; }

h1 { font-size: 150%; color: white; text-transform: uppercase; letter-spacing: -1px; padding-top: 20px;}
h2 { font-size: 90%; color: white;}

#content p { line-height: 1.4em; margin: 10px 0px;}

#branding {
	text-align: center;
	font-size: .9em;
	position:relative; top: -10px;
}

#branding img { margin-top: 50px; border: none;  }

#branding ul { margin-top: 10px; }

#branding ul li {
	display: inline;
	
}

#content a { color: #636363; text-decoration: underline; }

@font-face {
            font-family:"PetitaLight";
            src: url(fonts/PetitaLight.ttf) format("truetype");
}

#content h2, #content h3 { color: #363636; font-family: "PetitaLight","Lucida Sans Unicode","Lucida Grande","FreeSans",Tahoma,Arial, sans-serif; font-size: 110%; text-transform: uppercase; margin: 10px 0px; }
#content h3 { font-size: 90%; }



#breadcrumbs { color: #999; font-size: .9em; margin-bottom: 25px; }
#breadcrumbs ul:before {
	content: "Sie befinden sich hier: ";
}
#breadcrumbs li { display: inline; line-height: 1.2em; }
#breadcrumbs li:before { content: " > "; font-size: 1.4em; }
#breadcrumbs li:first-child:before, #footer li:first-child:before { content: none; }
