/* ----- GLOBALS ----- */

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

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	background-color: #e0dcc3;
}

img {
	border: none;
}

/* ----- Container IDs ----- */

#printheader {
	visibility: hidden;
	display: none;
}

#main {
	clear: both;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 931px;
	min-height: 600px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 600px; /* Für IE */
	background-color: #ccb99a;
}

#admin_main {
	clear: both;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	min-height: 600px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 600px; /* Für IE */
	background-color: #FFF;
}

#top {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 931px;
	height: auto !important; /* Für moderne Browser */
	color: #FFF;
	background-color: #ccb99a;
	border-bottom: 1px solid #FFF;
	font-size: 0.7em;
}

#header_standard {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 931px;
	height: 110px;
	background-color: #ccb99a;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header_hund {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 931px;
	height: 110px;
	background-image: url(../images/header_hund.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header_katze {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 931px;
	height: 110px;
	background-image: url(../images/header_katze.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#sub {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 4px 0 0 172px;
	width: 540px;
	min-height: 8px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 8px; /* Für IE */
	font-size: 0.8em;
}

#mainbox {
	clear: both;
	float: left;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 931px;
	height: auto !important; /* Für moderne Browser */
	background-color: #FFF;
	background-image: url(../images/mainbox.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#leftbox {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 1.2em 0 7.2em 0;
	width: 180px;
	height: auto !important; /* Für moderne Browser */
	min-height: 35.5em;
	height: 35.5em;
}

#content {
	float: left;
	margin: 0 0 0 0;
	padding: 1.2em 0 0 1.0em;
	width: 732px;
	color: #000;
	height: auto !important; /* Für moderne Browser */
	min-height: 35.5em;
	height: 35.5em;
	font-size: 0.7em;
}

#infoboard {
	float: right;
	margin: 1.0em 0 1.6em 1.6em;
	padding: 0.5em;
	width: 189px;
	color: #000;
	background-color: #E4E5D5;
	height: auto !important; /* Für moderne Browser */
	min-height: 35.5em;
	height: 35.5em;
	border: #ccb99a 1px solid;
}

#slogan {
	display: block;
	margin: 12px auto 4px;
	padding: 4px;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
}

#footer {
	clear: both;
	float: left;
	margin: 0 auto 0;
	padding: 4px 0 4px 0;
	width: 931px;
	height: auto !important; /* Für moderne Browser */
	font-size: 0.6em;
	text-align: center;
}

/* ----- CLASSES ----- */

.lc {
	float: left;
	margin: 4px 12px 12px 0;
}

.rc {
	float: right;
	margin: 4px 0 12px 12px;
}

.cbc {
	clear: both;
	float: left;
	margin: 0 12px 6px 0;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.go {
	color: #99CC00;
	font-weight: bold;
}

/* ----- HEADINGS ----- */

#content h1 {
	font-size: 1.2em;
	color: #FF086B;
	display: block;
}
#content h2 {
	padding: 5px 0px 3px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
#content h3 {
	padding: 5px 0 3px 0;
	font-size: 1em;
	font-weight: bold;
	color: #634C44;
}

#infoboard h1 {
	margin: 8px 0 0 0;
	padding : 0 0 0 0;
	color : #000;
	border-bottom : 2px solid #ccb99a;
	font-size : 0.9em;
	font-weight : bold;
	text-align : center;
}
#infoboard h2 {
	margin: 8px 0 0 0;
	padding : 0 0 0 0;
	font-size : 0.9em;
	font-weight : bold;
	color : #ccb99a;
	border-bottom : 1px dotted #ccb99a;
}

/* ----- PARAGRAPHS ----- */

p {
	clear: left;
}

#infoboard p {
	margin: 0 0 4px 0;
	padding : 0 0 4px 0;
	font-size : 0.9em;
	color : #000;
	border-bottom : 1px solid #ccb99a;
}

/* ----- TABLES ----- */
table {
	clear: both;
	margin: 4px 0 0 0;
}

td {
	vertical-align: top;
}

#content table {
	clear: left;
	background-color: #FFF;
	border: 1px solid #256B7D;
}

#content table.clear {
	clear: left;
	background-color: transparent;
	border: 1px solid #256B7D;
}

#content th {
	color: #000;
	background-color: #C0C0C0;
	text-align: left;
	vertical-align: top;
}

#content tr.tbg {
	background-color: #F4F4F4;
}

#content tr.thi {
	background-color: #000;
}

#content tr.tno {
	background-color: #FFF;
}

#content td {
	padding: 0.4em;
	vertical-align: top;
	border-bottom: 1px solid #F7F2E5;
}

#content td.wbg {
	background-color: #FFF;
	border-right: 1px solid #F7F2E5;
	border-bottom: 1px solid #F7F2E5;
}

#content td.range {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	background-color: #FFF;
	border-right: 1px solid #F7F2E5;
	border-bottom: 1px solid #F7F2E5;
}

#content td.pagination {
	font-size: 0.8em;
	font-weight: bold;
}

#content td.right {
	text-align: right;
}

/* ----- QUOTES ----- */

/* ----- CODE ----- */

/* ----- LISTS ----- */

#top ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top li {
	position: relative;
}

#sub ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub li {
	position: relative;
}

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

#leftbox li {
	margin: 0;
	padding: 0;
}

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

#infoboard li {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}

/* ----- Images ----- */

img.ib_logo {
	clear: both;
	margin: 8px 0 0 0;
	border: 2px solid #999999;
}

/* ----- Links ----- */

a {
	 cursor: pointer;
}

#top li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#top li a:hover {
	color: #ff6600;
}

