/*  
Theme Name: SWS
Description: SWS - Design  basierend auf dem  Theme von Kubrick und der 
deutschen Bearbeitung: von Olaf A. Schmitz und Olaf Baumann.
Author: Sascha Willwacher

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
a {	color: #ba0a21;
	text-decoration: none;
}
a:visited {
	color: #ba0a21;
	text-decoration: none;
}
a:hover {
	color: #4B59FE;
	text-decoration: none;
}


#content {
	font-size: 1.2em
	}

.widecolumn {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-size: 11px;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 14px;
	}
td{
	font-size: 12px;
	}

.sidebar {
  padding: 0;
  margin: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #ba0a21;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: left;
	margin-top:0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	}

.widecolumn {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


#footer {
	padding: 0;
	margin: 0 auto;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
   position: static;
   float: right;
   width: 147px;
   margin: 0px;
   padding-right: 0px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

img {
	border: none;
	}

.navigation {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:12px;
	}
/* End Various Tags & Classes*/





body {
	background-color:#ffffcc;
	margin:0px;
	padding:0px;
	height:100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#page {
	margin:auto;
	padding:0px;
	width:100%;
	background-image: url(http://www.software-sws.de/picture/hinter_s.jpg);
	background-position: center;
	background-repeat: repeat-y;
	top:0px;
	left:0px; 
	text-align:center;
	z-index:1;
	margin-top:0px;
	position:absolute;
	}

#inhalt_oben{
	background-image: url(http://www.software-sws.de/picture/hinter_s_o.jpg);
	background-position: top center;
	background-repeat: no-repeat;  
	width:100%;  	
	text-align:center;
}
#inhalt_unten{
	background-image: url(http://www.software-sws.de/picture/hinter_s_u.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height:15px;
	width:100%;
    background-color:#ffffcc;
}

#header {
   height:94px;
   width:928px;
   margin:auto;
   text-align:left;
   color: #ffffff;
	background-image: url(http://www.software-sws.de/picture/logo_oben.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top:0px;
	padding:0px;  
}
#header h5 {
	font-size: 22px;
	font-weight: bold;
	color: #ba0a21;
	line-height:94px;
	position:relative;
	padding-left:140px;
	margin-top:0px;
}
#header h5 a {
   text-decoration: none;
	color: #ba0a21;
}

.link_o{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	margin:0px;
}

.link_o:link{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
    height:20px;
}
.link_o:visited{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	margin:0px;
}
.link_o:hover{
	font-size: 12px;
	color: #B0B0FF;
	font-style: normal;
	text-decoration: none;
	margin:0px;
}

#linkleiste_o{
	background-image: url(http://www.software-sws.de/picture/link_leiste_s.jpg);
	background-position: top;
	background-repeat: repeat-x;  
	height:20px;
	width:928px;
	margin:auto;
	padding:0px;
	position:relative;
	text-align:left;
	z-index:10;
}

#menu{
	height:20px;
	left:0px;
	top:0px;
	margin:0px;
	padding: 0px;
	padding-left:140px;
	position:relative;
}
#menu_ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  height:20px;
  border-left:1px solid #ffffff;
}

.menu_ul_li {
  display: inline;
  margin: 0px;
  padding: 0px 7px 0px 7px;
  list-style: none;
  line-height:20px;  
  white-space:nowrap;
  border-right:1px solid #ffffff;
  float:left;
}

