/* ================================================================================================ */
/* == CSS:   	default.css - Standard-Stylesheet (Screen)										 == */
/* ==																							 == */
/* == Author:  	Bj�rn -Bobby- Lorenz, http://www.skulls-world.de/			 					 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}
/* ================================================================================================ */
body{
	background: #000 url(../nps/bg_body.jpg) no-repeat left 100px;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 0.69em;
	line-height: 1.64em;
}
/* ================================================================================================ */
/* == Struktur																					 == */
/* ================================================================================================ */
#logo{
	position: absolute;
	top: 10px;
	left: 50px;
}
/* ================================================================================================ */
#intern{
	float: left;
	width: 166px;
	margin: 250px 0 0 50px;
	display: inline; /* IE 6 */
}
/* ================================================================================================ */
#sheet{
	position: absolute;
	left: 275px;
	width: 600px;
}
/* ================================================================================================ */
#body #content{
	padding: 30px 35px 15px 35px;
	background: url(../nps/bg_content.gif) repeat-y left top;
}
#body #clearer{
	clear: both;
	height: 25px;
	padding: 0 35px;
	background: url(../nps/bg_content_foot.gif) repeat-y left bottom;
}
/* ================================================================================================ */
/* == Navigation																				 == */
/* ================================================================================================ */
.navigation{
	width: 100%;
}
.navigation ul{
	margin: 0 35px;
}
.navigation ul li{
	float: left;
}
.navigation ul li a{
	color: #fff;
}
.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a:active,
.navigation ul li.active a{
	color: #EF230E;
}
/* ================================================================================================ */
#intern h1{
	color: #EEE4EE;
	font-size: 1em;
	font-weight: bolder;
	text-align: left;
	margin: 0 0 0 10px;
}
#intern ul{
	margin: 0;
}
#intern ul li{
	display: inline; /* IE 6 */
}
#intern ul li a{
	display: block;
	color: #222;
	padding: 3px 10px;
	margin: 2px 0;
	border: 1px solid #222;
	background: #EED0AE;
	-moz-border-radius: 5px;
	-moz-opacity: .8;
}
#intern ul li a:hover,
#intern ul li a:focus,
#intern ul li a:active,
#intern ul li.active a{
	background: #E3AF67;
}
/* ================================================================================================ */
#head.navigation{
	margin-top: 15px;
	height: 50px;
	font-size: 1.27em;
}
#head.navigation ul li{
	width: 20%;
}
#head.navigation ul li a{
	display: block;
	width: 100%;
	padding-top: 15px;
	background: url(../nps/bg_navigation.gif) no-repeat center top;
	text-align: center;
}
#head.navigation ul li a:hover,
#head.navigation ul li a:focus,
#head.navigation ul li a:active,
#head.navigation ul li.active a{
	background: url(../nps/bg_navigation_active.gif) no-repeat center top;
}
/* ================================================================================================ */
#foot.navigation{
	margin-top: 5px;
	height: 40px;
}
#foot.navigation ul li{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFF;
	line-height: 1em;
}
#foot.navigation ul li.first{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
/* ================================================================================================ */
/* == Accordeon																					 == */
/* ================================================================================================ */
.accordeon li{
	border: 1px solid #B68C52;
	margin-bottom: 3px;
	padding-left: 27px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: no-repeat left top;
}
.accordeon.members li.status_1{
	background-image: url(../nps/icons/status_1.gif);
}
.accordeon.members li.status_2{
	background-image: url(../nps/icons/status_2.gif);
}
.accordeon.members li.status_3{
	background-image: url(../nps/icons/status_3.gif);
}
.accordeon.members li.status_4{
	background-image: url(../nps/icons/status_4.gif);
}
.accordeon.members li.status_5{
	background-image: url(../nps/icons/status_5.gif);
}
.accordeon.members li.status_6{
	background-image: url(../nps/icons/status_6.gif);
}
.accordeon.members li.status_7{
	background-image: url(../nps/icons/status_7.gif);
}
.accordeon.members li.status_8{
	background-image: url(../nps/icons/status_8.gif);
}
.accordeon.members li.status_9{
	background-image: url(../nps/icons/status_9.gif);
}
.accordeon.members li.fullmember{
	background-color: #FFE5BF;
}
.accordeon li.add{
	background: #E8B662 url(../nps/icons/add.gif) no-repeat 6px center;
	margin-bottom: 1em;
	border-color: #661303;
}
.accordeon li .toggler,
.accordeon li .item,
.accordeon li.add a{
	display: block;
	padding: 3px 0;
}
.accordeon li .toggler,
.accordeon li.add a{
	cursor: pointer;
}
.accordeon li .toggler .edit,
.accordeon li .item .edit{
	float: right;
	margin: 0 4px 0 0;
}
.accordeon li .toggler .delete,
.accordeon li .item .delete{
	float: right;
	margin: 1px 4px 0 0;
}
.accordeon.members li .noinfos{
	display: block;
	padding: 3px 10px;
	color: #9F9F9F;
}
.accordeon.members li .element .address,
.accordeon.members li .element .contacts{
	float: left;
	width: 230px;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
}
.accordeon li .element ul,
.accordeon li .element ol{
	border: 0;
	margin: 0 0 1em 2em;
	padding: 0;
}
.accordeon.public li{
	padding-right: 27px;
}
.accordeon.public li .element ul ul,
.accordeon.public li .element ol ol
.accordeon.public li .element ol ul
.accordeon.public li .element ul ol{
	border: 0;
	margin: 0 0 0 1.25em;
	padding: 0;
}
.accordeon.public li .element ul li,
.accordeon.public li .element ol li{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: circle;
}
.accordeon.public li .element ol li{
	list-style-type: decimal;
}
/* ================================================================================================ */
/* == GoogleMaps																					 == */
/* ================================================================================================ */
#googlemap{
	width: 528px;
	height: 294px;
	margin: 1em 0 2em 0;
	border: 1px solid #B68C52;
}
/* ================================================================================================ */
/* == Formulare																					 == */
/* ================================================================================================ */
form fieldset{
	padding: 10px 15px 15px 15px;
	margin-bottom: 1em;
	border: 1px solid #B68C52;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
form legend{
	padding: 0 10px;
	color: #B68C52;
}
form label{
	float: left;
	display: block;
	width: 150px;
	margin: 1px 0;
}
form input,
form select,
form textarea{
	width: 330px;
	margin: 1px 0;
	padding: 1px;
	background: #EFD1AD;
	border-bottom: 1px dashed #B68C52;
}
form select{
	width: 332px;
}
form textarea{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1.72em;
	background: #FFF;
	border: 1px solid #CCC;
	height: 20em;
}
form textarea.short{
	height: 7.1em;
	overflow: hidden;
}
form input.small,
form select.small{
	width: 100px;
	margin-right: 10px;
}
form input.medium,
form select.medium{
	width: 214px;
	margin-right: 10px;
}
form input.submit{
	width: 330px;
	margin-top: 1em;
	margin-left: 166px;
	background: #E8BB7C;
	border: 1px solid #B68C52;
}
form input.delete{
	background: #FFD1AD;
	border-color: #f00;
}
form br{
	clear: both;
}
p.error{
	padding: 5px 15px;
	background: #FFD1AD;
	border: 1px solid #f00;
	color: #f00;
	font-weight: bolder;
}
p.confirm{
	padding: 5px 15px;
	background: #EEEFAD;
	border: 1px solid #00A000;
	color: #00A000;
	font-weight: bolder;
}
/* ================================================================================================ */
/* == Text-Formatierungen																		 == */
/* ================================================================================================ */
ul, ol, p, quote, h1, h2, h3, h4, h5, h6{
	margin-bottom: 1.50em;
}
h1{
	color: #000;
	font-size: 1.82em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2.00em;
}
h2, h3, h4, h5, h6{
	color: #444;
	font-size: 1.27em;
	font-weight: normal;
}
a{
	color: #661303;
}
a:hover, a:focus, a:active{
	color: #EF230E;
}
.box{
	margin-bottom: 1.50em;
	padding: 5px 10px;
	border: 2px solid #661303;
	text-align: center;
}
/* ================================================================================================ */
/* == Downloads																					 == */
/* ================================================================================================ */
.downloads li ul{
	margin-left: 35px;
}
.downloads a{
	display: block;
	height: 35px;
	margin-bottom: 0.50em;
	padding-left: 35px;
	color: #444;
}
.pdf{
	background: url(../nps/icons/pdf.gif) no-repeat left 3px;
}
/* ================================================================================================ */
/* == Satzung 																					 == */
/* ================================================================================================ */
.charter li{
	color: #444;
	font-size: 1.27em;
}
.charter li ol{
	margin: 1em 0 1em 3em;
}
.charter li ol li{
	color: #666;
	font-size: 0.79em;
	list-style-type: decimal;
}
.charter li ol li ul{
	margin: 0.50em 0 0.50em 3em;
}
.charter li ol li ul li{
	font-size: 1em;
	list-style-type: disc;
}
/* ================================================================================================ */