@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'weissach_blackregular';
    src: url('weissach_black-webfont.eot');
    src: url('weissach_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('weissach_black-webfont.woff') format('woff'),
         url('weissach_black-webfont.ttf') format('truetype'),
         url('weissach_black-webfont.svg#weissach_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'weissachregular';
    src: url('weissach-webfont.eot');
    src: url('weissach-webfont.eot?#iefix') format('embedded-opentype'),
         url('weissach-webfont.woff') format('woff'),
         url('weissach-webfont.ttf') format('truetype'),
         url('weissach-webfont.svg#weissachregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #f2f5fc;
	background-image: url(../images/bkgrTile_Wer.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.Wrapper {
	width: 853px;
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}
.Header {
	background-position: center center;
	height: 148px;
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}

.MenuBar {
	height: auto;
	width: 201px;
	position: relative;
	margin-left: 26px;
	background-image: url(../images/sideBkgr_Wer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

.Menu {
	width:201px;
	height: auto;
}
	
.ContactSection {
	font-family: weissachregular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #140280;
	margin-top: 25px;
	padding: 10px;
	text-align: center;
}
.FormsList {
	font-family: weissachregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 25px;
	padding: 10px;
	color: #140280;
}

.FormsList ul {
	list-style-image: url(../images/BlueBullet.png);
	}
	
.FormsList li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	}
	
.FormsList a {
	text-decoration:none;
	color: #033ccc;
	}
	
.FormsList a:hover {
	text-decoration:underline;
	color: #210030;
	}

.FormsList a:visited {
	text-decoration:none;
	color: #6e92ed;
	}

.Footer {
	width: 801px;
	margin-left: 27px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #033ccc;
	float: left;
}

.Footer a {
	text-decoration:none;
	color: #033ccc;
	}
	
.Footer a:hover {
	text-decoration:underline;
	color: #210030;
	}

.Footer a:visited {
	text-decoration:none;
	color: #6e92ed;
	}
.Main {
	float: left;
	width: 853px;
	position: relative;
	height: auto;
	clear: both;
}

.MainWindow {
	width: 457px;
	padding-right: 70px;
	padding-left: 70px;
	height: auto;
	float: right;
	position: relative;
	margin-right: 27px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.MainWindow h1 {
	font-family: weissachregular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4b1c65;
}
.MainWindow h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #062e6f;
}

.MainWindow p {
	font-family: weissachregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.MainWindow img {
	float:left;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 5px;
	}

.MainWindow table {
	font-family:weissachregular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #140280;
	}

.MainWindow ul {
	list-style-image: url(../images/BlueBullet.png);
	font-family: weissachregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.MainWindow a {
	text-decoration:none;
	color: #033ccc;
}
.MainWindow a:hover {
	text-decoration:underline;
	color: #210030;
}
.MainWindow a:visited {
	text-decoration:none;
	color: #6e92ed;
}
.MainWindow strong {
	color: #062e6f;
}