.link_lio{
  background-image: url(http://www.software-sws.de/picture/link_leiste_s1.jpg);
  background-position: top;
  background-repeat: repeat-x;  
  display: inline;
  margin: 0px;
  padding: 0px 7px 0px 7px;
  list-style: none;
  line-height:20px;  
  white-space:nowrap;
  border-right:1px solid #ffffff;
  float:left;
  font-weight:bold;
}

.linkleiste_str{
	background-color:#ba0a21;
	height:1px;
	overflow:hidden;
	width:928px;
	margin:auto;
}

#contentb{
width:928px;
margin:auto;
text-align:left;
display:block;
position:relative;
overflow:visible;
display:block;
background-image: url(http://www.software-sws.de/picture/hinter_l_l.jpg);
background-position: top left;
background-repeat: repeat-y;
top:0px;
left:0px;
border-bottom-color:#FFFFCC;
}
#contenta{
width:928px;
margin:auto;
margin-bottom:0px;
text-align:left;
display:block;
background-image: url(http://www.software-sws.de/picture/hinter_l_r.jpg);
background-position: top right;
background-repeat: repeat-y;
top:0px;
left:0px;
}

.columns {
   border: none;
   margin-top: 0px;
}

.clearing {
   height: 0;
   clear: both;
   display: none;
}
#menul{
	width:140px;
	left:0px;
	top:0px;
	margin:0px;
	padding: 0px;
	position:relative;
}
#menul ul {
  width: 140px;
  margin: 0px;
  padding: 0px;
}

.menul_li {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 2px;
	list-style: none;
	display:block;
}

.menul_lia {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 2px;
	list-style: none;
	display:block;
	background-color: #413CB4;
}
.menul_lp {
	margin: 0px;
	padding: 2px;
	list-style: none;
	display:block;
    height:15px;
	overflow:hidden;
}
.menul_ls {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
	list-style: none;
	display:block;
    height:1px;
	overflow:hidden;
	padding:0px;
}

.menul_lia1 {
	margin: 0px;
	padding: 2px;
	list-style: none;
	display:block;
	padding-left:10px;
	color:#FFFFFF;
	font-size:12px;
}
.menul_li2 {
	margin: 0px;
	padding: 2px;
	padding-left:10px;
	list-style: none;
	display:block;
	color:#FFFFFF;
	font-size:11px;
}
.menul_li2a {
	margin: 0px;
	padding: 2px;
	padding-left:10px;
	list-style: none;
	display:block;
	background-color: #413CB4;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#leistelua{
  height:160px;
  width:20px;
  display:block;
}

