@font-face { 
	font-family: 'Cardo'; 
	src: url('./Cardo/Cardo104s.ttf');
}

@font-face { 
	font-family: 'Forum'; 
	src: url('./forum/Forum-Regular.otf');
}


body{
	margin: 0;
	background-color: #D5CAC3;
	background-size: 100%;
	width: 960px; 
	height: 960px;
	margin-left: auto;
    margin-right: auto;
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: 'Forum-Regular';
	}

#content {
	width: 675px;
	padding: 10px;
	margin-top: 150px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: 'Forum-Regular';
	background-color: #F2F2F2;
	background: linear-gradient(to bottom, #F2F2F2, #D5CAC3);
	}

#container{
	width: 960px;
	height: 960px;
	position: absolute; 
	font-family: 'Forum-Regular';
	}


/* Header*/

h1{
	text-align: center;
	width: 960px;
	position:  fixed;
	font-family: 'Forum-Regular';
	color: #000000;
	}


hr{
	text-align: center;
	top: 55px;
	width: 980px;
	position: fixed;
	box-shadow: none;
	color: #D5CAC3;
	border: none;
	border-radius: 0px;
	background-color: #D5CAC3;
	height: 3px;
	}

.buttons{
	color :  #FFFFFF;
	background-color : #8F837F;
	font-family: 'Forum-Regular';
	font-size: 18px;
	border-width : 1px;
	border-style : none;
	border-color : #8F837F;
	border-radius: 2px;
	width:100px;
	height:21px;
	top: 95px;
	padding-top: 5px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	}


.buttons:hover {
	color:#ffffff;
	text-decoration: underline;
	} 


.buttons-languages{
	top: 100px;
	color :  #FFFFFF;
	background-color : #8F837F;
	font-size: 14px;
	width:30px;
	height:17px;
	}

p.bold{
	font-weight: bold;
	}

p.boldCenter{
	font-weight: bold;
	text-align: center;
	}

.center {
	text-align: center;
}

td {
	width: 315px;
	text-align: center;
}

/* header div*/
#header {
	/*background-image: url('Bilder/headerFoto.jpg');
	background-attachment:fixed;
	background-repeat: no-repeat;*/
	background-color: #F2F2F2;
	background-opacity: 10;
	position: fixed;
	width: 960px;
	height: 110px;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 10px;
	}	

#navigation{ /* div für Buttons */
	text-align: center;
	margin-top: 76px;
	width:100%;
	position: relative;
	}

#navigation a{
	}

/* startseite */
/* languages div */
#languages{
	right: 5px;
	top: 3px;
	position: absolute;
	}	

#titelbild{
	width:670px;
	height:473px;
	margin-right: auto;
	margin-left: auto;
	}


/* Kontakt */
#genauereKarte{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Forum-Regular';
	}

#genauereKarte:hover{
	text-decoration: underline;
	color: #C0C0C0;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Forum-Regular';
	}

.map-images {
	width:100%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


/* Bilder */
#dogs h3{
	text-align: center;
}

#dogs {
	text-align: center;
}

.dog-images {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:310px;
	height:233px; 
}
.dog-images.hochformat{
	width:233px;
	height:310px;
	margin-left: 37px;
}

.special{
	margin-left: -37px;
	margin-bottom: 40px;
}

.dog-images.left{
	margin-right: 313px;
}

video{
	width: 625px;
}

.textAlignLeft {
	text-align: left;
	margin-right: auto;
	margin-left: -310px;
}


.bildunterschrift {
	width: 315px;
	text-align: center;
}











	