/* BODY ELEMENTS */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/* HYPERLINKS */
a:link {
color: #CC0000;
text-decoration: underline;
font-weight: normal;
}
a:visited {
color: #CC0000;
text-decoration: underline;
font-weight: normal;
}
a:active {
color: #CC0000;
text-decoration: underline;
font-weight: normal;
}
a:hover {
color: #000000;
text-decoration: underline;
font-weight: normal;
}
.mscontentleftnavi a:link {
color: #999999;
text-decoration: none;
font-weight: bold;
}
.mscontentleftnavi a:visited {
color: #999999;
text-decoration: none;
font-weight: bold;
}
.mscontentleftnavi a:active {
color: #999999;
text-decoration: none;
font-weight: bold;
}
.mscontentleftnavi a:hover {
color: #999999;
text-decoration: none;
font-weight: bold;
}
/* FORMULAR ELEMENTS */
.button {
color: #000000;
background-color: #F1EDE9;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
border: 1px solid #E86425;
margin: 0px;
padding: 0px;
width: 150px;
}
form {
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
margin: 0px;
padding: 20px 0px 0px 0px;
}
input {
color: #000000;
background-color: #F1EDE9;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
border: 1px solid #E86425;
}
select {
color: #000000;
background-color: #F1EDE9;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
border: 1px solid #E86425;
}
textarea {
color: #000000;
background-color: #F1EDE9;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
border: 1px solid #E86425;
}
/* HEAD ELEMENTS */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 22px;
margin: 0px;
padding: 0px;
font-weight: bold;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #004E9C;
font-size: 13px;
margin: 0px;
padding: 0px;
font-weight: bold;
}
/* SITE ELEMENTS */
.ms{
	width: 980px;
	text-align: left;
}
.mshead1{
width: 980px;
height: 100px;
float: left;
}
.mshead2{
	width: 980px;
	height: 35px;
	float: left;
	background-image: url(../images/line-head.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
.mshead2left{
	width: 210px;
	height: 24px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	color: #666666;
}
.mshead2middle{
	width: 560px;
	height: 24px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	color: #666666;
}
.mshead2right{
width: 210px;
height: 34px;
float: left;
}
.mscontent{
	width: 980px;
	float: left;
	background-image: url(../images/line-side.gif);
}
.mscontentleft{
	width: 210px;
	float: left;
}
.mscontentleftnavi{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.mscontentleftteaser{
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	float: left;
	padding-right: 10px;
	padding-top: 15px;
}
.mscontentmiddle{
	width: 540px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}
.mscontentright{
	width: 210px;
	float: left;
}
.mscontentrightteaser{
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	float: left;
	padding-left: 10px;
}
/* CONTENT ELEMENTS */
.imgborder {
border: 0px solid #E86425;
}
.imgright {
float: right;
padding-left: 20px;
padding-bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: normal;
}
.imgleft {
float: left;
padding-right: 20px;
padding-bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: normal;
}
.imgmiddle {
padding-right: 20px;
padding-bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: normal;
text-align: center;
}
.textblue {
	color: #004E9C;
}
/* PRINT ELEMENTS */
@media print {
.ms{
width: 560px;
}
.mshead1{
display: none;
}
.mshead2{
width: 560px;
}
.mshead2left{
display: none;
}
.mshead2middle{
}
.mshead2right{
display: none;
}
.mscontent{
width: 560px;
background-image: none;
}
.mscontentleft{
display: none;
}
.mscontentleftnavi{
display: none;
}
.mscontentleftteaser{
display: none;
}
.mscontentmiddle{
}
.mscontentright{
width: 540px;
}
.mscontentrightteaser{
width: 540px;
}
}
