body {
	text-align: center;
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
	background-color:transparent;
	outline: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	background-color:transparent;
	outline: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF673D;
	outline: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF673D;
	outline: none;
}
a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF673D;
	outline: none;
}
a.wiki {
	background-image: url(../images/WikipediaIcon.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	cursor: pointer;
}
a.typo3 {
	background-image: url(../images/t3.png);
	background-repeat: no-repeat;
	padding-right: 21px;
	background-position: right;
	cursor: pointer;
}
a.email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	background-position: 0px 3px;
	cursor: pointer;
}
#logo a:active, #logo a:focus, #logo a:hover {
	background: none;
}
/*
.color1 {
	color: #00add8;	
}
.color2 {
	color: #FF673D;
}
*/
h1 {
	font-size: 15px;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	color: #00add8;
}
p {
	margin: 0px;
	line-height: 21px;
}
address {
		margin: 0px;
	line-height: 21px;
	font-style: normal;
}
abbr { font-style:normal; text-decoration: none; border: 0px; }
#page {
	width: 487px;
	margin-left:auto;
	margin-right: auto;
	padding:40px 40px 40px 40px;
}
#frame1 {
	width: 485px;
	border:1px solid #d9d8d9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: left;
	position: relative;	
}
#logo { display: block; width:470px; overflow: hidden; padding-left: 15px; }
.frame {
	margin: 10px;
	padding:10px 10px 10px 10px;
	border:1px solid #d9d8d9;
	width: 445px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
	display: block;
}
.txt00 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 9px;
	text-transform: uppercase;
	padding:0px 0px 10px 0px;
	text-align: center;
	width: 465px;
white-space: nowrap;
}

.swd {
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	padding-top: 4px;
	padding-left: 37px;
	font-style: italic;
}