/**
 * $Id: rbib.css,v 1.1 2006/10/30 08:50:32 weinerth Exp $
 *
 * PROJECT
 *     Redesign - www.RBIB.de - August 2006
 *
 * AUTHORS
 *             Gaul & Weinerth GbR
 *       Christian Gaul, Marcus Weinerth
 *            <contact@foomatic.de>
 *               www.foomatic.de
 *
 * VERSION
 *     $Revision: 1.1 $
 *
 * LAST MODIFIED
 *     $Date: 2006/10/30 08:50:32 $
 *
 * COLORS
 *     orange color scheme:
 *     -----------------------------------
 *     #B34500 - global navigation background, link color
 *     #FF6300 - global navigation hover
 *     #FFB180 - hr in additional navigation, error msg background
 *     #FFD8BF - frame color for local/additional navigation box
 *     #FFFAF5 - background for local/additional navigation 
 *
 *     color complement (blue):
 *     -----------------------------------
 *     #01238D - currently not uesed
 *     #0132C9 - currently not uesed
 *     #089FFF - currently not uesed
 *     #C0CFFF - currently not uesed
 *
 *     #FAFAFA - background color for content
 *
 * LINKS
 *     Bei Links bitte stets die Reihenfolge
 *     :link, :visited, :hover, :active, beachten!
 */
html {
	height: 100%;
}

body {
    background-color: #FAFAFA;
    color: black;
    padding: 0px;
    margin: 0px;
	width: 100%;
	height: 100%;
}

body, p, td, a, li, input, select, button {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	line-height: 1.5em;
}

hr {
	border-top: 1px #B34500 dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	margin: 2px 0px;
	padding: 0px;
	height: 0px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	padding-bottom: 4px;
}


/**
 *  --------------------------------------------
 *  Images
 *  --------------------------------------------
 */
img {
	border-style: none;
	vertical-align: middle;
}

img.portrait {
	vertical-align: top;
	float: right;
	margin: 0px 0px 16px 16px;
	border: 1px #aaa solid;
}

.thumb {
	margin: 0px 8px 0px 0px;
	vertical-align: middle;
	border: 1px #FFD8BF solid;
}

img#upImg {
	padding: 0px 4px 0px 0px;
	margin: 0px 0px 4px 0px;
}


/**
 *  --------------------------------------------
 *  Globale Linkformatierung.
 *  --------------------------------------------
 */
a {
	color: #B34500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/**
 *  --------------------------------------------
 *  Globale Tabellenformatierung.
 *  --------------------------------------------
 */
table {
    border-collapse: collapse;
    border-style: none;
}


/**
 *  --------------------------------------------
 *  Main table.
 *  --------------------------------------------
 */
table#main {
    border-collapse: collapse;
    border-style: none;
    padding: 0px;
    margin: 0px;
	width: 100%;
	height: 100%;
    max-width: 1158px;
}

table#main tr {
	width: 100%;
}

td {
    padding: 0px;
	margin: 0px;
}

/**
 *  --------------------------------------------
 *  Logo Bereich.
 *  --------------------------------------------
 */
td#logo {
	width: 196px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td#logo a  {
	width: 196px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td#logo a img {
	width: 196px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/**
 *  --------------------------------------------
 *  Branding Header.
 *  --------------------------------------------
 */
td#header {
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


/**
 *  --------------------------------------------
 *  Globale Navigation
 *  --------------------------------------------
 */
td#nav_global {
	vertical-align: middle;
	text-align: left;
    background-color: #B34500;
	color: #FAFAFA;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
    border-style: none;
    border: 0px;

}

td#nav_global table {
    border-collapse: collapse;
	border-style: none;
    border: 0px;
	margin:0px;
	padding:0px;
	height: 100%;
}

td#nav_global table tr {
	border-collapse: collapse;
    border-style: none;
    border: 0px;
   	height: 100%;
}

td#nav_global table tr td {
	border-collapse: collapse;
    border-style: none;
    border: 0px;
   	height: 100%;
}

td#nav_global table tr td a {
	color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px 8px;
	border-style: none;
	border: 0px;
}

td#nav_global table tr td a:hover {
	background-color: #FF6300;
	border-style: none;
	border: 0px;
}


/**
 *  --------------------------------------------
 *  Breadcrumb Navigation
 *  --------------------------------------------
 */
td#nav_breadcrumb {
	font-size: 9px;
	height: 25px;
	padding: 0px 16px;
	vertical-align: bottom;
	text-align: left;
}

table.breadcrumb {
	font-size: 9px;
	color: #444444;
	background-color: #FAFAFA;
}

