/* GLOBALS */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #51585B;
	background: #ffffff;
	margin: 0 0 40px 0;
	
}
div, h1, h2, h3, h4, h5, h6 {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
}
p, form, input, select, textarea, ul, li, a {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	border: 1px solid #cccccc;
	padding: 3px;
}
input[type=radio] {
	border: none;
}
a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #51585b;
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}
a.deco {
	text-decoration: underline;
}
p, input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #51585b;
}
.clearboth {
	clear: both;
}
#spacer {
}
.mgtop10 {
	margin-top: 10px;
}
.mgtop15 {
	margin-top: 15px;
}
.divLeft {
	float: left;
}
.divRight {
	float: right;
}
input.bttnGray {
	border: 1px solid #999999;
	background: #999999;
	color: #ffffff;
	padding: 2px 3px 2px 3px;
	cursor: pointer;
}

/* HEADLINE GLOBALS */

#naviHead {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 0 0 2px 4px;
	border-bottom: 3px solid #333333;
}
h1.main {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: #99CC00;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 0px 0;
	xborder: 1px solid #cccccc;
}
h2.main {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 20px;
	color: #8CBB00;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #CCCCCC;
	margin: 10px 0 10px 0;
}
h2.tsrHead {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	color: #313535;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #CCCCCC;
	margin: 10px 0 10px 0;
}
h2.subline {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 16px;
	color: #313535;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 2px 0;
	border-bottom: 3px solid #CCCCCC;
	margin: 10px 0 5px 0;
}
h2.subline .h2Link {
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #313535;
	text-transform: none;
	text-align: left;
	padding: 0 0 0 30px;
}
h3 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	padding: 0 0 2px 0;
	border-bottom: 3px solid #333333;
	margin: 10px 0 15px 0;
}
h3.subline {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 15px;
	color: #313535;
	text-transform: none;
	text-align: left;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 15px 0;
}
.h3Link {
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #313535;
	text-transform: none;
	text-align: left;
	padding: 0 0 0 20px;
	cursor: pointer;
}
h3.subline2 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 15px;
	color: #313535;
	text-transform: none;
	text-align: left;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #CCCCCC;
	margin: 10px 0 15px 0;
}
h4 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0 10px 0;
}
.linkClose {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #313535;
	text-transform: none;
	text-align: left;
	padding: 10px 0 10px 20px;
	cursor: pointer;
}

/* MAIN */

#main {
	min-width: 900px;
	margin: auto 10px;
}

/* HEAD  */

