@charset "utf-8";
/* CSS Document */

body {
	background-color:#080808;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
 
}




.whitebg {
	background-image: url(../images/whitebg.png);
	background-repeat: repeat-y;
}
.navigationbg {
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.navigationbg2 {
	background-image: url(../images/navbgl.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.text {
	font-family: "MS Serif", "New York", serif;
	color: #a4a4a4;
	font-weight: lighter;
	font-size: small;
}
.navbor {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #373737;
}
.upshadow {
	background-image: url(../images/upshadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.downshadow {
	background-image: url(../images/downshadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
.rightshadow {
	background-image: url(../images/rightshadow.png);
	background-repeat: repeat-y;
	background-position: left;
}
.leftshadow {
	background-image: url(../images/leftshadow.png);
	background-repeat: repeat-y;
	background-position: right;
}
.plecasha {
	background-image: url(../images/plecasha.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.text2 {
	font-family: "Times New Roman", Times, serif;
	color: #464646;
	font-size: small;
	font-weight: normal;
}

.text3 {
	font-family: "Times New Roman", Times, serif;
	color: #464646;
	font-size: medium;
	font-weight: normal;
}

.text4 {
	font-family: "Times New Roman", Times, serif;
	color: #464646;
	font-size: x-large;
	font-weight: bold;
}

.titlebg {
	background-image: url(../images/titlebg.png);
	background-repeat: repeat-x;
}

.whitetext {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter;
	color: #f5f5f5;
}

#apDiv1 {
	position:relative;
	left:381px;
	top:340px;
	width:579px;
	height:310px;
	z-index:1;
}

.bottomtext {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #a7a7a7;
}
.whitetext2 {
	font-family: "Times New Roman", Times, serif;
	color: #B5B5B5;
	font-size: small;
	font-weight: lighter;
}
.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.textindex {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #464646;
	font-weight: bolder;
	letter-spacing: 0.02em;
}
.indexlogo {
	background-image: url(../images/logo-intro.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}

a.indexlink:link { color: #464646;}
a.indexlink:visited { color: #464646;}
a.indexlink:hover {
	color: #333;
}
a.menulink:link {
	color: #333;
}
a.menulink:visited { color: #464646;}
a.menulink:hover {
	color: #333;
}
a.languagelink:link {
	color: #CCC;
}
a.languagelink:visited {
	color: #CCC;
}
a.languagelink:hover {
	color: #FFF;
}
.paddingtext {
	padding-left: 14px;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(../images/arrowdown.png);
}



#sddm li a
{
	display: block;
	width: 50px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 1px;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 50px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #fdfdfd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}

	#sddm div a:hover
	{
	background: #464646;
	color: #FFF
}
