@charset "UTF-8";
/* CSS Document */

/* BOF stripping default browser styling */
:link,:visited { text-decoration: none; }

ul,ol { list-style: none; }

h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dt, dl
{ margin: 0px; padding: 0px; font-weight:normal; }

* { margin: 0; padding: 0; }
/* IE6 unterstützt kein focus und kein outline */
map area, map area:focus, a img, :link img, :visited img, :focus img, :active img { border:none; outline: none; -moz-outline: 0; }
a:focus, a:focus img, a:active, a:active img,
h3:focus, h3:active { border: none; outline: none; }
a { cursor: pointer; }
address { font-style: normal; }

/* EOF stripping default browser styling */

/* v2.0 Alpha für IE6 */
img, div, li, a, h3 {
	behavior: url('../htc/iepngfix.htc'); 
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	background: #000000 url(../images/bg_body.gif) repeat-x;
}


#Main {
	/*position:absolute;
	left:0px;
	top:0px;*/
	position: relative;
	margin: 0px auto;
	width:955px;
}

#Header {
	position: absolute;
	top: 0px;
	left: 288px;
	height: 60px;
}

#Member {
	float: left;
	width: 125px;
	height:60px;
	background: url(../images/bg_member.png) no-repeat;
	text-align:center;
	padding:20px 0px;
}

#Member a {
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
	height:13px;
}

#Member a:hover, #Member a.Sel {
	color:#cccccc;
}

#Login {
	float: right;
	margin-left: 6px;
	width:530px;
	height:60px;
	background: url(../images/bg_login.png) no-repeat;
	color:#FFFFFF;
	padding-top:5px; /*10*/
}

#Login form {
	/*padding:0px 0px 5px 8px;*/
}

#Login form input {
	width: 135px;
	float:left; /*für IE*/
	margin-right:6px;
}

.LoginLinks {
	text-align:right;
	padding-right:12px;
	margin-top:22px;
}

.MemberLinks {
	text-align:center;
	padding-top:12px;
}

.LoginLinks a, .MemberLinks a {
	color:#FFFFFF;
	text-decoration:underline;
}

.LoginLinks a {
	font-size:11px;
}

.LoginLinks a:hover, .MemberLinks a:hover {
	color:#cccccc;
}

/* fe_login überschreiben */
.tx-felogin-pi1 label {
	display:block;
	float:left; /*für IE*/
	margin-right:6px;
}

.tx-felogin-pi1 {
	margin-left:5px;
	display:block;
}

.tx-felogin-pi1 p a {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:11px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	border: 1px solid #666666;
	background-color:#333333;
	padding:1px 3px;
}

input.Button, .Button, .ButtonBigger {
	width:102px !important;
	height:22px;
	text-align:center;
	background:url(../images/button.png) no-repeat;
	border:none;
	color:#FFFFFF;
	padding:0px 0px 4px 0px;
}

.ButtonBigger {
	width:122px !important;
	background:url(../images/button_big.png) no-repeat;
}

input.Button:hover, .Button:hover, .ButtonBigger:hover {
	color:#cccccc;
	cursor:pointer;
} 
#Nav {
	height: 40px;
	position: absolute;
	top: 70px;
	left: 284px;
	z-index:50;
}

#Logo {
	position:absolute;
	top:77px;
	left:0px;
	border:none;
	display:block;
}

#LangNav {
	position:absolute;
	left:767px;
	top:70px;
}

#LangNav ul li {
	background: url(../images/menu/bg_lang.png) no-repeat;
	width: 90px;
	height: 40px;
	float: left;
	margin-right: 2px;
	text-align: center;
	border:none;
}

#LangNav ul li a {
	width: 90px;
	line-height: 48px;
	display:block; 
	float:left; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:12px; 
	cursor:pointer;
}

#LangNav ul li a:hover, #LangNav ul li a.Sel {
	color: #cccccc;
}

#Content {
	position:absolute;
	top:116px;
	left:288px;
}

#Content a, .SingleCol a {
	text-decoration: underline;
	color:#333333;
}

#Content a:hover, .SingleCol a:hover {
	color: #666666;
}

#Content p, .SingleCol p {
	margin-bottom:20px;
}

.Upper {
	text-transform:uppercase;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

#Content h3 a {
	text-decoration:none;
}

