/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

      =================================================================
	  || www.biwac.ch                                                ||
	  =================================================================
	  || Author:               || F.Bill                             ||
	  || Date:                 || 09.06.2005                         ||
	  || Contact:              || info@biwac.ch                      ||
      =================================================================
	  
	  Index:
      1 Basic
        1.1 Font
        1.2 Headlines / Links
        1.3 Scrollbars
      2 Tag's
      3 Form
      4 Classes & ID's
        4.1 General
		4.2 Navigation
        4.3 Project Specific
		4.4 Weblication
		

      der Body hintergrund wird auch für die Text-Boxen im Editor verwendet, verwende einen Style Tag im Head um einen Hintergrund zu definieren.

*/

/* .:: 1.1 Font ::. */

body,h2,h3,h4,h5,h6,input,select,textarea,.norm,.normbold,a,p,div,.elementStandard,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;

}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ab1529;
	margin: 0px 0px 20px 0px;
}

h1.stadt_region {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 20px 0px;
}	

h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

a {

	color: #ab1529;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	text-decoration: underline;
	color: #ab1529;
	font-weight: normal;
}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

p {
}

ul {
	margin-left: 15px;
	padding-left:0;
}

li {
	list-style-type: square;
	list-style-position: outside;
}

/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input,select,textarea {
	border: 1px solid #666666;
}

noborder {
	border: 0px solid #666666;
}
/* .:: 4.1 General Class/ID ::. */

.norm {
	color: #000000;
}

.normbold {
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	color: #000000;
}

.normgross {
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 18px;
	line-height		: 30px;
	color			: #000000;
}

.border {
	border: 1px solid #666666;
}

/* .:: 4 Eigene, projektspezifische Styles ::. */

.help {
	color			: #FFFFFF;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	line-height		: 15px;
}

.help-link {
	color: #FFFFFF;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 11px;
	text-decoration	: none;
	line-height		: 15px;
}

.help-link:hover {
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 11px;
	text-decoration	: none;
	line-height		: 15px;
}

.adresse_rechts {
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	line-height		: 15px;
}

.adresse_rechts-link {
	color			: #ab1529;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 11px;
	text-decoration	: none;
	line-height		: 15px;
}

.adresse_rechts-link:hover {
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 11px;
	text-decoration	: none;
	line-height		: 15px;
}

/* .:: 4.4 Weblication ::. */

.editButton {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 103;
}

.editbuttonNavi {
	position: absolute;
	left: 5px;
	top: 30px;
	z-index: 102;
}

.contentbox {
    vertical-align: top;
	text-align: left;
	width: 639px;
	clear: both;
	display: block;
	margin: 25px 18px 0px 18px;
}