#head {
	position: relative;
	height: 147px;
		background: url('/gfx/head_border_tabs.gif') right bottom no-repeat;
        padding: 13px 0 0 0;  
}
#head #logo {
	float: left;
}
#head .headBox {
	float: left;
	xheight: 145px;
	padding: 14px 0 0 15px;
}
#head #search {
	background: url('/gfx/head_trenner.gif') 0 0 no-repeat;
	xpadding-left: 25px;
}
#head #search #searchHead {
	font-family: Arial Black;
	font-weight: bold;
	color: #99cc00;
	padding: 0 0 3px 0;
}
#head #search #searchInput {
	float: left;
}
#head #search #searchInput input {
	width: 100px;
	border: 1px solid #000000;
	padding: 2px 4px 2px 4px;
}
#head #search #searchSubmit {
	float: left;
	padding: 0 0 0 5px;
}
#head #search #searchSubmit input {
	border: 1px solid #666666;
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
}
#head #search #searchLinks {
	color: #666666;
	line-height: 18px;
	padding: 5px 0 5px 0;
}
#head #search #searchLinks a {
	text-decoration: underline;
	color: #666666;
	line-height: 18px; 
}
#head .headBox .infoIcon {
	text-align: center;
	padding: 0 0 5px 0;
}
#head .headBox .infoLinks {
	text-align: center;
}
#head .headBox .infoLinks a {
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
	line-height: 16px; 
}
#head #info {
	background: url('/gfx/head_trenner.gif') 0 0 no-repeat;
	xborder:1px solid #cccccc;
	width: 85%;
}
#head #kontakt {
	background: url('/gfx/head_trenner.gif') 0 0 no-repeat;
	xborder:1px solid #cccccc;
	width: 85%;
}
#head #agb {
	background: url('/gfx/head_trenner.gif') 0 0 no-repeat;
	xborder:1px solid #cccccc;
	width: 85%;
}
#head #warenkorb {
	background: url('/gfx/head_trenner.gif') 0 0 no-repeat;
	xborder:1px solid #cccccc;
	width: 85%;
}
#head #warenkorb #wkIcon {
	padding: 5px 5px 5px 0;
}
#head #warenkorb #wkHead {
	text-align: center;
}
#head #warenkorb #wkHead a {
	font-family: Arial Black;
	font-weight: bold;
	font-size: 13px;
	color: #99cc00;
	text-align: center;
	padding: 0 0 3px 0;
}
#head #warenkorb #wkInfo {
	text-align: center;
}
#head #warenkorb #wkInfo a {
	font-family: Arial Black;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	padding: 0 0 3px 0;
}
#head #tabs {
	float: right;
	width: 535px;
	height: 25px;
	backgroundx: url('/gfx/head_bordertabs.gif') left bottom no-repeat;
	padding:  17px 0 0 0;
}
#head #tabs #tab1 {
	float: left;
	padding: 14px 0 0 17px;
}
#head #tabs #tab2 {
	float: left;
	padding: 14px 0 0 35px;
}
#head #tabs #tab3 {
	float: left;
	padding: 14px 0 0 37px;
}
#head #tabs #tab4 {
	float: left;
	padding: 14px 0 0 33px;
}
#head #tabs #tab5 {
	float: left;
	padding: 14px 0 0 33px;
}
#head #tabs a {
	color: #ffffff;
	font-size: 13px;
}

/* NAVILEFT  */

#naviLeft {
	float: left;
	width: 15%;
	padding: 25px 0 0 0;
	xborder: 1px solid #cccccc;
}
#naviLeft ul.main {
	list-style: none;
}
#naviLeft ul.main li {
	padding: 6px 0 6px 4px;
	border-bottom: 1px solid #cccccc;
}

/* CONTENT  */

#content {
	float: left;
	width: 65%;
	padding: 10px 20px 0 20px;
}
#content.nonavi {
	width: 100%;
	padding: 10px 0 0 0;
}
#content.navileft {
	width: 82.7%;
	padding: 10px 0 0 20px;
}
#content #contWrapper {
	padding: 0 0 20px 20px;
}
#content #contWrapper.nonavi {
	padding: 0 0 20px 0;
}
#content #contWrapper.nonavi2 {
	padding: 0 0 0 0;
}
#content #contWrapper.small {
	padding: 0 0 25px 20px;
}
#contWrapper #tsrBox {
	float: left;
	width: 44%;
	padding: 0 30px 30px 0;
}
#tsrBox #tsrWrapper {
	width: 280px;
}
#tsrWrapper #tsrImg {
	float: left;
	width: 120px;
}
#tsrWrapper #tsrLinks {
	float: left;
	width: 155px;
	padding: 0 0 0 5px;
}
#tsrLinks ul.tsrLinks {
	margin: 0 0 0 15px;
}
#content #reproLinks {
	float: left;
	width: 23%;
	padding: 0 0 0 5px;
}
#reproLinks ul.ulLinks {
	margin: 0 0 0 15px;
}
#reproLinks ul.ulLinks li {
	padding: 0 0 5px 0;
}
#content #homeBox {
	width: 450px;
	margin: 0 auto;
}
#content #homeBox ul.homeLinks {
	list-style: none;
	padding: 10px 0 0 0;
}
#content #homeBox ul.homeLinks li {
	padding: 5px 0 8px 28px;
	background: url('/gfx/ic_check.jpg') 0 0 no-repeat;
	line-height: 10px;
	font-weight: normal;
}

