a {
    color: #6f85a0;
    text-decoration: none;
}

a:visited {
    color: #335470;
    text-decoration: none;
}

ul.NavigationBar {
    width: 630px;
    height: 24px;
    border: 1px solid #6f85a0;
    margin-left: auto;
    margin-right: auto;
	padding: 0;

	list-style:none;
	margin-top: 0;

}

ul.NavigationBar li.SelectedNavigationItem  {
    background: url(../Common/Graphiken/SelectedNavigationItem.png);
	width:90px;
	line-height:24px;
	font-size:15px;
	text-align: center;
	margin-left: 0;
	border:0;
	border-top: 1px;
}

ul.NavigationBar li {
    background: url(../Common/Graphiken/Navigationitem.png);
 	float:left;
	width:90px;
	line-height:24px;
	font-size:15px;
	text-align:center;
	margin: 0px;
	padding: 0;
	border-style: solid;
	border-color: #6f85a0;
	border-width: 0;
	color: #6f85a0;
}

ul.NavigationBar a {

}




.BodyDefaults {
	font-family: Helvetica, sans-serif;
    position: relative;
	font-size: 85%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right:auto;
    width: 700px; /* includes border */
    
    color: #6f85a0;
    background: #d3d9e2;

    text-align: center;

}

.Sheet {
    background: white;
    width: 680px;
    padding-top: 0;
    padding-bottom: 21px;
	margin-top: 0;
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.Marker {
    background-color: yellow;
}


.Logo {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left:auto;
    margin-right:auto;
    font-size: 200%;
}

h1 {
    color: #6f85a0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 120%;
}

h2 {
    color: #6f85a0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 100%;
}


h3 {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 54px;
    text-align: left;
    font-size: 160%;
    font-weight: normal;
    color: #6f85a0;
    padding-left: 1em;
    height: 54px;
    background: url(../Common/SectionTitleBackground.png);
	 border-top: 1px solid #6f85a0;
}

h4 {
   font-weight: normal;
/*   font-style: italic;*/
    font-size: 120%;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 0.5em;
    text-align: left;
	clear: both;
}

h5 {
   font-weight: normal;
/*   font-style: italic;*/
    font-size: 110%;
      margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 0.5em;
    text-align: left;
	clear: both;
}

a.ReferenceH4 {
    font-size: 90%;
    text-align: justify;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 145%;
}
.AuthorName {
    font-size: 60%;
    font-style: italic;
}

.KeyWords {
    color: black;
    font-family: Monaco,Courier,monopsace;
    font-size: 90%;
}

.MenuItem {
    font-family: Verdana, sans-serif, monospace;
	font-size: 110%;
}

.Content {
    color: #442828;
    width: 630px;
    margin-top:60px;
    margin-left: auto;
    margin-right: auto;
    
	 border-left: 1px solid #6f85a0;    
    border-right: 1px solid #6f85a0;    
    border-bottom: 1px solid #6f85a0;
}

.ArticlePage {
    color: #442828;
    width: 630px;
    margin-top:60px;
    margin-left: auto;
    margin-right: auto;
    
	 border-left: 1px solid #6f85a0;    
    border-right: 1px solid #6f85a0;    
    border-bottom: 1px solid #6f85a0;
}

.IndexPage {
    color: #442828;
    width: 630px;
    margin-top:60px;
    margin-left: auto;
    margin-right: auto;
    
//	 border-left: 1px solid #6f85a0;    
//    border-right: 1px solid #6f85a0;    
//    border-bottom: 1px solid #6f85a0;
}

.ArticleLink {
    border: 0;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    margin-right: 6px;
}
 
.FloatText {
    text-align: justify;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 145%;
}


.Commentary {
    text-align: justify;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 80%;
}

.Quote {
	font-size: 90%;
	font-style:italic;
    text-align: justify;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 145%;
}

.CodeNameText {
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 1em;
	padding-right: 1em;   
	background-color: #d3d9e2;
   text-align: left;
   color: black;
}


.CodeText {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1em;
    padding-right: 1em;
    border: thin solid #d3d9e2;
    color: #22384b;
/*    font-size: 90%;*/
    text-align: left;
}

.CodeText em {
   	background-color: #ffff00;
	font-style: normal;
}

.FloatLeftImage {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 0px;
	float: left;
}

.FloatRightImage {
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}

.IsolatedCenterImage {
	margin-left: auto;
	margin-right: auto;
}

.PageNavigation {
    height: 25px;
    background: none;
    margin-left: 19px;
    margin-right: auto;
    margin-top:14px;
    margin-bottom:0;
	padding-left: 0;
	list-style:none;
	line-height:25px;
}

ul.PageNavigation a {
    color: #6f85a0;
	text-decoration: none;
}

ul.PageNavigation li {
    border: 1px solid #6f85a0;
 	float:left;
	width:25px;
	font-size:15px;
	margin-left:5px;
	color: silver;
    text-align:center;
}
