/* CSS Styles für Nachtfalter Homepage: www.nachtfalter-schraenzer.ch */
/* (c) 2007 by Rolf Bruderer */


/* Standard-Absatz */
body {
	margin: 5px 10px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
	background-color: #000000;
	}

p {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;	
	}

/* Spezielle Schriften im Text */

b {
	font-weight: bold;
	}

small { 
	font-size: 10pt;
	}
	
/* Spezielle Styles */
	
.pt12 {
	font-size: 12pt;
	}   
	
.info {
	color: #6633cc;
	}
	
.lighted {
	background-color: #333333;
	}

.black { 
	color: #dddddd;
	background-color: #000000;
	}

	
/* Titel */

h1 {
	margin-top: 10pt;
	margin-bottom: 8pt;
	font-size: 15pt;
	font-weight: bold;
	color: #aa88ff;
	text-decoration: none;
	}

h2 {
	margin-top: 10pt;
	margin-bottom: 8pt;
	font-size: 13pt;
	font-weight: bold;
	color: #aa88ff;
	text-decoration: none;
	}

h3 {
	margin-top: 10pt;
	margin-bottom: 8pt;
	font-size: 12pt;
	font-weight: bold;
	color: #aa88ff;
	text-decoration: none;
	}

h4 {
	margin-top: 10pt;
	margin-bottom: 8pt;
	font-size: 11pt;
	font-weight: bold;
	color: #aa88ff;
	text-decoration: none;
	}


		
/* Bullets */

ul {
	margin-top: 0px;
	margin-bottom: 15px;	
	}
	
li {
	margin-top: 0px;
	margin-bottom: 8px;	
	}
	
/* Tabels */

th {  	font-size: 11pt;
	font-style: normal;
	font-weight:bold;
	color: #eeeeee;
	background-color: #6633cc;
	text-decoration: none;
	vertical-align: top;
	}

td {  	
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #dddddd; 
	background-color: #333333;
	text-decoration: none;
	vertical-align: top;
	}	



/* Links */

a:link, a:visited, a.tabellink:link, a.tabellink:visited {   /* a.tabellink is just for compatibility, obsolete */
	color: #6633cc;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a.tabellink:hover {	/* a.tabellink is just for compatibility, obsolete */
	color: #bbbbff;
	text-decoration: none;
	font-weight: bold;
	}	

a:active, a.tabellink:active, a.aktiv:link, a.aktiv:visited {
	color: #aa88ff;
	}
	
/* Images */

img {
	border: none;
	}

img.left {	
	float: left;
	margin: 5px 10px 5px 5px;
	}

img.right {
	float: right;
	margin: 5px 5px 5px 10px;
	}

hr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: thin ridge #888888;
	border-bottom: none;
	height: 0px;
	}
	
/****************************************/
/* Styles für Seiten-Struktur 		*/
/****************************************/

div.block {
	clear: both;
	}
	
div.text {
	float: left;
	margin: 0px 5px 10px 0px;
	width: 460px;
	}

div.hinweis {
	margin: 0px 0px 10px 470px;
	padding: 5px 5px 5px 5px;
	width: 275px;
	background-color: #333333;
	}


/****************************************/
/* Styles for Formulars 		*/
/****************************************/

/* siehe auch http://www.manuelbieh.de/www/blog/2005/02/20/schone-formulare-in-xhtmlcss# */
	
form {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
fieldset {
	padding: 10px 10px 5px 10px;
	width: 400px;
	margin: 10px auto 10px 20px;
	display: block;
	border: 1px solid #888888;
	background: #333333;
	clear: both;
	}

fieldset.buttons {	/* e.g. for use with fieldset containing buttons. */
	text-align: center;	
	}
	
legend {
	background: #000000;
	color: #6633cc;
	padding: 4px;
	border: 1px solid #888888;
	margin-bottom: 8px;
	font-weight: bold;
	}
	
label {
	margin: 0px 10px 5px 0px;	
	}
	
label.left {   /* for labels that are on the left side of input fields */
	display: block;
	clear: both;
	float: left;
	width: 90px;	
	}
	
input, textarea, select {
	margin: 0px 10px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #dddddd;
	background-color: #000000;
	border-color: #6633cc;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	}
	
select {
	padding-left: 0px;
	padding-right: 0px;
	}	
	
input.field, textarea.field, select.field {	
	width: 220px;
	}
	
input.radio {
	border-width: 0px;
	background-color: #333333;	
	}
	
input.button {
	color: #6633cc;	
	background-color: #000000;
	font-weight: bold;
	width: auto;
	}
	
input.button:hover {
	color: #bbbbff;
	background-color: #202020;
	}