/*- GLOBAL -*/
/*==========*/
body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000066;
	font-size: 12px; 
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px solid #99AABB;
	border-left: 0px solid #99AABB;
	border-right: 0px solid #99AABB;
	border-bottom: 0px solid #99AABB;
	text-align: center;
	height: 0px;
}

/*- LINKS -*/
/*=========*/
a:link, a:visited { 
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}


/*- STYLES ID-*/
/*============*/
#header {
	background-image:url(../images/site/header-line.gif);
	text-align: center;
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #99AABB;
}
#content {
	border-top: 0px solid #99AABB;
	border-left: 1px solid #99AABB;
	border-right: 1px solid #99AABB;
	border-bottom: 1px solid #99AABB;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#content h1 {
	font-size: 16px;
	text-align: center;
}
#content h3 {
	font-size: 14px;
	text-align: center;
}
#content p {
	font-size: 12px;
}

/*- STYLES CLASS-*/
/*===============*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.px_9 {
	font-size: 9px;
}
.tableCenter {
	margin-left: auto;
	margin-right: auto; 
}

/*- TABLE CLASS-*/
/*==============*/
table.inline {
  border-collapse: collapse;
}
table.inline th {
	background-image:url(../images/site/header-line.gif);
  background-color: #00CCFF;
  padding: 3px;
  border: 1px solid #99AABB;
}
table.inline td {
  padding: 3px;
  border: 1px solid #99AABB;
}

table.preisliste {
  border-collapse: collapse;
  border: 1px solid #99AABB;
}
table.preisliste th {
	background-image:url(../images/site/header-line.gif);
  background-color: #00CCFF;
  padding: 3px;
  border: 1px solid #99AABB;
}

table.preisliste td  {
  padding: 1px;
	border-top: 1px solid #99AABB;
	border-left: 0px solid #99AABB;
	border-right: 0px solid #99AABB;
	border-bottom: 1px solid #99AABB;
	white-space: nowrap;
}


/*- LAYOUT -*/
/*==========*/
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #99AABB;
}


/*- HEADER -*/
/*==========*/
#logo {
	width: 980px;
	height: 80px;
	margin: 0px;
}


/*- NAVIGATION -*/
/*==============*/
#navigation {
	text-align: center;
	background-image: url(../images/site/navigation.gif);
}
#navigation ul {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigation li {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
}


/*- FOOTER *-/
/*==========*/
#footer {
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #99AABB;
	border-left: 0px solid #99AABB;
	border-right: 0px solid #99AABB;
	border-bottom: 0px solid #99AABB;
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
	width: 100%;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 1px;
}


/*- FORMULAR -*/
/*============*/
.formular_button { 
	font-size: 12px;
	background-color : #EEEEEE; 
	border: 1px solid #000066;
	height: 20px; 
}
.formular_input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	width: 350px;
}
.formular_textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	width: 350px;
	height: 80px;
}