body {
	background-color: #666666;
	/*background-image:url(/images/decoration-flake2.gif);*/
}
body, td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
@font-face {
	font-family: 'Thin';
	src: url('/fonts/myriadpro-light-webfont.eot');
	src: url('/fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/myriadpro-light-webfont.woff') format('woff'),
		 url('/fonts/myriadpro-light-webfont.ttf') format('truetype'),
		 url('/fonts/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ThinExtended';
	src: url('/fonts/myriadpro-lightsemiext-webfont.eot');
	src: url('/fonts/myriadpro-lightsemiext-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/myriadpro-lightsemiext-webfont.woff') format('woff'),
		 url('/fonts/myriadpro-lightsemiext-webfont.ttf') format('truetype'),
		 url('/fonts/myriadpro-lightsemiext-webfont.svg#MyriadProLightSemiExtended') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'SemiExtended';
    src: url('/fonts/myriadpro-semiext-webfont.eot');
    src: url('/fonts/myriadpro-semiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-semiext-webfont.woff') format('woff'),
         url('/fonts/myriadpro-semiext-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-semiext-webfont.svg#MyriadProSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SemiExtendedBold';
    src: url('/fonts/myriadpro-semiboldsemiext-webfont.eot');
    src: url('/fonts/myriadpro-semiboldsemiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-semiboldsemiext-webfont.woff') format('woff'),
         url('/fonts/myriadpro-semiboldsemiext-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-semiboldsemiext-webfont.svg#MyriadProSemiboldSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('/fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('/fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('/fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('/fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('/fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('/fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed Light';
    src: url('/fonts/RobotoCondensed-Light-webfont.eot');
    src: url('/fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('/fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('/fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}







.size1 { font-size: 9px}
.size1-big { font-size: 10px }
.size2 { font-size: 11px}
.size3 { font-size: 12px}
.size4 { font-size: 15px}
.size5 { font-size: 19px}
.size6 { font-size: 21px}
.size7 { font-size: 23px}
.size8 { font-size: 25px}
.size9 { font-size: 27px}

a { 
   color: #1A1AB0;
   text-decoration: none;
}

a:hover { 
   color: #CC0000;
   text-decoration: underline;
}


hr {
   color: #ABABAB;
}

.pageButtons { 
    text-indent: 8px;
    border: black solid 1px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    background-color: #CF0000;
}

.pageTitle { 
    height: 0px;
    font-size: 0px; 
	line-height:0px;
    color: white;
    letter-spacing: 1px ; 
    text-transform: lowercase; 
    background-color: white;
    text-indent: 12px;
}

.pageContentCell {
    border: black solid 1px;
    border-top: 0px;
    border-bottom: 0px;
    background-color: white;
}

/*
.pageContent { 
    width: 620px;
    border: white solid 28px;
	background-color: white;
}
*/
.pageContent { 
    width: 520px; /* legacy for IE6 */
    margin: 40px 50px 25px 50px;
}

.pageLinksCell { 
    background-color: #E2E2E2;
}

.pageLink {
    padding: 7px 0 7px 0;
	background-color: #E2E2E2;
	display: block;
	font-size: 11px;
	font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
	text-decoration: none; 
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	border-bottom: solid #CDCDCD 1px;
	width: 120px;
	margin-left: 18px !important;
}
.pageLink:visited {
	color: black;
	text-decoration: none;
}
.pageLink:hover {
	color: black;
	background-color: #E2E2E2;
	text-decoration: none;
	background-image: url("/images/design-link-background.jpg");
}
.pageLinkSelected {
    padding: 8px 0 8px 0;
	background-color: #E2E2E2;
	text-indent: 12px;
	display: block;
	font-size: 11px;
	font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
	text-transform: uppercase;
	border-bottom: solid #CDCDCD 1px;
	background-image: url("/images/design-link-background.jpg");
	text-decoration: none;
	color: black;
	
}
.pageLinkSelected:visited {
	color: #CC0000;
	text-decoration: none;
}
.pageLinkSelected:hover {
	color: #CC0000;
	text-decoration: none;
}

/*
.pageLink a {
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #111111;
	font-family: Arial, Helvetica, san-serif;
}

.pageLink a:visited {
	text-decoration: none;
	color: #111111;
}

.pageLink a:hover {
	text-decoration: underline;
	color: #CC0000;
}
*/

.pageCopyright {
	font-size: 10px;
	color: #E0E0E0;
	padding: 4px;

}
.pageNumber {
	font-size: 10px;
	text-transform: uppercase;
	color: #AAAAAA;
}

.dataRequired { 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: lowercase;
	color: #222222;
}

.dataOptional { 
    font-size: 11px;  
    color: #333333;
    text-transform: lowercase;
}

.dataExplanation {
    color: #666666;
    font-size: 10px;
    text-transform: lowercase;
}

.dataPresentation { 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: lowercase;
    text-align: right;
}

.dataStats { 
    font-size: 11px; 
    text-transform: lowercase;
}

.dataConfirmationGood { 
    font-size: 13px; 
    font-weight: bold; 
	border: solid green 1px;
	padding: 15px;
	color: green;
	background-color: #F4F4F4;
}
.dataConfirmationBad { 
    font-size: 13px; 
    font-weight: bold; 
	border: solid #BD1111 1px;
	padding: 15px;
	color: #BD1111;
	background-color: #F4F4F4;
}

.formError {
   color: red;
   font-size: 11px;
}

.articleTitle { 
    font-size: 13px; 
    font-weight: bold;
}

.articleBody {
    text-align: justify;
    line-height: 19px;

}

.articleAuthor { 
    color: #626262
}

.articleSeparator { 
    color: #666666;
}

.articleDate { 
    color: #626262;
}

.articleExtra { 
    color: #996600;
}

.articleLink { 
    font-size: 9px; 
	color: #CF0000;
}

.articleCapital {
    font-size: 29px;
    line-height: 29px;
    float: left;
    font-weight: bold;
}

.justify {
    text-align: justify;
}

.profileSelf {
   text-align: justify;
}

.profileMatch {
   text-align: justify;
}

.personalsNav {  
    font-size: 11px;
	color: gray;
	text-transform: uppercase;
	text-indent: 19px;
	color: #ABABAB;	
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
}

.personalsNav a {  
    text-decoration: none;    
    color: #888888;
	font-weight: bold;	
}

.personalsNav a:visited { 
    text-decoration: none;
    color: #888888;
}

.personalsNav a:hover { 
    color: #CA0207;
    text-decoration: underline;
}

.personalsSubject {  font-weight: bold; color: #FFFFFF}
.personalsLinks { font-weight: normal; font-size: 7.5pt}
.personalsDate { font-weight: normal; font-size: 7.5pt }

.size2_justify {  font-size: 8pt; text-decoration: none; text-align: justify}
.articleHeadline {  
    padding-top: 4px;
	display: block;

    /* 
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold;
	*/

	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal;
	text-transform: uppercase;
}
.articleBody {
    text-align: justify;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	color: #111111;
}
.personalsSearch {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}

.pageSectionDescription {
	color: #444444;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid #DDDDDD 1px;
	border-bottom: solid #DDDDDD 1px;
}
.pagePager {
    display: inline-block;
}
.pagePager a, 
.pagePagerEnd,
.pagePager strong {
	color: #555555;
	display: block;
	font-size: 15px;
	float: left;
	border: dotted #ABABAB 1px;
	text-align: center;
	padding: 8px 13px;
	margin: 0 2px;
	height: 20px;
	vertical-align: top;
}
.pagePagerEnd  {
    border: solid white 1px;
}
.pagePager a:hover {
	color: #111;
    background-color: #F0F0F0;
	text-decoration: none;
	border: solid #BEBEBE 1px;
}
.pagePager strong {
}
.pagePager strong {
	color: #efefef;
	background-color: #444;
	display: block;
	float: left;
	border-color: #444;
}
.pagePager img {
    margin: 4px 0px;
}


a.headline {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A1AB0;
	text-decoration: none;
}
a.headline:visited {
	color: #774488;
}
a.headline:hover {
	color: #CF0000;
	text-decoration: underline;
}
.pageHeader {
	color: black;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal; 
	padding-bottom: 2px;
	border-bottom: solid #CDCDCD 1px;
}
.pageDescription {
   line-height:18px;
   padding-top: 3px;
   font-size: 11px;
}
.pageSpotlight {
   padding:15px;
   background-color: #F8F7D7;
}

.pageOptions {
    margin: 20px 50px;
	padding-top: 10px;
	border-top: dotted #ABABAB 1px;
    font-size: 10px;
    text-transform: uppercase;
	color: #555555;
	text-underline: none;
	
}
.pageOptions a {
	color: #555555;
	text-underline: none;
}
.pageOptions a:hover {
	text-underline: underline;
	color: #C30000;
}
.pageIntro {       
       font-size: 15px;
       color: #7C6023;
       font-family: Arial Narrow, Arial Helvetica, sans-serif;
}
.pageContentCopy {
    text-align: justify;
	line-height: 20px;
}
img.pageCopyPic {
    float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid black 1px; 
}
b.pageContentFirstLetter {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D81414;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana;
	margin-right: 2px;
}

/****************************/

.pageAutor {
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 2px;	
	text-transform: uppercase;
}
.pageContentCopy h2 {
   font-weight: bold;
   font-size: 17px;
   color: #C07401;
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   margin-top: 30px;
   margin-bottom: 0px;
   padding: 0px;
}
h1 {
	font-family: "Roboto Condensed", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
  	letter-spacing: -1px; 
	border-bottom: dotted #A0A0A0 1px;
	text-transform: uppercase;
	color: #222222;
}
h1.rubrika { 
	padding-bottom: 5px;
}
a.adminArticleEdit {
	width: 70px;
	padding: 2px 5px;
	text-align: center;
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: white;
	display: block;
	margin-bottom: 5px;
	background-color: #CD1111;
}
#navigation-bar-top {
	padding: 0 10px;
	background-color: #262626;
	width: 755px;	
	margin-left: auto;
	margin-right: auto;
}
#navigation-bar-top-wrapper {
    background-color: #3c3c3c; 
}
a.navigation-top {
    display: inline-block;
	padding: 13px 18px;
	color: white !important;
	font-size: 13px; 
	text-transform: uppercase;
	font-family: "Roboto Condensed Light";
	letter-spacing: 0px;	
}
a.navigation-top:hover {
    background-color: #E40000;
	text-decoration: none;   
	color: white; 
}

#language-switcher {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	text-align: right;
}

#logo-area {
	border-left: solid #EFEFEF 1px;
	border-right: solid #EFEFEF 1px;
	height: 71px;
	padding-left: 24px;
	padding-top: 33px;
}
#logo-message {
	float:right;
	padding: 20px 20px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Roboto Condensed Light";	
	text-align: right;
} 
.mini-wrapper {
    width: 775px;
	margin-left: auto;
	margin-right: auto;

}

#personals-navigation {
    padding: 0 19px 10px 19px;

}

#personals-navigation a {
    display: block;
	padding: 6px 0;
	font-size: 11px;
	font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
	text-decoration: none;  
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	border-bottom: dotted #ABABAB 1px;	
}

#personals-navigation a:hover {
	font-family: "Roboto Condensed Bold", Arial, Helvetica, san-serif;
	text-decoration: none;  	
}

.profile-options {
	padding: 25px 0 5px 0;
	font-size: 14px;
	font-family: "Roboto Condensed Bold", Arial, Helvetica, san-serif;
	text-decoration: none;  
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	border-bottom: dotted #ABABAB 1px; 
	letter-spacing: 0px;  
}

#personals-side-login {
    margin: 0px;
}

#personals-side-login input {
    margin: 9px 0 0 0;
	padding: 5px 0px;
	text-indent: 5px;
	background-color: #F4F4F4;
}

.profile-submenu {
	text-align:right;
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.profile-submenu a {
	text-decoration: none;  
	color: #2222ae;
}
.profile-submenu a:hover {
    color: black;
	border-bottom: dotted gray 1px;
}
