
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet-Version:		Basic													   *
 * Author:					re-lounge (http://www.re-lounge.com)					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 772px; 
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #666;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}

img.linkicon {
	border: 0;
	margin: 0 4px 0 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Forms																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
form {
	display: block;
}

#form {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 96%;
	padding: 0 2%;
	padding-bottom: 10px;
}

#form p {
/*	margin: 0 2%;
	width: 96%;
	padding: 10px 0 10px 0;*/
}

.input {
	width: 50%;
	border: 1px solid #9D9D9E;
	padding: 0 0px;
	background-color: #ffffff;
	margin: 3px 0;
}
/*
	#navigation .input {
		width: 98%;
	}
	#navigation input.field {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 100%;
		border: 0;
		font-size: 1.0em;
		padding: 2px 0;
		margin: 0;
	}
*/

#content input.field {
	border:  1px solid #9D9D9E;
	padding: 1px 0px;
	margin: 2px 0;
	background-color: #ffffff;
}
#content input.field, #content select {
	/*\*/
	float: left; 
	/**/
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	width: 48%; 
	text-align: left;
	font-size: 1.0em; 
}
#content input.checkbox, #content input.radio {
	width: auto;
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.rowA {
	clear: both;
	/*width: auto;
	width: 95%;*/
	/*background-color: #F0F4F9;*/
	background: transparent url(basic/line_dotted.gif) repeat-x bottom left;
	padding: 2px 0 1px 0;
	margin: 0 0%;
	width: 100%;
	text-align: left;
}
.rowA:hover {
	background: #FCF7DB url(basic/row_bg_hover.gif) repeat-x bottom left;
}
.rowB {
	clear: both;
	/*width: auto;
	width: 95%;*/
	background-color: #FBFCFC;
	background: transparent url(basic/line_dotted.gif) repeat-x bottom left;
	padding: 2px 0 1px 0;
	margin: 0 0%;
	width: 100%;
	text-align: left;
}
.rowB:hover {
	background: #FCF7DB url(basic/row_bg_hover.gif) repeat-x bottom left;
}
label.label {
	float: left; 
	width: 47%;
	padding-top: 3px;
	margin-left: 1%;
}
.group {
	/*\*/
	float: left;
	/**/
	padding: 1px 0;
	width: 48%;	
	text-align: left;
}
.group br {
	display: block;
	margin-bottom: 8px;
}

#content select.view {
	width: auto;
}
input.submit {
	/*\*/
	display: inline; 
	/**/
	background-color: transparent;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;	
	font-weight: bold;
	font-size: 1.2em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	cursor: pointer;
	text-align: left;
}
#form .navigationicon { 
	font-size: 1.3em;
	color: #cc0000;
	float: left; 
}
#content textarea {
	width: 48%;
	height: 70px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
	border:  1px solid #9D9D9E;
	padding: 2px 0px;
	margin: 0;
}

#login input.text {
	display: block;
	width: 97%;
	margin: 0.3em 0 0.25em 0;
	padding: 2px;
	border: 1px solid #939393;
	font-size: 1em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}

#login label {
	display: block;
}

#login input.submit {
	margin-top: 11px;
}

#form div.submit {
	margin-top: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Main container																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
#main {
		margin: 0;
        min-width: 772px;
        width: auto;
}
* html #main {
        /* \*/
        word-wrap: break-word;        /* Prevents float problems in IE/Win */
}
#navigation {
	float: left; 
	width: 19%;
	padding: 0 0 0 7.9%;
	line-height: 1.1em;
}
#content {
	float: left;
	width: 41%;
	margin: 0 2%;
}
#toolbox {
	float: left;
	width: 19%;
	padding: 0 7.9% 0 0;
}
#footer {
	border-top: 1px solid #ccc;
	display: block;
	width: 83%;
	margin: 0 auto;
	margin-top: 25px;
	background: url(basic/footer_bg.gif) no-repeat top center;
	min-height: 31px;
}
* html #footer {
	height: 31px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Content																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.contentBlue{
	color: #000099;
}
.contentRed{
	color: #cc0000;
}
.column {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
}
.columnSeparator {
	float: left;
	width: 3.8%;
	margin: 0;
	padding: 0;
}
.antifloat {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
}
#footer a {
	color: #959595;
}
.line {
	clear:both;
	width:100%;
	border-top: 1px solid #ccc;
	padding:  0 0 8px 0;
	margin: 0;
	font-size:0px;
	line-height:0px;
}

