﻿@import url("layout.css");

body {
	color: #000;
	font-size: small;
	font-family: "Comic Sans MS"; 
	font-style: normal;
	background-color: #87A7C7;
	
}
#container {
	width: 730px;
	margin: 0 auto;
	margin-top:0px;
	border-top:10px #FF7F00 solid;
	border-right:10px #FF7F00 solid;
	border-left:10px #FF7F00 solid;
	border-bottom:10px #FF7F00 solid;
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	background:#fff;

/*	background: #fff url(../images/bkgd_tile.gif) top; 
	background-repeat: repeat-y; */

}

 #masthead {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left:10px; 
}

/*#masthead {
	width: 750px;
	height: 210px;
	background-image:url('../images/test-kopf.jpg')*/
}


#page_content {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#welpenstube{
  	position: relative;
	float: left;
	width: 670px;
	padding-left:15px;
	padding-top: 7px;
	text-align: left;
}

#content {
  	position: relative;
	float: left;
	width: 370px;
	padding-left:15px;
	padding-top: 7px;
	text-align: left;
}



#sidebar {
	float: right;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:15px;

	text-align: left;
}





#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Collage  */

table.headerCollage {
	width:708px;
	background-color: #FFFFFF;
	padding-bottom:1px;	
	padding-top:1px;
	border-top: 2px solid;
	border-top-color: #FF7F00;
	border-bottom: 2px solid;
	border-bottom-color: #FF7F00;

}

td.collage{
	padding: 1px;
}


/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: bold;
	font-size: 50px;
	font-family:Forte;
	text-transform: uppercase;
	display: inline;
	margin-left: 10px;

}
#masthead h3 {
	bottom: 0;
	font-weight: bold;
	color: #FF7F00;
	font-size: 27px;
	font-family: Comic Sans MS;
	display: inline;
	margin-top: 15px;
	margin-left: 22px;
}
/* Navigationsformatvorlagen*/

table.navi {
	width:708px;
	background-color: #fff;	
	
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #FFFFFF;
}

tr.navi {
}

td.naviTop {
	height: 29px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	background-color: #fff;	
	border-top: 5px;
	border-color: #FFFFFF;
}

td.naviBot {
	height: 4px;
	background-color: #FF7F00;
	border-top: 2px solid;
	border-color: #FFFFFF;
}

#navi a {
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0 1px;
	padding: 2px;
	background-color: #fff;
}
#navi a:hover {
	text-decoration: none;
	color: #87A7C7;
	background-color: #fff;
}

/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #FF7F00;
}
#content img {
	padding: 5px;
	border: 1px solid #FF7F00;
}

#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}



/* Randleisten-Formatvorlagen */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: center;
	margin-bottom: 5px;
/*	margin-left: 5px; */
	border: 1px solid #FF7F00;
	padding: 5px;

}
/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Hyperlink-Formatvorlagen */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