#top li a:active {
	color: #FF0000;
}

#top li .selected {
	color: #009933;
	background-color: #FFF;
}

#sub li a {
	display: block;
	width: 128px;
	height: 16px;
	color: #9A9A68;
	background-image: url(../images/bg_tab.gif);
	background-repeat: none;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#sub li a:hover {
	color: #ff6600;
}

#sub li a:active {
	color: #FF0000;
}

#sub li .selected {
	color: #009933;
	background-color: #FFF;
	background-image: url(../images/bg_tab_active.gif);
	background-repeat: none;
}

#leftbox li a.fnav {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 4px;
	width: 168px;
	height: 16px;
	color: #C11B52;
	background-image: url(../images/bg_button.png);
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#leftbox li a.nav {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 4px;
	width: 168px;
	height: 16px;
	color: #C11B52;
	background-image: url(../images/bg_button.png);
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}

#leftbox li a.anav {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 4px;
	width: 168px;
	height: 16px;
	color: #FFF;
	background-color: #FF0000;
	border-bottom: 1px #0C0F4E solid;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

#leftbox li a.nav:hover {
	color: #000;
	background-image: url(../images/bg_button.png);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	background-image: none;
}

#leftbox li a.nav:active {
	color: #C24029;
	background-image: url(../images/bg_button_active.png);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	background-image: none;
}

#leftbox li a.selected {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 4px;
	width: 168px;
	height: 16px;
	color: #F22F76;
	background-color: #FFF;
	border-bottom: 2px solid #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

#leftbox li a.fnavselected {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 4px;
	width: 168px;
	height: 16px;
	color: #F22F76;
	background-color: #000;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

#leftbox li a.subnav {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 12px;
	width: 168px;
	height: 14px;
	color: #E8E8E8;
	background-color: none;
	background-image: url(../images/ico_leftbox_submenu_inactive.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 10px;
	text-decoration: none;
}

#leftbox li a.subnav:hover {
	color: #F22F76;
}

#leftbox li a.subnav:active {
	color: #FF0000;
	background-color: none;
	font-weight: bold;
	text-decoration: underline;
}

#leftbox li a.subselected {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 2px 12px;
	width: 168px;
	height: 14px;
	color: #000;
	background-color: none;
	background-image: url(../images/ico_leftbox_submenu_active.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#content a.noimg {
	padding: 0 0 0 0;
	background-image: none;
}

#content a {
	padding: 0 0 0 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/ico_bg_forward.gif);
	background-repeat: no-repeat;
}

#content a:hover {
	color: #FF6600;
}

#content a:active {
	color: #FF0000;
}

#content a.back {
	padding: 0 0 0 20px;
	text-decoration: none;
	background-image: url(../images/ico_bg_back.gif);
	background-repeat: no-repeat;
}

#infoboard a.noimg {
	padding: 0 0 0 0;
	background-image: none;
}

#infoboard a {
	padding: 0 0 0 12px;
	color : #C11B52;
	font-weight: bold;
	text-decoration : none;
	background-image: url(../images/ico_infoboard_link.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#infoboard a:hover {
	color : #ff6600;
}

#infoboard a:active {
	color : #ff6600;
}

#infoboard a.selected {
	color: #000;
	background-color: #FF6600;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6600;
	background-color: #000;
}

#footer a:active {
	color: #FF0000;
}

/* ----- FORMS ----- */

#leftbox form {
	margin: 24px 0 0 0;
}

#leftbox fieldset {
	margin: 4px;
	padding: 2px;
	width: 150px;
	border: 1px solid #FFF;
}

#leftbox legend {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	font-size: 0.7em;
}

#leftbox input {
	font-size: 10px;
	border: 1px solid #000;
}

#leftbox input.search {
	width: 72px;
}

#leftbox input.button {
	width: 40px;
}

#content form {
	margin: 4px 0 4px 0;
}

#content fieldset {
	margin: 0 0 4px 0;
	border: 1px solid #C11B52;
}

#content label.left { 
	float: left;
	margin: 0 1.0em 0 0;
	width: 16.0em;
	color: #333;
	text-align: right; 
}

#content legend {
	margin: 0 0 0 0;
	padding: 0 0 0.4em 0;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
}

#content input, select {
	font-size: 9px;
}

#content input.f1 {
	width: 240px;
}

#content input.f3 {
	width: 40px;
}

#content input.f4 {
	width: 190px;
}

#content input.f1_e1 {
	width: 240px;
	color: #000;
	font-weight: bold;
	background-color: #FF0000;
}

#content input.f1_e3 {
	width: 240px;
	color: #000;
	font-weight: bold;
	background-color: #FF0000;
}

#content input.f1_e4 {
	width: 240px;
	color: #000;
	font-weight: bold;
	background-color: #FF0000;
}

#content select.f5 {
	width: 120px;
	color: #000;
	font-weight: bold;
}

#content textarea.f1 {
	width: 240px;
	height: 60px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
}

#content textarea.f1_e1 {
	width: 240px;
	height: 60px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	background-color: #FF0000;
}

#infoboard form {
	margin: 0 0 0 0;
}

#infoboard fieldset {
	margin: 4px;
	padding: 4px;
	border: 1px solid #ccb99a;
}

#infoboard legend {
	margin: 1.0em 0 0 0;
	padding: 0 0 0.4em 0.4em;
	color: #000;
	font-weight: normal;
}

#infoboard input {
	font-size: 10px;
	border: 1px solid #000;
}

#infoboard input.email {
	width: 100px;
}

#infoboard input.signup {
	width: 4.0em;
	border: 1px solid #000;
}
