/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: auto;
}

body {
	font-family: "Century Gothic", "Avenir-Book", Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
	font-size: 14px;
	color: #1b1b1b;
}	

.frame {
	width: 790px;
	margin: 0 auto;
	background: #ffffff;
	line-height: 1.4em;
}

.header {
	padding: 30px 0 0 0;
	/*text-align: right;*/
}

.logo {
	float: left;
}

.adminLink {
	margin: 10px 0 0 0;
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	margin: 40px 0 0.4em 0;
	border-bottom: 1px solid #ddd;
	padding: 1em 0 0.4em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
/*	text-align: right;*/
	color: #959595;
	font-weight: normal;
}

a {
	color: #1b1b1b;
	color: #d51708;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.1s ease-in-out; 
	-moz-transition: all 0.1s ease-in-out; 
	-o-transition: all 0.1s ease-in-out; 
	transition: all 0.1s ease-in-out;
}

a:hover {
	border-bottom: 1px solid #fa4d3f;
}

a:visited {
	border-bottom: 1px solid #fa4d3f;
}

.description {
	display: block;
}


/* MainNav
-----------------------------------------------------------*/




/* Clearfix
-----------------------------------------------------------*/
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}