/* Formatierung von HTML-Elementen */

html   {height: 100%; }
*      {margin:0 auto;}
body  {
	height: 100%;
	font-family: "Arial", Verdana, Helvetica  sans-serif; 
	font-size: 11px;
	font-weight:regular;
	line-height: 14px;
	color: #356b96;
	margin:0 auto;
	background: #FFFFFF url(http://www.suedwind69.de/images/back-body.jpg);
	background-repeat:repeat-x;
}


h1 {
	font-size:14px;
	font-weight:bold;
	line-height: 14px;
	letter-spacing: 0px;
	color:#356b9c;
	text-decoration:none;
	padding: 15px 0px 20px 30px;
}

h2 {
	font-size:24px;
	font-weight:bold;
	line-height: 14px;
	letter-spacing: 0px;
	color:#356b9c;
	text-decoration:none;
	padding: 15px 0px 15px 30px;
}

small {
	font-size:11px;
	display: block;
	font-weight:normal;
	letter-spacing: 0px;
	color:#666666;
	text-decoration:none;
	padding-left: 30px;
}

span {
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size:14px;
	font-weight:normal;
	line-height: 18px;
	letter-spacing: 0px;
	color:#356b9c;
	text-decoration:none;
	text-align:left;
	padding: 0px 20px 15px 30px;
}

a {
	font-size:14px;
	color:#ff842c;
	text-decoration:underline;
}

a:hover {
	font-size:14px;
	color:#356b9c;
	text-decoration:underline;
}

.images {
	width: 280px;
	height: 205px;
	float: left;
	background-image:url(../images/back-img.jpg);
	background-repeat: no-repeat;
	margin: 0 20px 10px 30px;
}

.tn {
	border: 1px solid #ff842c;
	margin: 15px 0px 15px 24px;
}

.clear {
	height:20px;
}

.link {
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0px;
	color:#ff842c;
	margin-left: 24px;
	text-decoration:none; 
	cursor:pointer;
}

.link:hover  {
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0px;
	color:#ff842c;
	margin-left: 24px;
	text-decoration:underline; 
	cursor:pointer;
}

.link2 {
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0px;
	color:#356b9c;
	text-decoration:none; 
	cursor:pointer;
}

.link2:hover  {
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0px;
	color:#356b9c;
	text-decoration:underline; 
	cursor:pointer;
}

.grey {
	background-color:#f0efee;
	padding:10px 10px 15px 10px;
	margin: 0 30px 0 30px;
}

/* Grundgeruest */

#main {
	width:950px;
	background-color:#ffffff;
}

#header {
	height:160px;
	width: 950px;
	float: left;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#naviLeft {
	height:60px;
	width: 250px;
	float: left;
	background-image:url(../images/navi-left.jpg);
	background-repeat: no-repeat;
}

#naviRight{
	height:60px;
	width: 700px;
	float: left;
	background-image:url(../images/navi-right.jpg);
	background-repeat: repeat-x;

}

#inhaltContainer {
	width: 950px;
	float:left;
	background-color:#f0efee;
}

#inhaltLeft {
	width: 250px;
	float:left;
}

#inhaltRight {
	width: 700px;
	float:right;
	background-color: #FFFFFF;
}

#inhaltRight img{
	border: 1px solid #ff842c;
	float: right;
	margin-top: 25px;
}

iframe {
	width: 669px;
	height: 700px;
	float:left;
	margin-left: 30px;
	background-color: #FFFFFF;
}

#footer  {
	height: 25px;
	width: 950px;
	float: left;
}

#footerLeft  {
	height: 25px;
	width: 250px;
	float: left;
	background-image: url(../images/footer.jpg);
	
}

#footerRight  {
	height: 25px;
	width: 685px;
	float: left;
	text-align:right;
	color: #ffffff;
	line-height: 25px;
	font-size: 10px;
	background-color: #60aff8;
	padding-right: 15px;
}

#footerRight a { 
	font-size: 10px;
	line-height: 25px;
	font-weight:regular;
	color: #ffffff;
}		

#footerRight a:hover { 
	font-size: 10px;
	line-height: 25px;
	font-weight:regular;
	color: #356b96;
}		

/* Elemente der Navigation */

#menu {

}

#naviRight ul {
	list-style-type: none;
	margin-left: 30px;
	padding: 0px;
}

#naviRight li{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-right: 17px;
}

#naviRight li a {
	text-decoration: none;
	color:#FFFFFF;
	line-height: 38px;
}

#naviRight li a:hover{
	text-decoration: none;
	color: #356b96;
	line-height: 38px;
}

.selected{
	text-decoration: none;
	color: #356b96;
	line-height: 38px;
}


form {
	float:left;
	padding: 25px 30px 0 30px;
	margin-bottom: 30px;
}
table {
	float: left;
}

#home #homeAktiv{
	color:#356b9c;
}

#bio #bioAktiv{
	color:#356b9c;
}

#musik #musikAktiv{
	color:#356b9c;
}

#presse #presseAktiv{
	color:#356b9c;
}

#fan #fanAktiv{
	color:#356b9c;
}

#gaestebuch #gaestebuchAktiv{
	color:#356b9c;
}

#kontakt #kontaktAktiv{
	color:#356b9c;
}

#impressum #impressumAktiv{
	color:#356b9c;
}

/* kontaktformular styles: */
form {float:left; }

#boxError .error {
	width: 270px; 
	float: left; 
	margin: 15px 0 15px 30px;
	background-color: #f3f3f3;
	border: 1px solid #9c9d9f;
	padding: 10px;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	letter-spacing: 0px;
	color:#CC0000;
}

.eingabe { background-color: #f3f3f3; border: 1px solid #9c9d9f;color: #356b9c; font-family: "Arial", Verdana, Helvetica  sans-serif; }

form#kontaktformular { padding:0; width:500px; margin-left: 30px; margin-top: 10px; margin-bottom: 20px;}
form#kontaktformular fieldset{ padding:0; border:0;}
form#kontaktformular label { width:120px; height:22px; margin-top:10px; display:block; float:left; color: #356b9c;font-size: 12px;}
form#kontaktformular .eingabe { width:248px; height:20px; margin-top:10px; background-color: #f3f3f3; border: 1px solid #9c9d9f; float:left; color: #356b9c;}
form#kontaktformular .box {margin-top:25px;} 
form#kontaktformular .button { height: 23px; width: 98px; margin-top:25px;  margin-left: 272px; background-color: #60aff8;  color: #ffffff; border: 0px;}
form#kontaktformular br { clear:both; }