.lineDouble {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size:0px;
	line-height:0px;
	border-top: 1px solid #BEBEBD;
	border-bottom: 1px solid #BEBEBD;
}

* html .lineDouble {	/* BoxModelHack (for IE 5.x) */
	/* IE 5.x Win only */
	height: 3px;
	/* IE 6 Win only */
	he\ight: 1px;	
}

#myAccount {
	width: 100%;
	background: #FCF7DB url(basic/login_bg.gif) repeat-x bottom left;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000;
	padding: 5px 0 2px 0;
	margin: 0;
}

.myAccountTopLine {
	background: url(basic/login_bg_top.gif) repeat-x top left;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}

#myAccount a {
	font-size: 0.8em;
}

#myAccount .navigationicon {
	margin-right: 4px;
}

#myAccount p {
	margin: 0 0 4px 0;
	padding: 0 10px;
}

/*
	#myAccount input {
		margin: 0;
		padding: 0;
		width: 180px;
		border: 1px solid #BEBEBD;
	}
*/

.smallText {
	font-size: 0.9em;
}

.margin {
	margin: 0;
	height: 25px;
	font-size: 1px;
	line-height: 1px;
}
#login {
	width: 100%;
	background-color: #ffffff;
	padding: 0 0 5px 0;
	margin: 0;
}
#login h3 {
	color: #000;
}
#login p {
	padding: 4px 0 4px 0;
	margin: 0;
}

/* Produktuebersicht */

.numberToView {
	padding: 0;
}
.numberToView form {
	float: left;
}
.numberToView form select {
	width: auto;
	color: #666666;
	margin-bottom: 0;	
	padding: 0 0;
}
.numberToView label {
	float: left;
	margin: 3px 10px 0 0px;
}

.paging p {
	margin: 0;
	padding: 3px 0px 3px 0px;
}

.paging a {
	color: #666666;
}

table {
	font-size: 1.0em;
}

table.fullSize {
	color: #000000;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #cccccc;	
}

table.fullSize tbody {
	background: url(basic/content_productsTable_bg.jpg) no-repeat center top; 
}

table.fullSize thead tr th {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1px;
	color: #666666;
	font-weight: normal;
	padding: 0px 10px 1px 10px;
	vertical-align: top;
}

table.fullSize tbody tr td,
table.fullSize tbody tr th {
	background: url(basic/line_dotted.gif) repeat-x bottom left;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}

table.fullSize tbody tr.last td  {
	background: none;
}

table.fullSize tbody tr:hover {
	background: #fcf7db url(basic/row_bg_hover.gif) repeat-x bottom left;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Fonts																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
h2 {
	font-size: 1.9em;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 15px 0;
}
#toolbox h2 {
	font-size: 1.6em;
	color: #666;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 3px 0;
}
h3 strong {
	color: #cc0000;
}
#toolbox h3 {
	font-size: 1.4em;
	color: #666;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	margin: 0 0 3px 0;
	padding: 0;
}
#toolbox h4 {
	font-size: 1.2em;
	color: #666;
}
p {
	margin: 0 0 13px 0;
	line-height: 1.35;
}
a strong {
	font-weight: normal;
	color: #cc0000;
}
a.email {
	color: #cc0000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Header																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
#header {
	height: 130px;
	width: 100%;
	background-image: url(basic/header_bg_small.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	background-color: #000;
}
.login #header {
	height: 260px;
	padding-top: 40px;
	background-image: url(basic/header_bg.gif);
}

