/* 
  -----------------------------------
  Champion Switzerland Style Sheet
  by Rolf André Klaedtke
  www.raksoft.ch - 06.08.2006
  -----------------------------------
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	color: White;
	background: #006699;
}

div {
	/* border: 1px solid Yellow;				*/
}

/*Heading Styles*/
h1, h2, h3, h4,  h5, h6 {
	color: #006699;
	margin-bottom: 10px;
}
/* Elements */
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
th {
	color: #006699;
	background-color: #E2E2E2;
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	padding: 2px 0 2px 5px;
}
blockquote {
	border-top: solid 2px #e3e3e3; 
}
/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #333333;
}
a:visited {
	color: #003333;
}
a:active {
	color: #006699;
	background-color: White;
}
a:hover, a:focus {
	color: White;
	background-color: #006699;
	text-decoration: none;
}

/* IDs */
#header {
	width: 780px;
	height: 145px;
	margin: 20px auto 0 auto;
	background-image: url(../images/champion_logo_header_deu.png);
	background-repeat: no-repeat;
}
#navigation {
	width: 780px;
	height: 35px;
	margin: 0 auto 0 auto;
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
}

#navigation a:link, #navigation a:visited {
	color: White;
	text-decoration: none;
}
#navigation a:active {
	color: #006699;
	background-color: White;
}
#navigation a:hover, #navigation a:focus {
	color: #006699;
	background-color: White;
}

#lang {
	font-size: 85%;
	float: right;	
}

#layoutwrapper {
	background: White;
	padding: 0;
	width: 780px;
	margin: 0 auto 10px auto;
	border-bottom: 2px solid #003333;
	border-right: 2px solid #003333;
}
#mainbox {
	width: 590px;
	float: left;
	color: #006699;
	background: White;
}
#maincontent {
	font-size: 90%;
	padding: 20px;
	line-height: 125%;
}

#factbox {
	width: 100%;
	color: #333333;
	background-color: #E5EFF5;
	margin: 10px 3px 0 0;
	/*border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;	*/
}
#factbox p {
	font-size: 90%;
	color: #006699;
	padding: 0px 5px 0px 10px;
	margin: 0;
}

#rightbox {
	width: 180px;
	float: right;
	color: #333333;
	background-color: #E5EFF5;
	margin: 50px 3px 0 0;
	/*border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;	*/
}
#rightcontent {
	font-size: 0.75em;
	padding: 2px 8px 5px 5px;
}
#rndTop {
	background: url(../images/topRight.gif) no-repeat right top;
}
#rndBottom {
	background: url(../images/bottomRight.gif) no-repeat right bottom;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#footer {
	font-size: 80%;
	clear: both;
	padding: 0 0 0 20px;
	margin: 35px auto 10px auto;
	color: #006699;
	border-top: 1px dotted #006699;
}
#floatimageleft {
	float: left;
	margin: 5px;
	margin-right: 10px;
}
#floatimageright {
	float: right;
	margin: 5px;
	margin-left: 10px;
}
#floatlogo {
	float: right;
	margin: 0;
}

/* Classes */
.Center {
	background-color: White;
	color: #006699;
	margin: 5em auto 2em auto;
}
.tableheader {
	background-color: #006699;
	color: White;
	font-size: 85%;
	font-weight: bold;
}
.tableCellBorder {
	border-bottom: 1px dotted #006699;
	border-right: 1px dotted #006699;
}
.Textbold {
	font-weight: bold;
}
.Explanation {
	font-size: 85%;
	color: #006699;
}
.ExplanationBold {
	font-weight: bold;
}
.ErrorMsg {
	color: #FFDD95;
	background-color: #CC4E33;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}
.Warning {
	color: #333333;
	background-color: #FFDF5E;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}.textsmall {  font-size: 10px}
