/*  ======  Grundlagen  ======  */

html, body {
		height: 100.1%
		}

body {
		padding: 0;
		margin: 0;
		background: #c8c8c8 url(../media/images/bg.jpg) no-repeat top center;
	}

img, a img {
		border: 0px;
		margin: 0;
		padding: 0;
	}

h1 {
		color: #fff;
		margin: 0;
		padding: 66px 0 0 59px;
		font-weight: bold;
		font-size: 36px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-decoration: none;
	}
	
h2 {	color: #646464;
		margin: -1px 0 17px 0;
		padding: 0;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: 17px;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}

p {
		color: #000;
		margin: 0;
		padding: 0;
		font-weight: normal;
		letter-spacing: 0px;
		line-height: 17px;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
p a {
		text-decoration: underline;
		color: #646464;
		background: transparent;
	}

p a:hover {
		text-decoration: none;
	}
	
p img {
		margin: 4px 16px 0px 0;
		float: left;
	}
	
.brclear {
		clear: both;
	}

/*  ======  Content  ======  */
	

#head {
		padding: 0;
		margin: 0 auto;
		width: 828px;
		height: 202px;
		background: url(../media/images/head.gif) no-repeat 0px 0px;
	}

#content {
		width: 828px;
		margin: -46px auto 0 auto;
	}

#links {
		width: 198px;
		float: left;
	}

#rechts {
		width: 566px;
		padding: 0 64px 0 0;
		float: right;
	}

.hunde {
		width: 470px;
	}

.hunde1 {
		width: 120px;
	}

.hunde2 {
		width: 350px;
	}


/*  ======  Aufzählung  ======  */

dl
	{	list-style-type: none;
		padding: 0 10px 0 0;
		margin: 1px 0 0 19px;
		color: #000;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-decoration: none;
	}

dd
	 {	background: url(../media/images/list.gif) no-repeat 0px 5px;
		padding:  0 0 0 11px;
		line-height: 17px;
		margin: 0 0 0 0;
	 }


/*  ======  Formular  ======  */

input {
		background: #fff;
		width: 569px;
		height: 16px;
		color: #000;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-decoration: none;
		border: #0039A9 1px solid;
		margin: 0;
		padding: 2px 0 0 2px;	
	}
	

.upload {
		width: 350px;
		border: #0039A9 1px solid;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
.kurz {
		width: 50px;
	}
	
.box {
		width: 20px;
		border: #0039A9 0px solid;
	}
	
textarea {
		background: #fff;
		width: 569px;
		height: 184px;
		color: #000;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-decoration: none;
		border: #0039A9 1px solid;
		margin: 0;
		padding: 2px 0 0 2px;
		
	}

.senden {
		background: #0039A9;
		width: 150px;
		height: 23px;
		color: #fff;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: #fff 0px solid;
		margin: 0;
		padding: 0;
	}
	
.empfangen {
		background: #0039A9;
		width: 150px;
		height: 23px;
		color: #fff;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: #fff 0px solid;
		margin: 0 0 0 273px;
		padding: 0;
	}
	
input:focus, textarea:focus {
		background: #C1D2F2;
	}	
	
.stern {
		color: #f00;
	}

/*   ======   Footer   ======   */
.footer {
		position: absolute;
		left: 50%;
		top: 700px;
		width: 596px;
		margin: 0 0 0 -380px;
		padding: 0 0 0 164px;
	}

.footer p	{
		color: #fff;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-decoration: none;
		margin: 0;
		line-height: 16px;
	}

.footer p a	{
		text-decoration: underline;
		color: #fff;
	}

.footer p a:visited	{
		text-decoration: none;
		color: #fff;
	}

.footer p a:hover	{
		text-decoration: underline;
		color: #fff;
	}