#stage {
	width: 600px;
	height: 130px;
	background-color: transparent;
	margin: 0 0 0 8%;
}
.login #stage {
	height: 260px;
}

#stage form {
	margin: 0;
	padding: 0;
}

#title {
	display: none;
}

#headerPopup { /* for popup */
	width: 100%;
	height: 30px;
	background-color: #cc0000;
	padding: 0;
	margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Bereichslogos																	   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

#group { /* Händler */
	display: none;
}
#groupExclusive {	/* Anerkannte Lexware Partner */
	width: 100%;
	height: 54px;
	background: #ffffff url(basic/logo-alp.gif) no-repeat center center;
	padding: 0;
	margin: 0 0 15px 0;
}
#groupGLP {	/* GLP */
	display: none;
}
#groupMamut {	/* Mamut */
	display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Roter Balken																	   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

#separator {
	width: 100%;
	height: 30px;
	background-image: url(basic/header_separator_red.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0 0 0 0;
	color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Lexware Logo																	   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

#logo {
	display: block;
	position: absolute;
	top: 148px;
	margin-right: -2px;
	right: 9%;
	width: 124px;
	height: 24px;
}

#logo img {
	border: none;
}

#logo a {
	text-decoration: none;
}

.login #logo { 
	top: 319px;
}

#logoPopup { /* for popup */
	position: absolute;
	left: 10px;
	top: 5px;
	width: 121px;
	height: 21px;
	background-image: url(basic/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1, #logoPopup h1 {
	display: none;
}

#breadcrumbs {
	float: left;
	width: 83%;
	margin: 10px 0 21px 0;
	padding: 0 8%;
	color: #000000;
}
#breadcrumbs a {
	color: #000000;
}
#breadcrumbs a:hover {
	color: #cc0000;
}
#breadcrumbs img.linkicon {
	margin: 0 4px 0 4px;
	padding: 0;
}
#popup { /* content in popup */
	width: 100%;
	padding-left: 25px;
	padding-top: 20px;
}
#popup img {
	border: 1px solid #000000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Navigation																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

.navigationiconRight {
	margin: 0 0 0 4px;
	padding: 0px;
	border: 0;
	color: #cc0000;
	font-size: 10px;
}

#content span.navigationiconRight, 
#toolbox span.navigationiconRight {
	padding: 0 0 0 4px;
	font-size: 10px;
}
#content .navigationiconActive {
	vertical-align: middle;
	margin: 0 8px 0 0;
	padding: 0px;
	font-size: 10px;
}
a:hover .navigationicon {
	text-decoration: none;
}

#metaNavigation {
	position: absolute;
	right: 9%;
	top: 20px;
	width: 150px;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0; 
	font-weight: normal;
}
#metaNavigation li {
	margin: 0 0 3px 0;
	font-weight: normal;
	text-align: left;
	padding: 0;
}

#metaNavigation li:hover {
}

#metaNavigation li a {
	display: block;
	background-image: url(basic/nav_meta_bg.gif);
	background-repeat: repeat-x;
	background-position: center left;
	border: 1px solid #696969;
	margin: 0;
	padding: 0 0 0 4px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
* html #metaNavigation li a {
	height: 15px;
}
#metaNavigation li a:hover {
	background-image: url(basic/nav_meta_active_bg.gif);
	border-color: #333333;
}

#normalNavigation, 
#exclusiveNavigation {
	width: 100%;
}

#normalNavigation a, 
#exclusiveNavigation a {
	color: #000000;
	display: block;
}

#normalNavigation a:hover, 
#exclusiveNavigation a:hover {
	text-decoration: none;
	color: #cc0000;
}

