/* ************************************ */
/*  HTML-Elemente / Grundeinstellungen  */
/* ************************************ */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.2em;
}

body, table, td, input, select, textarea {
}

table {
	width: 100%;
}

table.group {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2em;
	padding-bottom: 1px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

h5 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
}

h4.group {
	background-color: #c9b48b;
	padding: 5px 10px 5px 10px;
}

hr {
	background-color: #cdcdcd;
	/* Lininefarbe: CSS-fähige Browser (Mozilla ...) */
	color: #cdcdcd; /* Lininenfarbe: Internet Explorer 6 */
	border: #cdcdcd; /* Lininenfarbe: Opera 7.11 */
	height: 1px;
	/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

a, a > img {
	cursor: pointer !important;
	vertical-align: baseline;
}

a, a:visited {
	color: #000000; /*#990000;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more:before {
	content: url(../pics/layout/pfeil.gif)" ";
}

img {
	border: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

label {
	vertical-align: baseline;
}

p {
	margin-bottom: 20px;
}

small {
	font-size: 11px;
}

/* ****************************** */
/*  Hauptlayout                   */
/* ****************************** */
#header {
	background: #ffffff url('../pics/layout/dogcat.jpg') no-repeat;
	height: 235px;
	margin: 0px;
	overflow: visible;
	width: 1000px;
}

#wrapper {
	background: #fffff url('../pics/layout/wrapperbackground_start.png') repeat-y;
	margin: 0px;
	min-height: 100%;
	width: 1000px;
}

#footer {
	color: #01006d;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
	width: 1000px;
}

#sleeve {
	float: right;
	width: 600px;
}

#topad {
	left: 343px;
	position: absolute;
	top: 10px;
}

#title {
	float: right;
	margin: 140px 20px 0px 0px;
}

#meta {
	background-color: transparent;
	height: 20px;
	line-height: 20px;
	margin-top: 191px;
	padding-right: 80px;
	text-align: right;
}

#meta a {
	color: #ffffff;
	font-size: 10px;
	margin-left: 20px;
	text-transform: uppercase;
}

#content {
	background-color: transparent;
	height: 100%;
	margin-left: 20px;
	padding: 15px 10px; 
	width: 950px;
}

#hills {
	float: left;
	text-align: center;
	width: 50%;
}

#canin {
	float: right;
	text-align: center;
	width: 50%;
}

#claim {
	clear: both;
	color: #930300;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.startlink {
	color: #930300;
	font-size: 24px;
}

/* ***************** */
/*  Right Border     */
/* ***************** */

#rightborder {
	background-color: transparent;
	float: right;
	padding: 0px;
	width: 190px;
}

/* ****************** */
/*  weitere Elemente  */
/* ****************** */

.error {
	border: 2px solid #ff0000;
	color: #000000;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 5px;
	vertical-align: baseline;
	width: 497px;
}

.error:before {
	content:url(../pics/icon/warn.png);
}

.info {
	border: 1px solid #365d95;
	color: #000000;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 5px;
	width: 497px;
}

.info:before {
	content:url(../pics/icon/info.png);
}