/* set the image to use and establish the lower-right position */ 
/*.CssBox, .CssBoxBody, .CssBoxHead, .CssBoxHead h2 { 
	background: url(YourImageHere.png) no-repeat bottom right; 
} */
.CssBox, .ProdCssBox { 
	background: url(../images/cs_b.png) no-repeat bottom left; 
	width: 670px !important; /* intended total box width - padding-right(next) */ 
	padding-bottom: 10px;
	margin-left: -2px;
	/*width: 640px;  IE Win = width - padding */ 
	/*padding-right: 15px;  the gap on the right edge of the image (not content padding) */ 
	/*margin: 20px auto;  use to position the box */ 
} /* set the top-right image */ 

.ProdCssBox {
	background: none;
	padding:0px;
}

.CssBoxHead { 
	width: 670px !important; /* intended total box width - padding-right(next) */
	background: url(../images/cs_t.png) no-repeat top left; 
	background-position: top right; 
	height: 40px;
	margin-left:-2px;
}
.CssBoxHead h3 { 
	background-position: top left; 
	padding: 12px 0 5px 15px;
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	color: #FFFFFF;
	font-size:16px;
	font-weight:normal;
}

.CssBoxBody { 
	background: url(../images/cs_c.png) repeat-y;
	margin-bottom: 10px;
}

.ProdCssBox .CssBoxBody {
	margin:0px;
}

.ProdCssBoxBottom {
	background: url(../images/cps_b.png) no-repeat left top;
	height:40px;
	margin-top:-1px;
	text-align:right;
	padding:5px;
}

.ProdCssBoxBottom ul {
	float:right;
	margin:0px;
	height:0px !important;
	margin-right:22px;
}

.ProdCssBoxBottom li {
	display:block;
	float:left;
	margin-right:5px;
}

.ProdCssBoxBottom a {
	color:#333333;
}

.ProdCssBoxBottom a:hover {
	color:#666666;
}

.ProdCssBoxBottom li.Prev a {
	text-decoration:underline;
	background:url(../images/prev.gif) no-repeat left top;
	padding-left:15px;
}

.ProdCssBoxBottom li.Next a {
	text-decoration:underline;
	background:url(../images/next.gif) no-repeat right top;
	padding-right:15px;
}

.ProdCssBoxBottom li.Top a {
	text-decoration:underline;
	background:url(../images/top.gif) no-repeat right top;
	padding-right:15px;
	margin-left:10px;
}

/* speziell in tt_news */
.tx-ttnews-browsebox-SCell {
	font-weight:bold;
}

.CssBoxBody .CssBoxContent { /* eigentlicher inhalt */
	margin-left:1px;
	/*padding-bottom: 20px;*/
	padding: 35px 0px 20px 0px;
	width: 659px;
	/*background:url(../images/cs_bg.gif) repeat-x #FFFFFF;*/
	background: url(../images/cps_bg.gif) repeat-x #FFFFFF; 
	color:#333333;
	min-height:380px;
}

.CssBoxBody .CssBoxContent img {
	margin-top: -20px;
}

.CssBoxBody .ProdCssBoxContent { /* eigentlicher inhalt */
	margin-left:1px;
	/*padding-bottom: 20px;*/
	padding: 35px 0px 20px 0px;
	width: 659px;
	background:url(../images/cps_bg.gif) repeat-x #FFFFFF;
	color:#333333;
	min-height:380px;
}

.MainImage
{
	margin-bottom:30px;
}

.CssBoxBody .CssBoxContent .SingleCol { /* eigentlicher inhalt einspaltig */
	margin-left:150px; /*245px*/
	width:475px; /*385px*/
	line-height:18px;
	/*padding-top:10px;*/
}

.SingleCol h3, ul.SMain h3 {
	margin-bottom:15px;
}

.SingleCol ul, .ProdText ul {
	list-style-type:disc;
	margin-left:15px;
}

.SingleCol ol, .ProdText ol {
	list-style:decimal outside;
	margin-left:15px;
}

.FullCol {
	width:630px;
	padding-left:15px;
	line-height:18px;
}

/* BOF Produkt-Divs */
.ProdTitle {
	/*padding: 35px 10px 20px 15px;*/
	padding: 0px 10px 20px 15px;
	color:#333333;
}