table.breadcrumb * img {
	vertical-align: middle;
}


/**
 *  --------------------------------------------
 *  Eyecatcher
 *  --------------------------------------------
 */
td#eyecatcher {
	padding: 4px 8px;
	vertical-align: top;
	text-align: center;
    background-image: url(/images/footsteps.jpg);
    background-repeat: repeat-y;
    background-position: left top;
	/* border-right: 1px #B34500 solid; */
}


/**
 *  --------------------------------------------
 *  Content
 *  --------------------------------------------
 */
td#content {
	padding: 20px 16px 20px 16px;
	vertical-align: top;
	text-align: left;
	width: 100%;
	height: 100%;
}

p#newscontent {
	/* padding-left: 16px; */
}


/**
 *  --------------------------------------------
 *  Footer
 *  --------------------------------------------
 */
td#footer {
	padding: 4px 16px 4px 16px;
}

/**
 *  --------------------------------------------
 *  Font Sizes, Ueberschriften.
 *  --------------------------------------------
 */
h1 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
small {
	font-size: 9px;
}

/**
 *  --------------------------------------------
 *  Local-, Additional Navigation.
 *  --------------------------------------------
 */
td#additional_nav {
	width: 196px;
	padding-right: 8px;
	vertical-align: top;
}

div#boxdiv {
	width: 196px;
}

table.box {
	width: 196px;
	color: #000000;
    background-color: #FFFAF5;
    border-collapse: collapse;
	border: 1px solid #FFD8BF;
}

table.box tr th {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 1.0em;
	padding: 4px 8px;
	height: 20px;
	border-bottom: 1px solid #FFD8BF;
    background-color: #EEEEEE;
	color: #000000;
}

table.box tr td {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #FFD8BF;*/
}

.box p {
	line-height: 1.2em;
	margin: 0px;
	padding: 4px 8px;
}

.box * a {
	text-decoration: none;
}

.box * a:hover {
	color: #B34500;
	background-color: #FFD8BF;
}

.box * a.block {
	display: block;
	margin: 0px;
	padding: 3px 8px;
}

.box * hr {
	border-color: #FFB180;
}


/**
 *  --------------------------------------------
 *  Form formatting
 *  --------------------------------------------
 */
button, .map24button {
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px black outset;
	background-color: #DDDDDD;
    color: #000000;
}

input, textarea {
	padding: 2px;
	border: 1px black solid;
	background: #EEEEEE;
    color: #000000;
}

select {
	border: 1px black solid;
	background: #EEEEEE;
    color: #000000;
}

select#form {
	margin-right: 4px;
}

table#form {
	margin-right: 8px;
}

hr#form {
	margin: 0px 8px;
}

table#form tr td {
	padding-bottom: 4px;
	padding-right: 8px;
	vertical-align: middle;
}

.fullsize {
	width: 100%;
}

.float {
	float: left;
}

.nowrap {
	white-space: nowrap;
}

.clearfloat {
	clear: left;
}

table.map24 tr td {
    border-collapse: collapse;
    border-style: none;
	margin: 0px;
	padding: 0px;
}

hr.map24 {
	margin-bottom: 4px;
}

input.map24 {
    color: #000000;
	background-color: #FAFAFA;
	padding: 2px;
	margin-bottom: 4px;
}

input.radio {
    border-style: none;
	border: 0px;
	margin: 8px 2px 0px 8px;
}


/**
 *  --------------------------------------------
 *  Request form formatting
 *  --------------------------------------------
 */
table#request {
	margin-left: 8px;
}

table#request tr td {
	padding: 2px 8px;
}


/**
 *  --------------------------------------------
 *  Error/Warning messages
 *  --------------------------------------------
 */
#error, #warning {
	padding: 2px;
	border: 1px #B34500 solid;
}

#error {
    color: #000000;
	background-color: #FFB180;
}

#warning {
    color: #000000;
	background-color: #FFEA80;
}


/**
 *  --------------------------------------------
 *  Links page
 *  --------------------------------------------
 */
table#linktable tr td {
	vertical-align: top;
	padding-right: 16px;
	padding-bottom: 20px;
}


/**
 *  --------------------------------------------
 *  Tabelle Oeffnungszeiten
 *  --------------------------------------------
 */
/** some right padding used in 'Oeffnungszeiten' */
.rightpad  {
	vertical-align: top;
	padding-right: 8px;
}

#openings {
	margin-top: 16px;
}

.box #openings {
	margin: 4px 8px 4px 8px;
}


/** dotted bottom border */
.dbb {
	border-bottom: 1px #FFB180 dotted;
}

