﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #7C6E7C;
}

#masthead {
	text-align: center;
	width: 620px;
	padding: 5px 10px 0px 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#linkeSeite {
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: left;
	width: 139px;
	border-right: 1px dotted #725972;
	background-color: #dfb8df;	
	clear: right;
}
#navigation {
	position: relative;
	width: 139px;
	margin-top: 10px;
	padding-bottom: 0px;
}

#HE {
	position: relative;
	width: 136px;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #dfb8df;
	margin-top: 30px;
}


#google {
	position: relative;
	width: 133px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-color: #dfb8df;
	margin-top: 20px;
}

#content {
	float: right;
	width: 488px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #fff;
}

#partner {
	width: 488px;
	padding-top: 10px;
	background-color: #E3D3E3;
	text-align: left;
}


#footer {
	text-align: center;
	clear: both;
	width: 638px;
	border: 1px dotted #d8bfd8;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #6B2E6B;
}
#masthead h3 {
	color: #7C6E7C;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

#linkeSeite a {
	color: #402640;
	text-decoration: underline;
}
#linkeSeite a:hover {
	color: #402640;
	text-decoration: none;
}

/* Inhaltsformatvorlagen */
h6 {
	color: #503750;
	padding: 0px 10px 0px 10px;

}
h5 {
	color: #503750;
	padding: 0px 10px 0px 10px;

}
h4 {
	color: #503750;
	padding: 0px 10px 0px 10px;
}
h3 {
	color: #503750;
	padding: 0px 10px 0px 10px;
}
h2 {
	color: #503750;
	padding: 0px 10px 0px 10px;
}
#content h1 {
	color: #503750;
	padding: 0px 10px 0px 10px;
}

#content p {
	padding: 0px 10px 0px 10px;
}

.rahmen img {
	padding: 5px;
	border: 1px solid #402640;
}


/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #E3CEE3;
	text-decoration: underline;
}
#footer a:hover {
	color: #E3D3E3;
	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;
}