.ProdTitle h3 {
	font-size:23px;
	line-height:0px;
	padding:0px;
	font-weight:normal;
}

.ProdTitle .ProdSubTitle {
	font-size:10px;
	line-height:15px;
	margin-top:10px;
}

.ButtonRequest {
	background:url(../images/button_req.png) no-repeat;
	text-align:center;
	width:108px !important;
	height:59px;
	padding-top:3px;
}

.ButtonRequest a {
	color:#FFFFFF !important;
	text-decoration:none !important;
}

.ButtonRequest a:hover {
	color:#cccccc !important;
}

.Col_2_1 { /* Bildspalte */
	margin:0px 2px 0px 15px;/*0px 25px 0px 15px*/
	float:left;
	min-height:150px;
}

.Col_2_2 {
	margin:0px 20px 0px 245px;/*0px 20px 0px 15px*/
}

.ColHalf_1 { /* Bildspalte */
	margin:0px 2px 0px 15px;
	float:left;
}

.ColHalf_2 {
	margin:0px 20px 0px 330px;
}

.ProdGalleryBox {
	background: url(../images/cpi_b.png) no-repeat bottom left; 
	width: 205px !important; /* intended total box width - padding-right(next) */ 
	padding-bottom: 4px;
	margin-left: -2px;
	
}

.ProdGalleryBoxHead { 
	background: url(../images/cpi_t.png) no-repeat top left; 
	background-position: top right; 
	height: 4px;
}

.ProdGalleryBoxContent .ProdGalleryMain {
	background-color: #666666;
	padding-left:2px;
}

.ProdGalleryBoxContent .ProdGalleryMain a:hover { background: url('../images/lb_open.png') no-repeat center center; }

.ProdGalleryBoxContent .ProdGalleryMain .Caption {
	margin: 5px 10px 0px 10px;
	color: rgb(255, 255, 255);
	text-align:left;
}

.ProdGalleryBoxContent {
	background-color: #666666;
	width:205px;
	margin:0px auto; 
	text-align:center;
}


.ProdGalleryBoxContent .ProdGalleryMain img { 
	margin: 0px;
}

/* Anpassungen smoothgallery EXT BOF */
.myGallery {
	border:none !important;
}

#externalthumbs {
	height:40px;
	padding-top:7px;
}

#externalthumbs .thumbnail {
	cursor:pointer;
	width:47px;
	height:35px;
	float:left;
}

/* Anpassungen smoothgallery EXT EOF */

.ProdTextDeco {
	font-style:italic;
	margin-bottom:10px;
line-height:18px;
}
.ProdText {
	line-height:18px;
}
/* EOF Produkt-Divs */

#SubNav {
	position:absolute;
	top:118px;
	left:80px;
	width:207px;
}

.SubCssBox { 
	background: url(../images/menu/bg_sub_bottom.png) no-repeat bottom left; 
	width: 200px !important; /* intended total box width - padding-right(next) */ 
	padding-bottom: 10px;
	margin-left: -2px;
	/*width: 640px;  IE Win = width - padding */ 
	/*padding-right: 15px;  the gap on the right edge of the image (not content padding) */ 
	/*margin: 20px auto;  use to position the box */ 
} /* set the top-right image */ 

* html .SubCssBox { 
	padding-bottom: 5px;
}

.SubCssBoxHead { 
	background: url(../images/menu/bg_sub_top.png) no-repeat top left; 
	height: 10px;
	/*margin-right: -15px;  pull the right image over on top of border */ 
	/*padding-right: 40px;  right-image-gap + right-inside padding */ 
} /* set the top-left image */ 
.SubCssBoxBody h3 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	/*padding: 15px 0 5px 10px;  padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	color: #FFFFFF;
	font-size:15px;
	margin-bottom:10px;
	padding-left:15px;
	font-weight:normal;
} /* set the lower-left corner image */ 

.SubCssBoxBody { 
	background: url(../images/menu/s_sub_r.png) repeat-y top right; 
	margin-bottom: 10px;
	/*margin-right: 25px;  interior-padding right */ 
	/*padding: 15px 0 15px 40px;  mirror .cssbox_head right/left */ 
}

.SubCssBoxBody .SubCssBoxContent { /* eigentlicher inhalt */
	padding: 0px 0px 20px 0px;
	width: 194px;
	background:url(../images/menu/bg_box_sub.png) repeat-x #000000;
	min-height:220px;
	height:220px;
}