/* BILDDETAIL  */

#content #infoBox {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}
#content #infoBox #infoText {
	float: left;
	padding: 0 60px 0 0;
}
#content #infoBox2 {
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}
#content #infoBox2 #infoText {
	float: left;
	padding: 0 15px 0 0;
}
#content #infoBox3 {
	padding: 0 0 10px 0;
}
#content #infoBox3 #infoText {
	float: left;
	padding: 0 60px 0 0;
}
#content #boxLft {
	float: left;
	width: 67%;
	padding: 5px 0 5px 0;
}
#content #boxLft #imgBack {
	background: #EEEEEE;
	padding: 50px 0 50px 0;
	text-align: center;
}
#content #boxLft #imgPalette {
	padding: 10px 0 30px 0;
	text-align: center;
}
#content #boxLft #summary {
	padding: 10px 0 30px 0;
	text-align: center;
}
#content #boxLft #colorWrapper {
	padding: 5px 0 0 3%;
}
#content #boxLft .colorBox {
	float: left;
	width: 2.2%;
	height: 13px;
	margin: 1px 1px 0 0;
	cursor: pointer;
}
#content #boxRgt {
	float: right;
	width: 31%;
	padding: 5px 0 5px 0;
}
#content #boxRgt #formRadio {
	float: left;
	padding: 1px 5px 0 0;
}
#content #boxRgt #formRadioText {
	float: left;
	padding: 10px 5px 10px 0;
}
#content #boxRgt #lbTech.popup {
	position: absolute;
	left: -670px;
	top: 80px;
	background: #ffffff;
	border: 2px solid #cccccc;
	visibility: hidden;
	z-index: 100;
}
#content #boxRgt #lbTech.cont {
	background: #ffffff;
	border: 2px solid #cccccc;
	visibility: hidden;
	z-index: 100;
}
#content #boxRgt #lbHelp {
	position: absolute;
	left: -370px;
	top: 80px;
	background: #ffffff;
	border: 2px solid #cccccc;
	visibility: hidden;
	z-index: 100;
}
#content #lbTech table, #content #lbHelp table {
	border-collapse:collapse;
}
#content #lbTech table td {
	vertical-align: top;
	padding: 3px 3px;
	border: 1px solid #cccccc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #51585B;
	background: #ffffff;
}
#content #lbHelp table td {
	vertical-align: top;
	padding: 13px 13px;
	border: 1px solid #cccccc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #51585B;
	background: #ffffff;
}
#content #boxRgt #formText {
	float: left;
}
#content #boxRgt #formButton {
	float: right;
	padding: 10px 20px 10px 0;
}
#content #frameBox {
	height: 240px;
	overflow: auto;
}
#content #frameBox #frameElem {
	float: left;
	padding: 0 10px 10px 0;
}
#content #divLeftImg1 {
	float: left;
	width: 44%;
	padding: 0 3.1% 0 0;
	border-right: 1px solid #cccccc;
}
#content #divLeftImg1 .divLeft {
	width: 35%;
}
#content #divLeftImg1 .divRight {
	width: 63%;
}
#content #divRightImg1 {
	float: right;
	width: 46%;
	padding: 0 3.6% 0 0;
	border-right: 1px solid #cccccc;
}
#content #divRightImg1 .divLeft {
	width: 30%;
}
#content #divRightImg1 .divRight {
	width: 60%;
}
#content #divLeftImg2 {
	float: left;
	width: 43%;
	padding: 0 4% 0 0;
	border-right: 1px solid #cccccc;
}
#content #divLeftImg2 .divLeft {
	width: 35%;
}
#content #divLeftImg2 .divRight {
	width: 63%;
	text-align: right;
}
#content #priceText {
	padding: 45px 0 0 0;
}
#content #saveBasket {
	padding: 10px 0 0 0;
}
#content ul.custInfo {
	padding: 0 0 20px 20px;
}
#content ul.custInfo li {
	padding: 0 0 15px 0;
}
#content #shippImg {
	float: left;
	padding: 0 0 0 20px;
}
#content #shippText {
	float: left;
	padding: 0 0 0 10px;
}

