@charset "utf-8";
/* CSS Document */



/*Color | Font
-------------------------------------------*/
/*bordeaux rot: #6C0000
  h-grau: #323232
  weiss: #FAFAFA
  d-grau: #1E1E1E
  Fliesstext: Arial, Helvetica, sans-serif;
  

/*HTML Global reset
------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
	outline: 0;
	line-height:1.4;
	vertical-align:baseline;
	text-decoration:none;
}
/*HTML local reset
-------------------------------------*/
.defloat {
	clear:both;
}
/*HTML Selectors
------------------------------------------*/
html {
	height: 100.2%;
}
body {
	font-family:"Times New Roman", Times, serif;
	background-image:url(../images/phoenix-junges-galerie-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-color:#c7a477;
}
p {
	font-size: 14px;
	color:#000;
	text-align:left;
}
h1 {
	font-size: 24px;
}
a {
	font-style:normal;
	font-variant:small-caps;
}
a:link {
	text-decoration: none;
	color:#900;
}
a:visited {
	text-decoration: none;
	color:#900;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}
/*--------------------------------------*/
#wrapper {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#header {
	width:980px;
	height:210px;
}
/*Navigation -----------------------------*/
#navholder {
	width:980px;
	height:40px;
	background-repeat:no-repeat;
}
#nav {
	width:775px;
	height:35px;
	padding: 5px 0px 0px 10px;
	float:left;
}
#nav a {
	font-size:18px;
	line-height:18px;
}
#nav ul {
	width: 700px;
	height:50px;
	position:absolute;
	list-style:none;
	top: 217px;
}
#nav ul li {
	float:left;
}
#nav ul ul {
	position:absolute;
	width:600px;
	top:-9999px;
	padding:5px 0 0 0;
	height: 50px;
	line-height:18px;
	margin-left:-11px;
}
#nav ul ul li {
	float:left;
}
#nav ul li:hover ul {
	top:18px;
}
.navinaktiv {
	font-size:18px;
	line-height:18px;
	color:#666;
	margin: 0px 10px 0px 0px;
	padding-left:10px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#000;
}
.navhome {
	margin-right: 10px;
}
.naventstehung,
.navbooks,
.navband,
.navauthor,
.navcontakt {
	margin: 0px 10px 0px 0px;
	padding-left:10px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#000;
}
.navhomeaktiv {
	margin-right: 10px;
	font-size:18px;
	line-height:18px;
	font-style:normal;
	font-variant:small-caps;
	color:#000;
}
.naventstehungaktiv,
.navbooksaktiv,
.navbandaktiv,
.navauthoraktiv,
.navcontaktaktiv,
.navgalerieaktiv {
	font-size:18px;
	line-height:18px;
	font-style:normal;
	font-variant:small-caps;
	color:#000;
	margin: 0px 10px 0px 0px;
	padding-left:10px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#000;
}
/*content-------------------------*/
#section {
	height:600px;
	width:auto;
	margin-top:50px;
}
.content-wrapper {
	height:480px;
	width:auto;
	margin-left:50px;
	margin-right:0;
	margin-bottom:20px;
}
.content-wrapper h1 {
	font-size:24px;
	margin-bottom:5px;
	
}
.bildbox {
	width:auto;
	height:auto;
	float:left;
	margin-right:0;
}
.bildbox2 {
	width:auto;
	height:auto;
	float:left;
	margin-top:80px;
}
.textbox {
	width:320px;
	float:left;
	margin-left:10px;
}
.content-wrapper p {
	width:320px;
	font-size:16px;
}