.SubMenu {
	display:block;
	padding-left:5px;
}

.SubMenu li a {
	display:block; 
	height:25px; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:14px; 
	line-height: 25px; 
	cursor:pointer;
	background:url(../images/menu/m_sub_bg.png) no-repeat top left;
	padding: 1px 0px 0px 25px;
}

.SubMenu li a:hover, .SubMenu li a.Sel {
	background:url(../images/menu/m_sub_bg_o.gif) no-repeat top left;

}

#Footer {
	position:relative;
	height: 40px;
	margin-top: 5px;
}
#Footer ul {
	float:right;
}
#Footer ul li {
	float:left;
}

#Footer a {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:11px;
	padding: 0px 10px;
}

#Footer a:hover, Footer a.Sel {
	color: #cccccc;
}

.Clear {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0;
	font-size: 0;
}

/*////////////////////////  Hauptnavigation ////////////////////////*/
/* based on: http://www.cssplay.co.uk/menus/pro_drop8 */
.MainMenu {
	margin:0; list-style:none; 
	height:40px; 
	overflow:hidden;
	position:relative; 
	z-index:500; 
}
.MainMenu li {
	display:block;
	float:left;
}
.MainMenu li a {
	display:block; 
	float:left; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:15px; 
	line-height: 45px; 
	cursor:pointer;
	height:40px;
}
.MainMenu li.First, 
.MainMenu li.Normal { /* vert. Linie rechts */
	background: url(../images/menu/m_line.png) no-repeat right top; 
}
.MainMenu li.Last {
	background: url(../images/menu/m_last.png) no-repeat right top; 
}
.MainMenu li.Normal,
.MainMenu li.Last { 
	margin-left: -1px; 
}
.MainMenu li.First a {
	padding:0 1px 0 10px;  
	background: url(../images/menu/m_first.png) no-repeat;
}
.MainMenu li.Normal a { /* vert. Linie links */
	padding:0 1px 0 1px; 
	background: url(../images/menu/m_line_kurz.png) no-repeat 0px 5px;
}
.MainMenu li.Last a { /* vert. Linie links */
	padding:0 10px 0 1px; 
	background: url(../images/menu/m_line_kurz.png) no-repeat 0px 5px;
}
.MainMenu li a span {
	float:left; 
	display:block; 
	padding:0px 40px; 
	height:40px; 
	background:url(../images/menu/m_center.png) repeat-x center top;
}

.MainMenu li.First a span {
	padding: 0px 40px 0px 30px;
}
.MainMenu li.Normal a span {
	padding: 0px 40px;
}
.MainMenu li.Last a span {
	padding: 0px 30px 0px 40px;
}


/* Für IE6 */
/*.MainMenu li.First a:hover {
	background: url(../images/menu/m_first_o.png) no-repeat;
}
.MainMenu li a:hover span {
	background:url(../images/menu/m_center_o.png) repeat-x right top;
}
EOF Für IE 6
*/
.MainMenu li:hover {
	display:block; 
	float:left;
	color:#FFFFFF;
}
.MainMenu li.First:hover, 
.MainMenu li.Normal:hover,
.MainMenu li.FirstSel, 
.MainMenu li.NormalSel {
	background: url(../images/menu/m_line_o.png) no-repeat right top; 
}
.MainMenu li.Last:hover,
.MainMenu li.LastSel {
	background: url(../images/menu/m_last_o.png) no-repeat right top; 
}
.MainMenu li.First:hover a,
.MainMenu li.FirstSel a { /* > a entfernt */
	background: url(../images/menu/m_first_o.png) no-repeat;
}
.MainMenu li.Normal:hover a, 
.MainMenu li.Last:hover a,
.MainMenu li.NormalSel a, 
.MainMenu li.LastSel a { /* > a entfernt */
	background: url(../images/menu/m_line_kurz_o.png) no-repeat 0px 5px;
}

.MainMenu li.First:hover > a span, 
.MainMenu li.Normal:hover > a span, 
.MainMenu li.Last:hover > a span,
.MainMenu li.FirstSel > a span, 
.MainMenu li.NormalSel > a span, 
.MainMenu li.LastSel > a span{
	background:url(../images/menu/m_center_o.png) repeat-x center top;
}

