/** Global reset */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	text-align: left;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url( 'images/background.png' ) 0 160px repeat-x;
	background-color: #CAF0FD;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	position: relative;	/** IE Hack */
}

hr {
	color: #808080;
	margin: 12px 0px 12px 0px;
	height: 1px;
}

a, a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

blockquote {
	padding: 10px;
	border: 1px solid #000000;
}

/** Form elements */
.input {
	font-size: 11px;
	border: 1px solid #000000;
	padding: 1px;
}

.input_empty {
	font-size: 11px;
	border: 1px solid #000000;
	padding: 1px;
}

.submit {
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}

.select {
	font-size: 10px;
	border: 1px solid #000000;
	padding: 1px;
}

/** Component */
.component_header {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background: url( 'images/box_header.png' ) 0 0 repeat-x;
	color: #505050;
	padding: 5px;
}

.component_body {
	padding: 15px;
}

.component_body ul {
	list-style-type: square;
	line-height: 16px;
	font-size: 11px;
}

.component_body li {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 5px;
}

.component_back {
	display: block;
	text-align: right;
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.component_back a {
	color: #FF0000;
	text-decoration: none;
}

.component_back a:hover,
.component_back a:active {
	color: #000000;
	text-decoration: underline;
}

/** Layout */
#wrapper {
	width: 978px;
	text-align: left;
	margin: 20px auto 20px auto;
	padding: 0px;
}

#layer_01 {
	height: 10px;
	font-size: 8px;
}
#layer_01_01 {
	height: 10px;
	background: url( 'images/02.png' ) 0 0 repeat-x;
}
#layer_01_02 {
	height: 10px;
	background: url( 'images/01.png' ) 0 0 no-repeat;
}
#layer_01_03 {
	height: 10px;
	background: url( 'images/03.png' ) 100% 0 no-repeat;
}

#layer_02 {
	width: 100%;
	font-size: 11px;
}
#layer_02_01 {
	background: url( 'images/04.png' ) 0 0 repeat-y;
}
#layer_02_02 {
	background: url( 'images/05.png' ) 100% 0 repeat-y;
}
#layer_02_03 {
	background-color: #FFFFFF;
	margin: 0px 14px 0px 14px;
}

#layer_03 {
	height: 10px;
	font-size: 8px;
}
#layer_03_01 {
	height: 10px;
	background: url( 'images/07.png' ) 0 0 repeat-x;
}
#layer_03_02 {
	height: 10px;
	background: url( 'images/06.png' ) 0 0 no-repeat;
}
#layer_03_03 {
	height: 10px;
	background: url( 'images/08.png' ) 100% 0 no-repeat;
}

#banner {
	width: 100%;
	height: 207px;
	background: url( 'images/banner.png' ) 0 0 no-repeat;
}

#top_navi {
	height: 45px;
	background: url( 'images/top_navi_background.png' ) 0 0 repeat-x;
	padding: 5px 2px 0px 2px;
}

#body {
	width: 100%;
}

#body_left {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 5px;
}

#body_right {
	float: right;
	width: 280px;
	padding: 0px 5px 0px 0px;
}

#footer {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	background: url( 'images/footer_background.png' ) 0 0 repeat-x;
	padding: 10px;
}

/** Topmenu */
#top_navi .moduletable_topmenu {
	width: 100%;
	font-weight: bold;
}

#top_navi .moduletable_topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top_navi .moduletable_topmenu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#top_navi .moduletable_topmenu a {
	float: left;
	background: url( 'images/top_navi_left.png' ) 0% 0% no-repeat;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
}

#top_navi .moduletable_topmenu a span {
	display: block;
	background: url( 'images/top_navi_right.png' ) 100% 0% no-repeat;
	padding: 8px 10px 8px 5px;
	margin: 0px 2px 0px 0px;
	color: #000000;
}

#top_navi .moduletable_topmenu a.current {
	background-position: 0% -30px;
}

#top_navi .moduletable_topmenu a.current span {
	color: #FF0000;
	background-position: 100% -30px;
}

#top_navi .moduletable_topmenu a:hover {
	background-position: 0% -30px;
}

#top_navi .moduletable_topmenu a:hover span {
	color: #FF0000;
	text-decoration: underline;
	background-position: 100% -30px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_navi .moduletable_topmenu a span {
	float: none;
}
/* End IE5-Mac hack */

/** Language */
.moduletable_language {
	padding: 0px 10px 0px 10px;
}

.moduletable_language img {
	border: 1px solid #7F7F7F;
}

/** Hotline */
.moduletable_hotline {
	padding: 10px;
}

/** Banner */
.moduletable_banner {
	margin-bottom: 6px;
	padding: 32px 0px 0px 17px;
	float: left;
	position:absolute;
	
}

.moduletable_banner h3 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #C32122;
}

.moduletable_flashbanner {
	padding-left: 13px;
	padding-top: 8px;
	width: 100%;
}

.moduletable_flashbanner h3 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #C32122;
}

#flashbanner .error {
  width: 220px;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
	background-color: #FFFFCC;
	padding: 5px;
}

/** Map */
.moduletable_map {
    margin-bottom: 8px;
	text-align: center;
	font-size: 11px;
	background: url( 'images/box_header.png' ) 0 0 repeat-x;
	color: #505050;
	padding: 8px 2px 2px 2px;
	border: 1px solid #7F7F7F;
	background-color: #E6E7E8;
}

.moduletable_map h3 {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #505050;
}

/** Partner */
.moduletable_partner {
    margin-bottom: 8px;
	text-align: left;
	font-size: 11px;
	background: url( 'images/box_header.png' ) 0 0 repeat-x;
	color: #505050;
	padding: 8px 2px 2px 2px;
	border: 1px solid #7F7F7F;
	background-color: #E6E7E8;
}

.moduletable_partner h3 {
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #505050;
}

.moduletable_partner ul {
	list-style-type: none;
}

.moduletable_partner ul li {
	border-bottom: 1px dotted #7F7F7F;
}

.moduletable_partner a {
	text-decoration: none;
	line-height: 18px;
	color: #505050;
	display: block;
}

.moduletable_partner a:hover, .moduletable_partner a:active {
	text-decoration: none;
	line-height: 18px;
	background-color: #E60000;
	color: #FFFFFF;
	display: block;
}

/** watchbox */
.moduletable_watchbox {
	/*margin-bottom: 6px;*/
	padding: 18px 0px 0px 695px;
	/*float: right;
	position:absolute;*/
}

.moduletable_watchbox h3 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #C32122;
}

.moduletable_flashwatchbox {
	padding-left: 13px;
	padding-top: 8px;
	width: 100%;
}

.moduletable_flashwatchbox h3 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #C32122;
}

#flashwatchbox .error {
  width: 220px;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
	background-color: #FFFFCC;
	padding: 5px;
}

