﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	background-color:#3874B7;
}
#container {
	width: 620px;
	margin: 10px auto;
	padding: 10px;
	border-top: 2px solid #725972;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 0px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#content {
	float: left;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}

#contact p {
	margin-left:35px;
}

#opening p {
	margin-left:35px;
}
.xnames {
	font-size:larger;
	font-weight:bold;
}
.xjobs {
	font-size:smaller;
	font-style:italic;
}


/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}