/* WARENKORB  */

#content #dataPicture {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
#content #divLeftWk1 {
	padding: 0 10% 0 0;
}
#content #divLeftWk1 .divLeft {
	width: 35%;
}
#content #divLeftWk1 .divRight {
	width: 63%;
}
#content #divRightWk1 {
	float: right;
	width: 46%;
	padding: 0 3.6% 0 0;
	border-right: 1px solid #cccccc;
}
#content #divRightWk .divLeft {
	width: 30%;
}
#content #divRightWk1 .divRight {
	width: 68%;
}
#content #divRightWkPrice {
}
#content #divRightWkPrice .divLeft {
	float: left;
	width: 40%;
}
#content #divRightWkPrice .divRight {
	float: right;
	width: 30%;
	padding: 0 25% 0 0;
	text-align: right;
}
#content #wkTrenner {
	border-top: 2px solid #cccccc;
	padding: 20px 0 0 0;
}
#content #divLeftKd {
	padding: 0 15% 0 0;
}
#content #divLeftKd .divLeft {
	width: 35%;
	padding: 0 0 10px 0;
}
#content #divLeftKd .divRight {
	width: 65%;
	padding: 0 0 10px 0;
}
#content #divLeftKd .kdInput {
	width:200px;
}
#content #divRightKd {
	padding: 0 0 0 0;
}
#content #divRightKd .divLeft {
	width: 35%;
	padding: 0 0 10px 0;
}
#content #divRightKd .divRight {
	width: 65%;
	padding: 0 0 10px 0;
}
#content #divRightKd .kdInput {
	width:200px;
}
#content #divLeftWkZa {
	float: left;
	width: 43%;
	padding: 0 5% 0 0;
	border-right: 1px solid #cccccc;
}
#content #divLeftWkZaOrder {
	float: left;
	width: 38%;
	padding: 50px 5% 50px 5%;
	border-right: 1px solid #cccccc;
}
#content #divLeftWkZa .divLeft {
	width: 8%;
	padding: 2px 0 5px 0;
}
#content #divLeftWkZa .divRight {
	width: 92%;
	padding: 0 0 5px 0;
}
#content #divRightWkZa {
	float: right;
	width: 42%;
	padding: 0 5% 0 0;
	border-right: 1px solid #cccccc;
}
#content #divRightWkZa .divLeft {
	width: 30%;
}
#content #divRightWkZa .divRight {
	width: 68%;
}
#content #divLeftWkAgb {
	padding: 46px 0 0 10%;
}
#content #divLeftWkAgbOrder {
	padding: 0 0 0 10%;
}
#content #divLeftWkAgb .divLeft {
	float: left;
	width: 23px;
	padding: 0 0 5px 0;
}
#content #divLeftWkAgb .divRight {
	float: left;
	padding: 0 0 5px 0;
}
#content #dataPrice .divRight.center {
	text-align: center;
	padding: 0 20px 0 0;
}

/* KUNSTSTIL  */

#content #pagerGallery.topLine {
	text-align: right;
	padding: 0 20px 0 0;
}
#content #pagerGallery.botLine {
	text-align: right;
	padding: 0 20px 5px 0;
	border-bottom: 1px solid #CCCCCC;
}
#content #pagerGallery.botLine2 {
	text-align: right;
	padding: 20px 20px 5px 0;
}
#content #imgBox {
	float: left;
	width: 23.7%;
	padding: 0 5px 0 5px;
	margin: 0 0 15px 0;
}
#content #imgBox #imgHead {
	text-align: center;
	padding: 0 0 5px 0;
}
#content #imgBox #imgImg {
	height: 210px;
	position: relative;
}

#content #imgBox #imgImg2 {
	height: 140px;
	position: relative;
}

#content #imgBox #imgImg a {
	position: absolute;
	bottom: 0;
	width:100%;
	text-align: center;
}