#content dl {
	margin: 0;
	padding: 0;
}
#content dl dt {
	margin: 0;
	padding: 0;
}
#content .item {
	margin: 0;
	border-bottom: 1px solid #BEBEBD;
}
#content .active {
	margin: 0;
	border-bottom: 1px solid #BEBEBD;
	font-weight: bold;
}
#content dd.active {
	margin: 0;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom: 1px solid #BEBEBD;
}

#content dd.active a {
	color: #cc0000;
}

#navigation h3 {
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.05em;
	margin-top: 25px;
	margin-bottom: 10px;
}

#navigation #login h3 {
	color: #000000;
	margin: 0 0 0.35em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
}

#navigation a.aktiv {
	color: #cc0000;
	font-weight: bold;
}

#navigation ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style-type: none;
}

#navigation ul li {
	padding: 6px 10px 6px 10px;
	margin: 0;
	border-bottom: 1px solid #BEBEBD;
}

#navigation ul li.first {
	border-top: 1px solid #BEBEBD;
	margin-top: -1px;
}

#navigation ul li.aktiv {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-top: -1px
}


#navigation ul li ul,
#navigation ul li ul li ul {
	border: 0;
	margin-top: 2px;
}

#navigation ul li ul li {
	border: 0;
	padding-left: 15px;
}

#navigation ul li ul li ul li {
	border: 0;
	padding-left: 20px;
}


/* Footer navigation */
#footer ul {
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0; 
	text-align: center;
}
#footer ul li {
	display: inline;
	background-image: url(basic/nav_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 9px;
}
#footer ul li.print {
	background: none;
}
#footer ul li a {
	font-size: 0.9em;
}
#footer ul li a:hover {
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *																					   *
 * 	Sitemap									  									   	   *
 *																					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
#sitemapNavigation {
	width: 47%;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#sitemapNavigationRight {
	width: 47%;
	float: right;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#sitemapNavigation a, #sitemapNavigationRight a {
	color: #000000;
	display: block;
}

#sitemapNavigation a:hover, #sitemapNavigationRight a:hover {
	text-decoration: none;
	color: #cc0000;
}

#sitemapNavigation h3, #sitemapNavigationRight h3 {
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.05em;
	margin-top: 5px;
	margin-bottom: 10px;
}

#sitemapNavigation ul, #sitemapNavigationRight ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style-type: none;
}

#sitemapNavigation ul li, #sitemapNavigationRight ul li {
	padding: 4px 10px 4px 10px;
	margin: 0;
	border-bottom: 1px solid #BEBEBD;
}

#sitemapNavigation ul li.first, #sitemapNavigationRight ul li.first {
	border-top: 1px solid #BEBEBD;
	margin-top: -1px;
}

#sitemapNavigation ul li ul, #sitemapNavigationRight ul li ul,
#sitemapNavigation ul li ul li ul, #sitemapNavigationRight ul li ul li ul {
	border: 0;
	margin-top: 2px;
}

#sitemapNavigation ul li ul li, #sitemapNavigationRight ul li ul li {
	border: 0;
	padding-left: 15px;
}

#sitemapNavigation ul li ul li ul li, #sitemapNavigationRight ul li ul li ul li {
	border: 0;
	padding-left: 20px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *																					   *
 * 	Responses																	   	   *
 *																					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.errorResponse {
	padding: 0 2% 0 2%;
	padding-top: 15px;
	width: 96%;
	margin-bottom: 15px;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	background-color: #fdd;
}
.successResponse {
	padding-top: 15px;
	width: 100%;
	margin-bottom: 15px;
	border-top: 2px solid #03902C;
	border-bottom: 2px solid #03902C;
	background-color: #E2FFEA;
}
.successResponse h2,
.successResponse p {
	color: #03902C;
	margin-left: 2%;
	margin-right: 2%;	
}
.errorResponse p {
	color: #c00;
}
.floatRight {
	float: right;
}

