@charset "utf-8";
/* CSS Document */
/*global reset*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*css reset*/
nav,
article,
section,
header {
	display:block;
}

/*Html
-------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	background-color:#6b1313;
	height:101%
}
p {
	font-size:16px;
	line-height:120%;
	margin-bottom:10px;
}
h1 {
	font-size:22px;
	color:#900;
	margin-top:10px;
}
h1.pict {
	color:#900;
	font-size:28px;
	font-weight:bold;
	line-height:35px;
	background-image:url(../img/phoenix.jpg);
	background-repeat:no-repeat;
	padding-top:195px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	margin-bottom:10px;
}
h2 {
	font-size:16px;
	line-height:28px;
	color:#333;
}
h2.pict {
	color:#900;
	font-size:28px;
	font-weight:bold;
	line-height:35px;
	background-image:url(../img/phoenix_Band2.jpg);
	background-repeat:no-repeat;
	padding-top:195px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	margin-bottom:10px;
}
a {
	font-style:normal;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#900;
}
a:active {
	text-decoration: none;
	color:#900;
}

na {
	font-style:normal;
	font-size:14px;
	color:#666;
}
/*Navigation
---------------------------------------*/
nav {
	width:840px;
	height:30px;
	background-color:#e8e8da;
	margin: 0 20px 0 20px;
	padding: 10px 40px 10px 40px;
	position:relative;
}
nav a {
	font-size:18px;
}
nav ul {
	position:absolute;
}
nav li {
	list-style:none;
	float:left;
}
nav ul ul {
	position:absolute;
	top:5px;
}
nav ul ul a {
	font-size:16px;
	color:#900;
}
nav ul li:hover #navbox {
	top:30px;
	opacity:1;
	transform:scaleY(1)
}
#navbox {
	width:350px;
	height:310px;
	background-color:#e8e8da;
	position:absolute;
	top:-9999px;
	margin-left:-11px;
	border:1px;
	border-style:solid;
	border-color:#999;
	display:block;
	box-shadow: 5px 5px 5px #333;
	border-radius: 0 3px 3px 3px;
	opacity:0;
	transform:scaleY(0);
	transform-origin:top;
	-moz-transition: opacity 0.5s ease-in-out, transform .5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out, transform .5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out, transform .5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out, transform .5s ease-in-out;
}
#navbox:before {
	position:absolute;
	content:"";
	width:80px;
	height:10px;
	top:-10px;
	margin-left:-1px;
	border-bottom:0;
	border-top:0;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#999;
	display:block;
	background-color:#e8e8da;
	z-index:0;
}
nav ul ul li {
	float:left;
	width:160px;
	margin-left:10px;
}
nav ul ul ul {
	position:relative;
	background-color:none;
	border-style:none;
	box-shadow:none;
	width:auto;
	height:auto;
	top:3px;
}
nav ul ul ul li {
	float:none;
	margin-left:5px;
}
nav ul ul ul li a {
	font-size:14px;
	color:#999;
}
.navhome {
	margin-right: 10px;
}
.projekte,
.navkontakt,
.navimpressum {
	margin: 0px 10px 0px 0px;
	padding-left:10px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#999;
	color:#000;
}

	
	
.navhomeaktiv a {
	margin-right: 10px;
	color:#900;
}
.projekteaktiv a,
.navkontaktaktiv a,
.navimpressumaktiv a {
	margin: 0px 10px 0px 0px;
	padding-left:10px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#999;
	color:#900;
}

li.navinactive {
	font-size:13px;
	color:#900;
	padding: 0;
	border:none;
}
li.navinactive ul li a{
	border:none;
	padding:0;
	color:#000;	
	}
li.navinactive ul li a:hover{
	color:#900;	}


li.xnavinactive {
	font-size:18px;
	color:#900;
	padding: 0;
	border:none;
}
li.xnavinactive ul li a{
	border:none;
	padding:0;
	color:#000;	
	}
li.xnavinactive ul li a:hover{
	color:#900;	}	
/*content
------------------------------------------*/
#wrapper {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	top:0;
}
header {
	width:960px;
	height:320px;
	
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}
header h1{
	font-size:40px;
	color:#666;
	line-height:40px;
	font-weight:lighter;
	font-style:italic;
	position:relative;
	display:inline-block;
	top:140px;
	left:70px;
	text-align:center;
	width:250px;
	
	
	}
section {
	width:840px;
	height:auto;
	background-color:#e8e8da;
	margin: 0 20px 0 20px;
	padding: 40px 40px 80px 40px;
	overflow:auto;
}
article {
	width:100%;
	
}
article table {
	margin-top:28px;
	font-size:14px;
	border-spacing:10px 2px;
}
article table td {
	vertical-align:top;
}
article img.left {
	float:right;
	margin-left:5px;
}
article img.right {
	float:left;
	margin-right:15px;
}
.colleft {
	width:40%;
	padding-right:10px;
	float:left;
}
.colright {
	width:50%;
	float:left;
}
.colright p {
	font-size:16px;
	line-height:120%;
	margin:0;}
	
.download{
	font-size:18px;
	font-weight:bold;

	text-align:left;
	display:block;
	margin: 20px 0 20px 50px;
	padding:5px;

	width:150px;
	height:70px;
	}	
.link{
	background-image: url(../img/link_ext.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	}	
/*Email
-----------------------------------------------*/
	
form p label {
	color:#000;
	display: inline;
}
.formtext {
	display: block;
	width: 90px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
form p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family:"Times New Roman", Times, serif;
}
.forminput {
	width: 300px;
	border: 1px solid #999;
}
.formsend {
	color:#000;
	margin-left: 280px;
}
