* {
	margin: 0;
	padding: 0;
}
/********************* allgm. Tags ************************/

body {
	background:url(images/background.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
}
img {
	border: none;
}
p {
	margin: 10px 0px;
	line-height: 15px;
	font-weight: normal;
}
a {
	color:#ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}

/********************* Aktive Menüpunkte im Hauptmenü *********************/
.active {
	color:#FF9966 !important;
	text-decoration: underline;
}

/********************* Aktive Menüpunkte im Untermenü *********************/
.active_submenu {
	color:#FF9966 !important;
	text-decoration: underline;
}


/* Nur EINE h1 pro Seite!!!*/
h1 {
	right: -12px;
	top: 0px;
	color: #ffffff;
	background: url(images/logo.jpg) no-repeat;
	width: 190px;
	height: 83px;
	padding: 28px 0px 20px 12px;
	font-size: 30px;
	letter-spacing: 1px;
}
h1, #slogan {
	position: absolute;
	text-transform: uppercase;
}
#slogan {
	top: 80px;
	right: 0px;
	color: #000000;
	letter-spacing: 0.3pt;
	font-size: 10px;
}
* html h1, * html #slogan {
	right: 50px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 0px;
	color: #FFF;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

/********************* ID´s Beginn **********************/
#wrap {
	margin: 0px auto;
	text-align: left;
	width: 860px;
	position: relative;
}
#wrapper {
	background: url(images/back.gif) repeat-y;
}

/********************* menu ****************************/
#menu {
	text-transform: uppercase;
	list-style: none;
	text-align: center;
	margin: 10px 0px 20px 0px;
}
#menu li {
	display: inline;
	border-right: 1px solid #6b7272;
}
#menu a {
	color: #900;
	display: inline-block;
	padding: 0px 12px;
}

/********************* linke spalte *************************/
#left {
	float: left;
	width:190px;
	background: #fff;
}
#submenu {
	background: #999933;
	margin-bottom: 20px;
}
#submenu h2 {
	background: #000;
	padding: 10px 12px;
}
#submenu ul {
	background: #999933;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	list-style: none;
}
#submenu li {
	margin: 10px 0;
}
#submenu a {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

#news {
	background: #000000;
	padding: 10px 12px;
}

/********************* content *************************/
#center {
	width:440px;
	background: #ffffff;
	margin: 0px 20px;
	padding-bottom: 10px;
	float: left;
	color: #000;
	font-weight: bold;
}
* html #center {
	width:440px;
}
#center h2 {
	background: #000000;
	padding: 10px 12px;
}
#center h2 red {
	background-color: #900;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#wrap #center h2 red {
	background-color: #900;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#center a, #footer a {
	color: #900;
}


/********************* rechts *************************/
#right {
	float: right;
	width:190px;
	background: #fff;
}
#emergency {
	background: #900;
	padding: 10px 12px 5px 12px;
}
#emergency h2 {
	padding-bottom: 10px;
}
#emergency ul {
	list-style: none;
}
#emergency li {
	display: inline;
	float: left;
	width: auto;
	margin-bottom: 10px;
}


/********************* newsletter *************************/
#newsletter {
	background: #000000;
	margin: 20px 0px;
	padding-top: 10px;
}
#newsletter h2 {
	margin-left: 12px;
}
#newsletter p {
	background: #999933;
	padding: 10px 12px;
	font-weight: bold;
}
#newsletter a:hover {
	text-decoration: underline;
	color: #ffff66;
}

/************* Tiere suchen ein Zuhause ****************/
#overview {
	background: #000000;
	margin: 20px 0px 0px 0px;
	padding: 10px 12px;
}


/********************* footer *************************/
#footer {
	text-align: center;
	padding: 15px 0px;
}
#footer p {
	color:#525757;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	border-right: 1px solid #6b7272;
}
#footer a{
	padding: 0px 10px;
}

/****************** hilfskalssen ********************/
.last{
	border: none !important;
}
.clear {
	clear: both !important;;
}
.abstand {
	margin: 20px 0px;
}
#center p EinzugSabine {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 120px;
}

/* Facebook */

#socialmedia {
	position:fixed;
	top: 132px;
	width: 33px;
	height: 100px;
	right: 0px;
}

a.facebook,
a.facebook:link,
a.facebook:visited,
a.facebook:active {
	position:relative;
	width: 33px;
	height: 100px;
	display: block;
	cursor:pointer;
	background: url(images/facebook.png) no-repeat;
	z-index: 100;
	right: -6px;
}
a.facebook:hover {
	right: -4px;
}