#content #imgBox #imgImg2 a {
	position: absolute;
	bottom: 0;
	width:100%;
	text-align: center;
}

#content #imgBox #imgLinks {
	padding: 5px 0 0 0;
}
#content #imgBox ul.imgLinks {
	list-style: none;
}
#content #imgBox ul.imgLinks li {
	padding: 0 0 4px 14px;
	background: url('/gfx/ks_pfeil-re.gif') 0 4px no-repeat;
	line-height: 10px;
}
#content #imgBox ul.imgLinks li a {
	font-size: 11px;
}
/*
#content #imgBox {
	float: left;
	width: 31%;
	border-left: 1px solid #CCCCCC;
	padding: 0 5px 0 5px;
	margin: 20px 0 30px 0;
}
#content #imgBox #imgHead {
	text-align: center;
	padding: 0 0 5px 0;
}
#content #imgBox #imgImg {
	height: 220px;
	text-align: center;
	vertical-align: bottom;
}
#content #imgBox #imgLinks {
	padding: 20px 0 0 0;
}
#content #imgBox ul.imgLinks {
	list-style: none;
}
#content #imgBox ul.imgLinks li {
	padding: 0 0 4px 14px;
	background: url('/gfx/ks_pfeil-re.gif') 0 4px no-repeat;
	line-height: 10px;
}
#content #imgBox ul.imgLinks li a {
	font-size: 11px;
}
*/

/* RAHMENSTUDIO  */

#content #frameBoxBig {
	height: 420px;
	overflow: auto;
}
#content #frameBoxBig #frameRow {
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #cccccc;
}
#content #divLeftKd .cmInput {
	width:50px;
}

/* KONTAKT  */

#content #divRightKnt {
	padding: 0 0 0 0;
}
#content #divRightKnt .divLeft {
	width: 8%;
	padding: 2px 0 10px 0;
}
#content #divRightKnt .divRight {
	width: 92%;
	padding: 0 0 30px 0;
}
#content #contArea {
	padding: 20px 0 30px 0;
}
#content #contSend {
	text-align: right;
}

/* NEWSARCHIV  */

#content #infoBoxNews {
	background: url('/gfx/ic_news.gif') 0 28px no-repeat;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #cccccc;
}
#content #newsBox {
	font-size: 14px;
	padding: 0 0 10px 0;
}
#content #newsBox #infoText {
	float: left;
	padding: 0 60px 0 0;
}
#content #newsBox2 {
	padding: 10px 0 10px 0;
}
#content #newsBox2 #newsImg {
	float: left;
	width: 110px;
	padding: 5px 25px 5px 0;
	font-size: 11px;
	line-height: 15px;
}
#content #newsBox2 #newsText {
}
#content #pagerNews {
	text-align: right;
	padding: 10px 0 5px 0;
	border-top: 2px solid #CCCCCC;
}
#content #pagerNews #pageLeft {
	float: left;
}
#content #pagerNews #pageRight {
	float: right;
}

/* SUCHERGEBNIS  */

#content #searchBox {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}
#content #searchBox #searchBoxImg {
	float: left;
	width: 31%;
}
#content #searchBox #searchBoxText {
	float: left;
	width: 69%;
	font-size: 12px;
}
#content #searchBox #searchBoxText #textLft {
	float: left;
	width: 15%;
}
#content #searchBox #searchBoxText #textRgt {
	float: left;
	width: 85%;
}

/* KUENSTLER A-Z  */

#content #pagerAZ.topLine {
	text-align: right;
	padding: 0 20px 0 0;
}
#content #pagerAZ.botLine {
	text-align: right;
	padding: 20px 20px 5px 0;
	border-bottom: 1px solid #CCCCCC;
}
#content #pagerAZ.topLine a, #content #pagerAZ.botLine a {
	padding: 0 5px 0 5px;
}

/* KUNSTVERZEICHNIS  */

