@charset "UTF-8";
/* CSS Document, Styles got GfK Mobile Website */
html,
body {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	background-color: #F1F0EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #46617D;
	margin: 0;
	padding: 12px 0 4px 0;
}
h1 {
	font-size: medium;
	font-weight: bold;
}
h2 {
	font-size: medium;
	font-weight: normal;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
h4 {
	font-size: medium;
	font-weight: normal;
}
h5 {
	font-size: small;
	font-weight: bold;
}
h6 {
	font-size: small;
	font-weight: normal;
}
.section-headline {
	background-color: #CFD6DD;
	margin: 10px 0 2px 0;
	padding: 4px 4px 4px 4px;
}
p {
	margin-top: 4px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
strong,
b {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
small {
	font-size: small;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
form {
	background-color: #E8E3E1;
	margin-top: 4px;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	width: 95%;
}
.textinput
{
	background-color: #FFFFFF;
	max-width: 95%;
	width: 240px;
}
.textarea {
	background-color: #FFFFFF;
	max-width: 95%;
}
select {
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
}
ol {
	margin-top: 4px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 6px;
}
ul {
	margin-top: 4px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 6px;
}
ul li {
	list-style-type: square;
}
caption {
	color:#46617D;
	padding: 3px;
	text-align: left;
}
table, table.mobile {
	border-collapse: collapse;
	margin-top: 4px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 12px;
	width: 95%;
}
/* used to display the name of a value in a one column table */
.tbname {
	background-color: #CFD6DD;
	border: thin solid #CFD6DD;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: left;
	width: 100%;
}
.tbeventdate {
	background-color: #F1F0EE;
	color: #000000;
	font-weight: bold;
}
.tbeventtitle {
	background-color: #F1F0EE;
	color: #000000;
}
/* used to display the value of an entry in a one column table */
.tbvalue {
	background-color: #F1F0EE;
	border: thin solid #CFD6DD;
	text-align: left;
	padding: 4px;
	width: 100%;
}
/* used to display the value of an entry as rising e.g. green */
.tbvalue-green {
	background-color: #F1F0EE;
	border: thin solid #CFD6DD;
	color: #009900;
	text-align: left;
	padding: 4px;
	width: 100%;
}
/* used to display the value of an entry as falling e.g. red */
.tbvalue-red {
	background-color: #F1F0EE;
	border: thin solid #CFD6DD;
	color: #990000;
	text-align: left;
	padding: 4px;
	width: 100%;
}
/* classes used to display name and value pairs in one line */
.tbfirstrow-oneline-left {
	background-color: #CFD6DD;
	border: none;
	text-align: left;
	padding: 4px;
	width: 50%;
}
.tbfirstrow-oneline-right {
	background-color: #CFD6DD;
	border: none;
	text-align: right;
	padding: 4px;
	width: 50%;
}
.tbfirstrow-oneline-right-green {
	background-color: #CFD6DD;
	color: #009900;
	border: none;
	text-align: right;
	padding: 4px;
	width: 50%;
}
.tbfirstrow-oneline-right-red {
	background-color: #CFD6DD;
	color: #990000;
	border: none;
	text-align: right;
	padding: 4px;
	width: 50%;
}
.tbsecondrow-oneline-left {
	background-color: #F1F0EE;
	border: none;
	text-align: left;
	padding: 4px;
	width: 50%;
}
.tbsecondrow-oneline-right {
	background-color: #F1F0EE;
	border: none;
	text-align: right;
	padding: 4px;
	width: 50%;
}
.tbsecondrow-oneline-right-green {
	background-color: #F1F0EE;
	color: #009900;
	border: none;
	text-align: right;
	padding: 4px;
	width: 50%;
}
.tbsecondrow-oneline-right-red {
	background-color: #F1F0EE;
	color: #990000;
	border: none;
	text-align: right;
	padding: 4px;
	width: 50%;
}
dl {
	margin-top: 4px;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
	width: 95%;
}
/* used to display the name of a value in a dl */
dt {
	background-color: #CFD6DD;
	border: thin solid #CFD6DD;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/* used to display the value of an entry in a dl */
dd {
	background-color: #F1F0EE;
	border: thin solid #CFD6DD;
	margin: 0;
	padding: 4px;
}
.align-right {
	text-align:right;
}
.sidenote {
	color: #909090;
}
/*---- Styles for Header ----*/
#header {
	height: auto;
}
#header h1 {
	color: #FFFFFF;
	background-color: #E58316;
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#header img {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}
#pagetitle {
	color: #46617D;
	background-color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*---- Styles for Navigation ----*/
#navigation {
	background-color: #F1F0EE;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #333943;
	color: #FFFFFF;
	height: auto;
	margin: 0;
	padding: 0;
}
#navigation div.button {
	background-color: #46617D;
	background-image: url(/imperia/md/content/css/mobile/images/button.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #333943;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:middle;
}
#navigation .button a,
#navigation .button a:link,
#navigation .button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align:middle;
}
#navigation .button a:hover,
#navigation .button a:active {
	color: #CFD6DD;
	text-decoration: none;
	vertical-align:middle;
}
#navigation p {
	padding: 4px;
	margin: 0;
}
#navigation .button p {
	background-image: url(/imperia/md/content/css/mobile/images/button-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
}
/*---- Styles for Content ----*/
#content {
	background-color: #F1F0EE;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #6C7787;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F1F0EE;
	margin: 0;
	padding: 2px 4px 6px 4px;
}
#content a,
#content a:link,
#content a:visited {
	color: #46617D;
	text-decoration: underline;
}
#content a:active,
#content a:hover {
	color: #E58316;
	text-decoration: underline;
}