#leiste_links_u{
 position:absolute;
 left:0px;
 border:0px;
 width:140px; 
 bottom:0px;
}
.link_r1{
 font-size: 10px;
 color: #FFFFFF;
 font-style: normal;
 padding-left:3px;
}
.link_r1 a{
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
.link_r1 a:hover{
	font-size: 10px;
	color: #B5A8FF;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
.link_r{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	padding-left:3px;
}
.link_r:link{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
.link_r:visited{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
.link_r:hover{
	font-size: 12px;
	color: #BFBCFE;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
.link_rn{
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
}
.link_rn:link{
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.link_rn:visited{
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.link_rn:hover{
	font-size: 11px;
	color: #BFBCFE;
	font-style: normal;
	text-decoration: none;
}


body, h1, h2, h3, h4, h5, h6, div, p, table, td, li, dd, dt, dl, address, hr, form {
   margin: 0;
   padding: 0;
}
form{
  display:inline;
}
.entry p{
  font-size:13px;
  margin-top:8px;
}
.postmetadata{
  font-size:12px;  
  margin-bottom:25px;
}
.artikell{
  font-size:11px;  
  margin-top:3px;
}
#mitte_u{
  position:absolute;
  bottom:0px;
  left:150px;
  height:20px;width:611px; margin:0px;padding:0px;
	font-size: 10px;
	color: #ba0a21;
	font-style: normal;
}
#mitte_u a{
	font-size: 11px;
	color: #ba0a21;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
#mitte_u a:hover{
	font-size: 11px;
	color: #2502EE;
	font-style: normal;
	padding-left:3px;
	text-decoration: none;
}
#mitte_u span{
	font-size: 10px;
	color: #ba0a21;
	text-decoration: none;
	font-weight: normal;
	cursor: default;
    padding-left:200px;
}
.streifen_m{
  height:1px;
  width:100%;
  background-color:#000000;
  overflow:hidden;
  margin-bottom:2px;margin-top:2px;
}
#search {
  vertical-align:middle; padding:0px;margin-top:2px;margin-bottom:3px;padding-left:3px;padding-right:3px;
  font-size: 11px;
  text-align:left;
}
#search input[type=text],
#search .inputfield{
	border:1px solid #CBBEFF;
	color:#000000;
	font-size:11px;
	background-color:#ffffff;
	font-weight: normal;
	margin: auto;
	vertical-align:middle;
}
#button_s {
	FONT-SIZE: 11px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	width:20px;
	margin-left:4px;
	height:17px;
	vertical-align:middle;
	COLOR: #ba0a21;
	background-color: #FFFFFF;
	border-color: #CBBEFF;
	border-width: 1px;
}
#search label{
	COLOR: #ba0a21;
}
#sidebar-left {
   float: left;
   left: 0px;
   width: 140px;
   margin: 0px;
   padding-left: 0px;
  border-top: 1px solid #ffffff;
  display:box;
}
#sidebar {
   position: static;
   float: right;
   width: 160px;
   margin: 0px;
   padding-right: 0px;
}
.narrowcolumn {
   margin: 0px;
   padding:10px;
   margin-right: 160px;
   margin-left: 140px;
   padding-bottom:50px;
}
#footer {
   clear: both;
}
.linkleiste_o{
	background-image: url(http://www.software-sws.de/picture/link_leiste_s.jpg);
	background-position: top;
	background-repeat: repeat-x;  
	height:20px;
	width:100%;
	margin:0;
	padding:0px;
	position:relative;
}
.link_r_u{
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	padding-left: 5px;
	line-height:20px;
}
.leiste_r{
    padding: 5px;
	font-size: 11px;
	color: #ba0a21;
	font-style: normal;
	text-decoration: none;
}
.streifen_r{
  height:1px;
  width:100%;
  background-color:#ba0a21;
  overflow:hidden;
}
.bildunter{
	font-size: 9px;
}
.bildunter1{
	font-size: 10px;
}
.banner_r{
	height:94px;
	width:926px;
	position:relative;
	font-size: 22px;
	font-weight: bold;
	color: #ba0a21;
	line-height:90px;
    background-image: url(http://www.software-sws.de/picture/oben_1.jpg);
	     background-position: top right;background-repeat: no-repeat;
		 }
.linkanker{
	position:relative;
	top:0px;
	left:0px;
	z-index:20;
	overflow:visible;
}

.linkbox{
	position: absolute;
    top: 33px;
	left: 0px;
	visibility: hidden;	
    z-index: 90;
}
.linkboxa {
	position: absolute;
	top: 20px;
	left: -8px;
	visibility: visible;	
    z-index: 90;
    border-top: #ba0a21 solid 1px;
	background-color:#eeeeee;
  filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
    {top: 17px;}
}

.u_menu{
  margin: 0px;
  padding: 0px;
  text-align:left;
}
.u_menu_li{
  padding-left:11px;
  padding-right:11px;
  line-height:19px;
  list-style: none;
  border:#ba0a21 1px solid;
  border-top: none; 
  filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}


.u_menua_a:link {
	font-size: 12px;
	color: #ba0a21;
	text-decoration: none;
	font-weight:bold;
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}
.u_menua_a:visited {
	font-size: 12px;
	color: #ba0a21;
	text-decoration: none;
	font-weight:bold;
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}
.u_menua_a:hover {
	font-size: 12px;
	color: #6347FE;
	text-decoration: none;
	font-weight:bold;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
.menu_ul_li_a{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	margin:0px;
}

.menu_ul_li_a:link{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
    height:20px;
}
.menu_ul_li_a:visited{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	margin:0px;
}

.menu_ul_li_a:hover{
	font-size: 12px;
	color: #B0B0FF;
	font-style: normal;
	text-decoration: none;
	margin:0px;
}
.binfo{
  position:absolute;
  top:5px;
  left:5px;
  height:0px;
  border:#666666 solid 1px;
  border:none; 
  background-color:#dddddd;
  padding:2px;
  visibility:hidden;
  z-index:5;
  filter:alpha(opacity=97);-moz-opacity:0.97;opacity:0.97;
}
#info_d{
}
#info_d table{border-collapse: collapse;border:#aaaaaa solid 1px; padding:2px;
  background-color:#f7f7f7;
  filter:alpha(opacity=92);-moz-opacity:0.92;opacity:0.92;
  margin:auto;
}
#info_d table td{
  border:#aaaaaa solid 1px;
  padding:2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
}
#binfo{
  margin:auto;
  padding:0px;
  height:14px;
  overflow:hidden;
  margin-bottom:0px;
  vertical-align:bottom;
}
#infoank{
 padding:0px;
 margin:0px;
 position:absolute;
 bottom:1px;
 width:0px;
 z-index:5;
 text-align:center;
 vertical-align:bottom;
 {bottom:0px;}
}

