/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body {
	background-color:#202020;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background-image: url(../images/redwood_bg.jpg);
}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:600px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

/* NAVIGATION */
#nav-outer {
	height:103px;
	position:relative;
	top:80px;
	background-image: url(../images/menuebar_bg.gif);
	background-repeat: repeat-x;
}
#navigation {
	height:103px;
	width:960px;
	margin:0 auto;
	background-image:url(../images/menue_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}


/* MENU */
#menu {
	position:relative;
	top:76px;
	font-size: 16px;
}
#menu ul { list-style:none; }
#menu ul li {
	display:inline;
}
#menu ul li a {
	text-decoration:none;
	padding-right:20px;
	color: #FFF;
}
#menu ul li a:hover {
	text-decoration:none;
	color: #F2A4B9;
}

/* HEADER TEXT */
#headertxt {
	width:960px;
	clear:both;
	position:relative;
	top:160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#firstline { background-image:url("../images/textbg.png"); color:#333; font-size:40px; padding:4px 13px 7px; float:left; display:block; }
#secondline {
	background-image:url("../images/textbg.png");
	color:#710F27;
	text-decoration:none;
	font-size:60px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
}
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }


/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:400px;
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headernav {
	padding-left: 614px;
}

/* CONTENT */
#content {
	color:#333;
	background-color:#E2E2E4;
	background-image: url(../images/bg_content.jpg);
	padding-top: 8px;
	padding-bottom: 26px;
}
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }

/* Layer1 */

#layer1 {
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#layer1_inhalt {
	position: absolute;
	top: 340px;
	background-image: url(../images/halbtransparent_bg.png);
	font-size: 40px;
	font-family: 'Kaushan Script', cursive;
	color: #333;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
#layer1_impressionen {
	position: absolute;
	top: 180px;
	font-size: 36px;
}
.impressionen_pic {
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
	border:0px;
}
#layer1_profil {
	position: absolute;
	top: 160px;
	font-size: 36px;
}




.headline_inhalt {
	font-size: 54px;
	color: #531B1B;
}
.headline_content {
	font-size: 44px;
	color: #710F27;
	font-family: 'Italianno', cursive;
}
#footer {
	color: #999;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
}


/*---Links 2---*/
a.link1:link {
	color:#999;
	text-decoration:none;
}
a.link1:visited {
	color:#999;
	text-decoration:none;
}
a.link1:hover {
	color:#F2A4B9;
	text-decoration:none;
}
a.link1:active {
	color:#999;
	text-decoration:none;
}