#content #catBox {
	float: left;
	width: 31%;
	padding: 0 5px 0 5px;
	margin: 20px 0 0 0;
}
#content #catBox #catLinks {
	padding: 0 0 0 0;
}
#content #catBox ul.catLinks {
	list-style: none;
}
#content #catBox ul.catLinks li {
	padding: 2px 0 24px 25px;
	background: url('/gfx/ic_kunstverz.gif') 0 0 no-repeat;
	line-height: 10px;
}
#content #catBox ul.catLinks li a {
	font-size: 12px;
}
#content #catBoxEntry {
	background: url('/gfx/ic_news.gif') 0 14px no-repeat;
	padding: 15px 0 15px 25px;
	border-bottom: 1px solid #cccccc;
}

/* TOPPAGES (poster, ...)  */

#content #statBox {
	list-style: none;
}
#content #statBox ul.statLinks {
	list-style: none;
	padding: 20px 0 0 30px;
}
#content #statBox ul.statLinks li {
	padding: 5px 0 14px 28px;
	background: url('/gfx/ic_check.jpg') 0 0 no-repeat;
	line-height: 10px;
	font-weight: bold;
}
#content #statImgBox {
	float: left;
	width: 47%;
	padding: 0 0 60px 20px;
}
#content #statImgBox #statImg {
	float: left;
	width: 25%;
	padding: 10px 0 0 0;
}
#content #statImgBox #statLinks {
	float: left;
	width: 70%;
	padding: 0 0 0 5px;
}
#content #statImgBox ul.statLinks {
	list-style: none;
	margin: 5px 0 0 15px;
}
#content #statImgBox ul.statLinks li {
	padding: 0 0 5px 0;
}
#content #statImgBox ul.statLinks2 {
	list-style: none;
	margin: 5px 0 0 25px;
}
#content #statImgBox ul.statLinks2 li {
	padding: 0 0 5px 0;
}
#content #statImgBox .statHeadTxt {
	font-size: 24px;
	line-height: 30px;
}

/* NAVIRIGHT  */

#naviRight {
	float: right;
	width: 15%;
	padding: 25px 0 0 0;
}
#naviRight #contBox {
	padding: 5px 0 30px 5px;
}
#naviRight #newsBox {
	padding: 0 0 15px 0;
}
#newsBox #newsImg {
	float: left;
	width: 58px;
	margin: 0 0 0 0;
}
#newsBox #newsTextFloat {
	float: right;
	width: 100%;
	margin: 0 0 0 -58px;
}
#newsTextFloat #newsText {
	margin:0 0 0 58px;
	font-size: 11px;
}
#newsTextFloat #newsTextFull {
	margin:0 0 0 0;
	font-size: 11px;
}
#newsBox #newsText a, #newsTextFloat #newsTextFull a {
	font-size: 11px;
}
#naviRight #newsArchiv {
	float: right;
	padding: 0 0 30px 0;
}
#naviRight #newsArchiv a {
	text-decoration: underline;
}
#naviRight #contImg {
	padding: 0 0 15px 0;
}
#naviRight #infoBox {
}
#naviRight #infoBox a {
	text-decoration: underline;
}
#naviRight #infoBox a.nodeco {
	text-decoration: none;
}

.nodeco {
	text-decoration: none;
	font-weight: normal;
}

/* FOOTER  */

#footer {
	padding: 20px 0 0 0;
}
#footer #ftLine {
	height: 10px;
	background: #99CC00;
	border-bottom: 2px solid #888888;
}
#footer #ftLinks {
}
#ftLinks ul.ulLinks {
	list-style: none;
	text-align: center;
}
#ftLinks ul.ulLinks li {
	display: inline;
	padding: 0 3px 0 0;
	font-weight: normal;
	font-size: 11px;
}




.choosenFrame {

border: 1px solid black;
}

.NotchoosenFrame {

border: 1px solid white;
}


/* Contain the floats using the :after method */
#floater2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

/*  \*/
* html #floater2 {
	height: 1%;
}
/*  */