.successResponse img,
.errorResponse img {
	padding-right: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *																					   *
 * 	Style switcher																	   		   *
 *																					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
#separator .elements {
	display: block;
	width: 83%;
	margin: 0 8% 0 8%;
	padding: 0 0 0 -3px;

}
#styleswitcher {
	font-size: 11px;
	background-image: url(basic/separator_vertical_line.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 10px 7px 14px;
	margin: 0;
	margin-left: -3px;
	float: left;
}
#styleswitcher img {
	vertical-align: middle;
	padding: 0 0 0 10px;
	border: none;
}
#styleswitcher a {
	border: none;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *																					   *
 * 	Images																	   		   *
 *																					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

/* image left without text */

.imageLeft, .imageLeftCaption, .imageLeftCaptionPopup, .imageLeftNoBorder, .imageLeftFloatCaptionNoBorder, .imageLeftCaptionNoBorder {
	margin: 20px 0 20px 0;
}

.imageLeft div, .imageLeftCaptionPopup div {
	border: 0;
}

.imageLeftNoBorder div, .imageLeftNoBorder img {
	border: 0;
}

.imageLeft img, .imageLeftCaptionPopup img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

.imageLeftCaption img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

/* image right without text */

.imageRight, .imageRightCaption, .imageRightCaptionPopup, .imageRightNoBorder, .imageRightFloatCaptionNoBorder, .imageRightCaptionNoBorder {
	margin: 20px 0 20px 0;
	width: 100%;
	text-align: right;
}

.imageRight div, .imageRightCaptionPopup div {
	border: 0;
}

.imageRightCaption div, .imageRightCaptionNoBorder div, .imageRightNoBorder div, .imageRightNoBorder img {
	border: 0;
	margin-left: auto;
}

.imageRight img, .imageRightCaptionPopup img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

.imageRightCaption img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

/* image left aligned */

.imageLeftFloat, .imageLeftFloatCaption, .imageLeftFloatCaptionPopup, .imageLeftFloatNoBorder, .imageLeftFloatCaptionNoBorder {
	float: left;
	margin: 0 20px 20px 0;
}

.imageLeftFloatCaptionPopup div {
}

.imageLeftFloatNoBorder div, .imageLeftFloatNoBorder img {
}

.imageLeftFloatCaptionPopup img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

.imageLeftFloat img, .imageLeftFloatCaption img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

/* image right aligned */
.imageRightFloat, .imageRightFloatCaption, .imageRightFloatCaptionPopup, .imageRightFloatNoBorder, .imageRightFloatCaptionNoBorder {
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}

.imageRightFloatCaptionPopup div {
}

.imageRightFloatNoBorder div, .imageRightFloatNoBorder img {
}

.imageRightFloatCaptionPopup img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

.imageRightFloat img, .imageRightFloatCaption img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

/* images centered */

.imageMiddle, .imageMiddleNoBorder, .imageMiddleCaption, .imageMiddleCaptionPopup {
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}

.imageMiddle div, .imageMiddleCaptionPopup div {
	margin: auto;
}

.imageMiddleCaption div {
	margin: auto;
}

.imageMiddleNoBorder div, .imageMiddleCaptionNoBorder div, .imageMiddleNoBorder img {
	border: 0;
	margin: auto;
}

.imageMiddle img, .imageMiddleCaptionPopup img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

.imageMiddleCaption img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
}

/* all images */
.imageLeftCaptionPopup p, .imageLeftFloatCaptionPopup p, .imageRightFloatCaptionPopup p, .imageMiddleCaptionPopup p, .imageRightFloatCaptionNoBorder p, .imageLeftFloatCaptionNoBorder p, .imageRightCaptionNoBorder p, .imageLeftCaptionNoBorder p {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 1.0em;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.imageLeftCaption p,.imageRightCaption p, .imageLeftFloatCaption p, .imageRightFloatCaption p, .imageMiddleCaption p, .imageMiddleCaptionNoBorder p {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 1.0em;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

img.syn_shortcut {
	border: 0;
}

#popup img.noBorder {
	border: 0;
}

/*]]*/