
@import url("winter/styles.css");

@CHARSET "ISO-8859-1";

{
	padding: 0;
	margin: 0;
}

body {
	font-size: 75%;
	line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,input,textarea,select,td,tr,th,legend {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p {
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: inherit;
	position: relative;
}

img, a img {
	border: 0;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

h2 {
	margin-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
}

h3 {
	margin-top: 20px;
	border-bottom: #cccccc 2px dotted;
	width: 50%;
	padding-bottom: 2px;
}

dl.news {
	padding: 0px;
}

dt.news {
	margin-top: 8pt;
	color: gray;
	font-style: italic;
}

dd.news {
	padding: 2px;
	background-color: #eeeeee;
	border-bottom: #777777 1px dotted;
	border-right: #777777 1px dotted;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 100%;
	text-align: left;
}

#header {
	width: 760px;
	height: 88px;
	text-align: left;
}

#navigation {
	width: 180px;
	min-height: 1000px;
	text-align: left;
	float: left;
}

#navigation ul {
	padding: 10px 10px 0px 0;
}

#navigation li {
	margin: 10px;
	position: relative;
}

#navigation li a {
	background: transparent url("button-intern.gif") left top no-repeat;
	color: #dddddd;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 8pt;
	height: 12px;
	position: relative;
	display: block;
	list-style-image: none;
}

#navigation li.internmenu a:hover {
	background: transparent url("button-intern.gif") left -50px no-repeat;
	color: #ffcc00;
}

#content {
	width: 560px;
	float: left;
}

#footer {
	width: 760px;
	float: left;
}

#footer p {
	background-color: silver;
	border-top: 1px;
	border-top-color: black;
	border-top-style: dotted;
	padding-top: 2pt;
	padding-bottom: 2pt;
	text-align: center;
	font-size: 8pt;
	color: white;
	margin: 0;
}

#navigation li.specialmenu a {
	background: transparent url("button-special.gif") left top no-repeat;
}
#navigation li.specialmenu a:hover {
	background: transparent url("button-special.gif") left -50px no-repeat;
	color: blue;
}

#navigation li.travelmenu a {
	background: transparent url("button-travel.gif") left top no-repeat;
}
#navigation li.mysitesmenu a {
	background: transparent url("button-ext.gif") left top no-repeat;
}


#navigation li.travelmenu a:hover {
	background: transparent url("button-travel.gif") left -50px no-repeat;
	color: #ffcc00;
}


#navigation li.mysitesmenu a:hover {
	background: transparent url("button-ext.gif") left -50px no-repeat;
	color: #ffcc00;
}

#content p>img {

}

li.link a {
	text-decoration: none;
	color: black;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-bottom-color: black;
}

li.link a:visited {
	text-decoration: none;
	color: black;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-bottom-color: grey;
}

li.link a:active {
	text-decoration: none;
	color: red;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-bottom-color: black;
}

li.link a:hover {
	text-decoration: underline;
	color: red;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-bottom-color: black;
}

#navigation p.statcounter {
	margin-left: 20px;
}