.MainMenu a:hover {
	visibility:visible; 
	position:relative; 
	z-index:200;
}
.MainMenu li:hover,
.MainMenu li.FirstSel, 
.MainMenu li.NormalSel,
.MainMenu li.LastSel {
	position:relative; 
	z-index:200;
}

/*////////////////////////  EOF Hauptnavigation ////////////////////////*/

.CreditsColum1 {
	float:left;
	width:150px;
	margin-top: 20px;
}

.CreditsColum2 {
	margin-left:150px;
	margin-top: 20px;
	width:220px;
}

/* Styles für Formulare */
.Formular {
	width:430px;
}

#Content .Formular p {
	margin-bottom:2px;	/*2*/
}

.Formular .submitButtons {
	margin: 20px 0px;
}

form { 
	margin: 0px 0px 16px 0px; 
	/*vertical-align: top; 
	display: inline; */
}

form .Label	{ 
	float: left; 
	display: inline; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: auto; 
	cursor: pointer;
}

form .Duty	{
	font-weight: bold;
}

form .Input, .Formular select { 
	float: left; 
	display: inline; 
	height: 16px; 
	border: 1px solid #BBBBBB;
	background-color:#999999;
	/*margin: 0px 0px 10px 0px; */
	padding: 1px 0px 1px 3px; 
	font-family: Arial, Helvetica, sans-serif;
}

form .Short {
	width: 119px; 
	display: inline; 
	height: 16px; 
	border: 1px solid #BBBBBB;
	background-color:#999999;
	padding: 1px 0px 1px 3px; 
	font-family: Arial, Helvetica, sans-serif;
}

.Formular textarea { 
	float: left; 
	display: inline; 
	height: 70px; 
	border: 1px solid #BBBBBB;
	background-color:#999999;
	/*margin: 0px 0px 10px 0px; */
	padding: 3px; 
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
}

form input.Standard { 
	width: 320px; /*250*/
}

.Formular select { 
	width: 325px; /*250*/
	height:21px;
}

.tx-srfeuserregister-pi1-radio {
	margin-right:10px;
	background:none;
	border:none;
}

form .Checkbox, .tx-srfeuserregister-pi1-checkbox { 
	float: left; 
	display: inline; 
	margin: 0px 0px 4px 0px; 
	padding: 0px 0px 0px 0px;
	background:none;
	border:none;
}

input.Checkbox, .tx-srfeuserregister-pi1-checkbox { 
	width: 15px; 
}
form label.Checkbox 	{ 
	margin: 0px 0px 0px 4px;
	width: 305px;
	cursor: pointer;
}

form label {
	margin-right:5px;
}

form .Colum1, .Colum1 { 
	float: left; 
	display: inline; 
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	width: 100px; 
}

form .Colum2, .Colum2 {
	float: left; 
	display: inline; 
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	width: 330px;
	/*margin-top:-10px;*/
}

.Colum2, .Colum1 {
	margin-bottom: 5px;
}

form .Colum2, form .Colum1 {
	margin-bottom: 10px;
}

div.OverflowBox {
	background-color: #999999;
	border: 1px solid #BBBBBB;
	height: 70px;
	width: 320px;
	margin: 0px 2px 10px 0px;
	overflow: auto;
	padding: 3px;
	float: right;
	color: #FFFFFF;
}

div.OverflowBox a, div.OverflowBox a:hover {
	text-decoration:underline !important;
	color:#FFFFFF !important;
}

/* Send-Buttons, SendMap wird in der gmap verwendet */
form .Send { 
	float: right; 
	margin: 0px;
	border: none;
	display: inline; 
	background-color: #636466;
	color: #FFFFFF; 
	text-align: center; 
	width: 84px; 
	height: 19px; 
	line-height: 16px; 
	padding: 0px;
	cursor: pointer;
}

/* Popup-Fenster */
.PopUp {
	width: 444px;
	text-align: left;
	margin: 25px auto;
	line-height: 20px;
}

.PopUp p, .PopUp ul {
	margin-bottom: 20px;
}

/* Sitemap-Listen */
ul.SMain {
	list-style-type: none;
	margin:0px;
}
ul.SMain h3 {
	line-height:14px;
}

ul.SSub {
	list-style-type: none;
	padding-left: 15px;
}

