
/*
* {
font-family: "Akzidenz Grotesk", Arial, Helvetica, sans-serif;
font-size: 12px;
}
*/


body{
margin: 0;
padding: 0;
border: 0;
background: black;
color: white;
}

img {
border: 0;
}

table, tr, td, p {
color: white;
background: transparent;
font-family: Georgia, Times, Palatino, serif;
font-size: 14px;
line-height: 20px;
text-align: justify;
}


#pagetitle {
font-family: "Akzidenz Grotesk", Arial, Helvetica, sans-serif;
font-size: 60px;
line-height: 60px;
font-weight: normal;
color: white;
display:block;
text-align: center;
}


#pagenav {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
line-height: 16px;
font-weight: bold;
color: #ccc;
margin-top: 5px;
text-align: center;
}


#pagenav a:link {
color: #ccc;
text-decoration: none;
text-transform: none;
}

#pagenav a:visited {
color: #ccc;
text-decoration: none;
text-transform: none;
}

#pagenav a:hover {
color: #000;
background: transparent;
text-decoration: none;
text-transform: none;
}

#pagenav a:active {
color: #fff;
text-decoration: none;
}

#pagenav a:visited:hover {
color: #000;
background: transparent;
text-decoration: none;
text-transform: none;
}






#footer {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
color: #999;
text-align: center;
}


#footer a:link {
color: #999;
text-decoration: none;
text-transform: none;
}

#footer a:visited {
color: #999;
text-decoration: none;
text-transform: none;
}

#footer a:hover {
color: #e44f14;
text-decoration: none;
text-transform: none;
}

#footer a:active {
color: red;
text-decoration: none;
}

#footer a:visited:hover {
color: #e44f14;
text-decoration: none;
text-transform: none;
}




#outer {
	background: black url(http://www.aldo-betschart.ch/blue-black-gradient.jpg) no-repeat fixed;
}

.bgOrange {
background: #e44f14;
}

.bgBlack {
background: #000000;
}

.georgia {
font-family: Georgia, Times, Palatino, serif;
font-size: 14px;
}


h1 {
font-family: Georgia, Times, "Times New Roman", Palatino, serif;
font-size: 24px;
line-height: 48px;
font-weight: normal;
text-align: center;
color: black;
margin-top: 12px;
margin-bottom: 0px;
}

h2 {
font-family: Georgia, Times, "Times New Roman", Palatino, serif;
font-size: 18px;
color: #333;
line-height: 22px;
font-weight: normal;
margin-top: 12px;
margin-bottom: 24px;
font-style: italic;
text-align: center;
margin-left: 10%;
margin-right: 10%;
}

h3 {
font-family: Georgia, Times, "Times New Roman", Palatino, serif;
font-size: 16px;
color: #fff;
line-height: 22px;
font-weight: normal;
margin-top: 12px;
margin-bottom: 24px;
}


/*
@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('TheanoDidot-Regular-webfont.eot');
    src: url('TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('TheanoDidot-Regular-webfont.woff') format('woff'),
         url('TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


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

}

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

}



#qotd,
#qotd p,
table #qotd,
tr #qotd ,
td #qotd,
#qotd a:link,
#qotd a:hover,
#qotd a:visited,
#qotd a:visited:hover,
#qotd a:active {
font-family: 'garRegular', serif;
font-size: 60px !important;
line-height: 66px;
text-align: center;
color: white;
text-decoration: none;
font-weight: normal;
background: transparent;
}


#qotd {
	margin: 50px;
	padding: 50px;
}

/*

L V H A

*/

a:link {
color: #ccc;
text-decoration: none;
text-transform: none;
}

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

a:hover {
color: #fff;
background: #000;
text-decoration: none;
text-transform: none;
}

a:active {
color: red;
text-decoration: none;
}

a:visited:hover {
color: #fff;
background: #000;
text-decoration: none;
text-transform: none;
}




.txtfield {
background: #0d5967 !important;
border: 1px solid #c0c0c0;
font-family:"Courier New", Courier, mono;
font-size:12px;
color: white !important;
width: 460px;
height: 25px;
padding: 3px;
}


.slct {
background: #0d5967 !important;
border: 1px solid #c0c0c0;
font-family:"Courier New", Courier, mono;
font-size:12px;
color: white !important;
width: 460px;
height: 25px;
padding: 3px;
}



.slct:hover {
background: #0d5967 !important;
color: white !important;
}

option .slct {
background: #0d5967 !important;
color: white !important;
}


textarea, .txtarea {
background: #0d5967 !important;
border: 1px solid #c0c0c0;
font-family:"Courier New", Courier, mono;
font-size:12px;
color: white;
width: 460px;
height: 145px;
padding: 3px;
}

.btn {
background: #0d5967 !important;
border: 1px solid #c0c0c0;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: white !important;
width: 130px;
height: 30px;
padding: 3px;
}


.boxy {
	padding: 12px;
	margin-bottom: 24px;
	display: block;
	background: transparent;
	border: 1px dashed #CCC;
}


