@charset "utf-8";
/* CSS Document */


/* ****************** */
/* INTERFACE / DESIGN */
/* ****************** */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background: #b50641;
	background-image: url(../_gfx/interface/site-bg.png);
	background-attachment: fixed;
}

#header-container {
	height: 209px;
	top: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
	margin: 0px;
}

#header {
	background-image: url(../_gfx/interface/header.png);
	height: 136px;
}

#header-navi {
	background-image: url(../_gfx/interface/navi-bg.png);
	height: 50px;
}

#footer {
	background-image: url(../_gfx/interface/footer-bg.png);
	height: 69px;
}

#content {
	background-image: url(../_gfx/interface/content-bg.png);
	padding: 220px 0px 0px 0px;
}

#header, #header-navi, #footer, #content {
	margin: 0px auto; 
	width: 814px;
}

#footer-content {
	padding: 35px 20px 0px 20px; 
}

#content #left, #content #right {
	float: left;
	margin-left: 20px;
}

#content #left {
	width: 487px;
}

#content #right {
	width: 267px;
}

.clear {
	clear: both;
}

.swappy {
	width: 487px;
}

.swappy .top {
	background-image: url(../_gfx/interface/swappy-top.png);
	height: 6px;
}

.swappy .bg {
	background-image: url(../_gfx/interface/swappy-bg.png);
}

.swappy .bottom {
	background-image: url(../_gfx/interface/swappy-bottom.png);
	height: 6px;
}

.swappy .content {
	margin: 0px 7px 0px 7px;
}

.swappy-preview {
	display: block;
}

.swappy-detail {
	display: none;
}

.valign img {
	margin: 0px 10px 0px -5px; 
	vertical-align: middle;
}

.valign span {
	display: inline-block; 
	vertical-align: middle;
}

/* ************** */
/* FONTS / COLORS */
/* ************** */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 120%;
}

a {
	text-decoration: none;
	color: #e3007a;
	font-weight: bold;
}

a:hover {
	color: #ff00cc;
	font-weight: bold;
}

h1 {
	background-color: #d6ea3d;
	background-image: url(../_gfx/interface/h-bg.png);
	color: #76850a;
	font-weight: normal;
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 10px 0px;
	line-height: 120%;
	font-size: 26px;
}

h2 {
	margin: 0px 0px 30px 0px;
	font-size: 26px;
	color: #a9bf02;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #a9bf02;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#menu {
	list-style-type: none;
	padding: 17px 10px 0px 10px;
	margin: 0px;
}

#menu li {
	padding: 0px 10px 0px 10px;
	float: left;
	list-style-type: none;
}

#menu li a {
	font-size: 20px;
	font-weight: normal;
}

#content {
	color: #000000;
}

#content #right, .klein {
	font-size: 12px;
}

#footer-content {
	font-size: 12px;
	color: #e3007a;
	text-align: center;
}

.block { 
	text-align: justify; 
}

.pink {
	color: #e3007a;
}

.green {
	color: #a9bf02;
}

#content #left {
	line-height: 150%;
}

#content .klein {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 100%;
}

.newspic {
	float: left;
	border: 1px solid #b4c91a;
	margin: 4px 5px 5px 0px;
	padding: 4px;
	background: #d6ea3d;
}

.table1 {
	border: 0px;
	width: 100%;
}

.table1 td {
	background: #FFFFFF;
	background-image: url(../_gfx/interface/table1-td-bg.png);
	border: 1px solid #d3d9de;
	padding: 2px;
}

.table1 .nobg {
	background: transparent;
	border: 0px;
}

.table1 .noborder-lr {
	border-left: 0px;
	border-right: 0px;
}

.table1 .center {
	text-align: center;
}

.table1 img {
	vertical-align: middle;
}

ul {
	margin: 0px 0px 0px 0px;
}

li {
	list-style-type: disc;
	list-style-position: outside;
}

.inputxt {
	color: #FFFFFF;
	background-color: #FF0099;
	font-weight: bold;
}

.inputbut {
	color: #FFFFFF;
	background-color: #FF0099;
	font-weight: bold;
	border: 2px groove #990033;
	margin:0px;
	font-size: 11px;
}

.left {
	float: left;
}

.right {
	float: right;
}