#content a.no_underline {
	text-decoration: none;
		}
/*---- Styles for Related Navigation ----*/
#related-navigation {
	background-color: #F1F0EE;
	height: auto;
	margin: 0;
	padding: 0;
}
#back-to-home,
#back-to-category {
	background-color: #CFD6DD;
	background-image: url(/imperia/md/content/css/mobile/images/button-back.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #6C7787;
	padding: 9px 4px 9px 4px;
	vertical-align:middle;
}
#back-to-home img,
#back-to-category img {
	vertical-align:middle;
}

#right_div {
	vertical-align: middle;
	float:right;
	margin:0;
	padding:0;
	height:auto;
	width:auto;
}
	
	
#back-to-home a,
#back-to-home a:link,
#back-to-home a:visited,
#back-to-category a,
#back-to-category a:link,
#back-to-category a:visited {
	color: #46617D;
	text-decoration: none;
	vertical-align:middle;
}
#back-to-home a:hover,
#back-to-home a:active,
#back-to-category a:hover,
#back-to-category a:active {
	color: #E58316;
	text-decoration: none;
}
/*---- footer ----*/
#footer {
	background-color: #F1F0EE;
	margin: 0;
	padding: 0 4px 0 4px;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #46617D;
	text-decoration: underline;
}
#footer a:active,
#footer a:hover {
	color: #E58316;
	text-decoration: underline;
}
#breadchrumbs {
	font-size: small;
	padding-top: 4px;
	padding-bottom: 4px;
}
#breadchrumbs p {
	padding-top: 4px;
	margin: 0;
}
#siteinfo {
	background-color: #F1F0EE;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #FFFFFF;
	color: #909090;
	font-size: small;
	margin: 0;
	padding: 8px 0 8px 0;
	vertical-align: baseline;
}
.arrow {
	color: #666666;
	font-size: x-small;
}
#content div.clear {
	clear: both;
}
/* GfK Web-Colors based on gfk.com:
Content background: #F1F0EE;
Grey for text: #333333;
Light Grey text: #909090;
Light Grey box: #E8E3E1;
GfK Orange: #E58316;
Light Blue: #CFD6DD;
Medium Blue: #9AA6B5;
Dark Blue Background: #677588;
Darkest Blue Text: #46617D;
Green Up: #009900;
Red Down: #990000;
*/