.ref td{
  padding:3px;
  padding-top:4px;
  vertical-align:middle;
}

.ref ul{
  padding:0px;
  margin-left:24px;
  margin-top:10px;
}

.ref li{
  list-style:url(http://www.software-sws.de/picture/iq_plus.gif);
  padding:0px;
  margin:0px;
}

.refw{
  display:block;
  margin-top:5px;
}
.refb img{
  border:#CCCCCC 1px solid;
}
.refbl{
  padding-right:8px;
  border:none;
}
.refu{
display:block;
padding-bottom:5px;
font-weight:bold;
font-size:12px;
}
.galv{
 margin-top:10px;
 margin-bottom:10px;
 border-bottom:#666666 1px solid;
 border-top:#666666 1px solid;
 padding-top:4px;  
 padding-bottom:4px;
 vertical-align:middle;
 white-space:nowrap;
 width:370px;
}
.ugalv{
  display:block;
  margin-bottom:4px;
  font-weight:bold;
  font-size:12px;
}
#gald{
  padding-top:7px;
  padding-left:12px;
  padding-right:12px;
}
#galo{
  margin-top:4px;
  margin-bottom:4px;
  height:20px;
  vertical-align:middle;
}
#galu{
  margin-top:4px;
  margin-bottom:4px;
  text-align:center;
}
#galol{
  float:left; 
}
#galub{
  position:absolute;
  right:12px;
  top:5px; 
}
#galor{
  float:right; 
}
#galom{
  text-align:center;
  padding-left:45px;
  padding-right:45px;
}
#galb{
  text-align:center;
}
#bildr{
  position:relative;
  top:0px;
  height:0px;
}
.gal_li{
  display: inline;
  padding: 0px 7px 0px 7px;
  list-style: none;
  white-space:nowrap;
  border-right:1px solid #666666;
  font-size:13px;
  font-weight:bold;
}
.gal_lia{
  display: inline;
  padding: 0px 5px 0px 5px;
  list-style: none;
  white-space:nowrap;
  border-right:1px solid #666666;
  font-size:13px;
  font-weight:bold;
  color:#CCCCCC;
}
.gal_g{
  overflow:auto;
  margin-top:7px;
  margin-right:-3px;
  margin-left:-3px;
}
.gal_g table{
  border-collapse: collapse;
  padding:0; 
  margin:0;
}
.gal_g table td{
  padding:3px;
  margin:0px;
  vertical-align:top;
  text-align:left;
}
#abr{
  position:absolute;
  z-index:5;
  top:0px;
  left:0px;
  width:100%;
  visibility:hidden;
}
#abt{
  position:absolute;
  z-index:5;
  top:0px;
  left:0px;
  width:100%;
  visibility:hidden;
  background-color:#ffffff;
  filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
#ab1{
  height:0;
  width:0;
  margin:auto;
  border:1px solid #111111;
  padding:0px;
  overflow:hidden;
}

#ekopf{
  background-image: url(http://www.software-sws.de/picture/m_str.jpg);
  background-position: left;
  background-repeat: repeat-y;
  height:15px;
  width:580px;
  text-align:right;
  filter:alpha(opacity=92);-moz-opacity:.92;opacity:.92;
}

#eclose{
  right:0px;
} 

#ac1{
  padding:0px;
  margin:0px;
  border:0px;
}

#ac2{
  padding:5px;
  margin:0px;
  border:0px;
  width:635px;
  height:385px;
}