ul.SSub h3 {
	font-size:14px;
	line-height:12px;
}

ul.SSub2 {
	list-style-type: none;
	padding-left: 30px;
}

ul.SSub2 h3 {
	font-size:13px;
	line-height:10px;
}
/* ENDE Sitemap-Listen */

/* sb_downloader BOF 
	Anpassung der Styles, die die Ext. mitliefert
*/

/*#sb_download_flexWrap {
	margin: 0px;
}*/

.sb_download_flex {
	background: none;
	padding:0px;
	margin:0px;
	height:auto;
	width:auto;
	float:none;
}

/* Anpassung der Gallerie für die Bildbreite 100px BOF */
.sb_download_flex .Col_2_1 .ProdGalleryBox {
	background: url(../images/cpi_b_105px.png) no-repeat bottom left; 
	width: 105px !important; /* intended total box width - padding-right(next) */ 
	padding-bottom: 4px;
	margin-left: -2px;
}

.sb_download_flex .Col_2_1 .ProdGalleryBoxHead {
	background: url(../images/cpi_t_105px.png) no-repeat top left; 
	background-position: top right; 
	height: 4px;
}

.sb_download_flex .Col_2_1 .ProdGalleryBoxContent {
	background-color: #666666;
	width:105px;
	margin:0px auto; 
	text-align:center;
}
/* Anpassung der Gallerie für die Bildbreite 100px EOF */

.sb_download_flex .Col_2_2 {
	margin:0px 20px 0px 155px;
}

.sb_download_flex .clicks, .sb_download_single .clicks {
	float:left;
	font-size:11px;
	margin:10px 10px 0 0;
}

.sb_download_flex .datetime, .sb_download_single .datetime {
	float:left;
	font-size:11px;
	margin:10px 10px 0 0;
}

#bg-member_ {
	position:absolute;
	left:208px;
	top:0px;
	width:125px;
	height:60px;
}

#bg-login_ {
	position:absolute;
	left:338px;
	top:0px;
	width:530px;
	height:60px;
}

#bg-m_ {
	position:absolute;
	left:204px;
	top:72px;
	width:480px;
	height:40px;
}

#bg-de_ {
	position:absolute;
	left:688px;
	top:72px;
	width:90px;
	height:40px;
}

#bg-it_ {
	position:absolute;
	left:781px;
	top:72px;
	width:90px;
	height:40px;
}

#bg-sub-top_ {
	position:absolute;
	left:3px;
	top:116px;
	width:200px;
	height:10px;
}

#s-l_ {
	position:absolute;
	left:206px;
	top:116px;
	width:2px;
	height:571px;
}

#bg-headline_ {
	position:absolute;
	left:208px;
	top:116px;
	width:650px;
	height:40px;
	background: #000 url(../images/bg_headline.gif) repeat-x;
}

#bg-headline-r_ {
	position:absolute;
	left:858px;
	top:116px;
	width:20px;
	height:40px;
}

#bg-m-sub_ {
	position:absolute;
	left:3px;
	top:126px;
	width:194px;
	height:306px;
}

#s-sub-r_ {
	position:absolute;
	left:197px;
	top:126px;
	width:6px;
	height:306px;
}

#s-r_ {
	position:absolute;
	left:867px;
	top:155px;
	width:11px;
	height:534px;
}

#headline-line_ {
	position:absolute;
	left:208px;
	top:156px;
	width:659px;
	height:1px;
	background-color: #cccccc;
	text-align:center;
}

#sl-32_ {
	position:absolute;
	left:208px;
	top:157px;
	width:660px;
	height:530px;
}

#bg-sub-bottom_ {
	position:absolute;
	left:3px;
	top:432px;
	width:200px;
	height:20px;
}

#s-lb_ {
	position:absolute;
	left:206px;
	top:687px;
	width:12px;
	height:20px;
}

#sl-36_ {
	position:absolute;
	left:218px;
	top:687px;
	width:640px;
	height:10px;
}

#s-rb_ {
	position:absolute;
	left:858px;
	top:687px;
	width:20px;
	height:20px;
}

#s-b_ {
	position:absolute;
	left:218px;
	top:697px;
	width:640px;
	height:10px;
}

#m-bottom_ {
	position:absolute;
	left:553px;
	top:707px;
	width:325px;
	height:21px;
}