@charset "UTF-8";
html, body {
}
body {
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.938em;line-height:1.333em;	color:#444;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,ol,ul{font-weight:normal; margin:10px 0;}
h1, .h1 { font-size:2em; line-height:1.2em; }
h2, .h2 { font-size:1.75em; line-height:1.2em }
h3, .h3 { font-size:1.5em; line-height:1.25em }
h4, .h4 { font-size:1.25em; line-height:1.275em }
h5, .h5 { font-size:1.05em; line-height:1.3em; }
input {	
	font-family:Arial, Helvetica, sans-serif;
font-size:.938em;	color:#444;
}
ul {
	padding-left:1.5em;
}
ol {
	padding-left:3em;
}


#tc {
	position:relative;
	width:1200px;
	height:240px;
	margin:0 auto 10px auto;
	overflow:hidden;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#tc_bgl {
	position:absolute;top:0;left:0;width:50%;height:100%;border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius: 6px;
}
#tc_bgr {
	position:absolute;top:0;right:0;width:50%;height:100%;background-position:top right;border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;
}
#tc_scheck {
	position:absolute;top:0;left:50%;margin-left:-125px;
}
#tc_navi {
	position:absolute;left:0; top:210px; height:25px; width:100%; padding-top:5px;background-image:url(img/m_bg.png);border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px;	-webkit-border-bottom-left-radius: 6px;border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px;	-webkit-border-bottom-right-radius: 6px; color:#fff;
}
#tc_navi a {color:#FFF; text-decoration:none; border-bottom:none;}
#tc_navi a:hover {color:#FFF; border-bottom:1px solid #CCC;}
#tc_navi a.naviAktiv { border-bottom:3px solid #CCC;}
#cc {
	position:relative;
	width:1198px;
	border: 1px solid #666;
	margin:0 auto 10px auto;
	background-color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight:normal;
}
#fc {
	position:relative;
	width:1200px;
	margin:0 auto 10px auto;
	text-align:right;
}
#fc a {color:#444; text-decoration:none;}

#mc {
	width:930px;
	height:100%;
	border:none;
	float:right;
}
.br5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.px12 {
	font-size:12px;
	line-height:15px;
}
a:link, a:visited {
	color:#444; 
	text-decoration:none;
	border-bottom:1px dotted #444;
}
a:hover, a:active {
	color:#444; 
	text-decoration:none;
	border-bottom:1px solid #444;
}
