/*#############################################################
Name: barriere.css 
Version: 1.0
Datum: 28-11-2007 1500 Uhr
Beschreibung: ReDesign der Dischinger Internetseite
Anzeige: LayoutBarrierefrei
Author: Marco Krauß
URL: http://172.16.194.2/dischingen.de/cms/css
#############################################################*/
/* Start Global Bereich */

* {
	margin: 0;
	padding: 0;
}

html[xmlns^="http"] {
	height:100%;
	padding-bottom:0.005em;
}

body {
	background: #FFF;
	color: #000;
	font-style: normal;
	font-size: 13pt;
	font-family: arial, verdana, sans-serif;
}

.container {
	position: absolute;
	top: 10px;
	/*left: 50px;*/
	width: 58em;
	color: #000;
	background: #F4F4F4;
}

h1 {
	font-size: 15pt;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

h2{
	font-size: 15pt;
}

h3{
	font-size: 14pt;
	border-bottom: 1px solid #696755;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

h4{
	font-size: 14pt;
}

.tastatur {
	color:#000;
	background-color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
}

/* Start Link Barrierefrei */
#header-left a {
	display: block;
	width: 19em;
	font-size: 16pt;
	color: #000;
	background: #E2D7AE;
	text-decoration: none;
	border-top: 1px solid #696755;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #696755;
	padding: 4px 0px 4px 10px;
	margin: 2px 0px 30px 20px;
}

#header-left a:hover {
	color: #000;
	background: #fdf0c1;
}

a.druck {
display:none;
padding: 0px 0px 7px 25px;
margin: 5px 5px 0px 5px;
background: url('../images/print.gif') no-repeat left;
}

/* Start Link Barrierefrei */

/* Start Main-navigation */
/* #box_mainNav { } */

#box_mainNav h2 {
	display: block;
	width: 17em;
	font-size: 18pt;	
	color: #FFF;
	background: #000;
	border-top: 1px solid #696755;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #696755;
	padding: 2px 0px 2px 10px;
	margin: 2px 0px 2px 20px;
}

.mainNav ul, .subNav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.mainNav li a {
	display: block;
	width: 17em;
	font-size: 18pt;
	color: #000;
	background: #E2D7AE;
	text-decoration: none;
	border-top: 1px solid #696755;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #696755;
	padding: 2px 0px 2px 10px;
	margin: 2px 0px 2px 20px;
}

.mainNav li a:hover {
	display: block;
	color: #FFF;
	background: #000;
	border-bottom: 1px solid #696755;
}

/* li.mainActive{ } */

li.mainActive a{
	color: #FFF;
	background: #000;
	padding-left: 10px;
}

li.mainActive a:hover{
	background: #e2d7ae;
	color: #000;
}

.subNav li a {
	display: block;
	width: 15em;
	font-size: 18pt;
	color: #000;
	background: #E2D7AE;
	text-decoration: none;
	border-top: 1px solid #696755;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #696755;
	padding: 2px 0px 2px 10px;
	margin: 2px 0px 2px 20px;
}

.subNav li a:hover {
	display: block;
	color: #FFF;
	background: #000;
	border-bottom: 1px solid #696755;
}

ul.subNav li.subActive a{
	color: #FFF;
	background: #000;
}

/*
.subNav li:last-child{
	margin-bottom: 20px;
}
*/

/* End Main Navigation */
a {
	color: #000;
	background: #E2D7AE;
	text-decoration: none;
}

a:hover {
	color: #000;
	background: #FDF0C1;
}

a.back {
padding-left :20px;
background: url(../images/back.gif) no-repeat bottom left;
}

a.back:hover  {
background: #e2d7ae url(../images/back.gif) no-repeat bottom left;
}

a.top {
padding-left :20px;
background: url(../images/top.gif) no-repeat bottom left;
}

a.top:hover  {
background: #e2d7ae url(../images/top.gif) no-repeat bottom left;
}

a.mehr{
padding-left :15px;
background: url('../images/minipage.gif') no-repeat left;
}

a.mehr:hover {
color: #000;
background: #e2d7ae url('../images/minipage.gif') no-repeat left;
text-decoration: none;
}

a.print {
padding: 0px 0px 7px 25px;
background: url('../images/print.gif') no-repeat left;
}

li {list-style: none;}

.clear {clear: both;}

blockquote {
display: block;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
color: #333;
background: #F1F1F1;
font-size: 0.9em;
margin-bottom: 1.2em;
padding: 6px 12px;
}

blockquote p {padding: 3px 0;}

blockquote ul {padding-left: 10px;}
/* End Global Bereich */

/* Start Searchbox */
#searchbox {
	margin-top: 25px;
	border-bottom: 1px solid #696755;
	border-top: 1px solid #696755;
	background: #A5A5A5;
}

#formsearch{padding: 10px 0px 10px 10px;}

input#searchterm{
	font-size: 1.9em;
	height: 1.2em;
	width: 15em;
	border: 1px solid #696755;
	margin: 0px;
	padding: 0px;
}

button#knopf1  {
	font-size: 1.2em;
	height: 2em;
	font-weight: normal;
	border: 1px solid #696755;
	background-color: #e2d7ae;
	margin: 0px;
	padding: 0px;
}
/* End Searchbox */

/* Start Loginbox */
#loginbox {
	border-bottom: 1px solid #696755;
	color: #000;
	padding-top: 10px;
	background-color: #DDDDDD;
}

#loginbox strong{
	font-size: 1.6em;
	font-weight: normal;
}

#loginform {padding: 0px 0px 4px 12px;}

#username, #password {
	font-size: 1.5em;
	height: 1.2em;
	width: 15em;
	border: 1px solid #696755;
	margin-top: 6px;
	padding: 0px;
}

#knopf2, #knopf3 {
	font-size: 1.2em;
	height: 2em;
	font-weight: normal;
	border: 1px solid #696755;
	background-color: #e2d7ae;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 0px;
}

/* End Loginbox */

.knopf {
display: block;
text-align: center;
height: 20px;
width: 100%;
overflow: hidden;
font-size: 0.8em;
font-weight: normal;
border: 1px solid #696755;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color: #e2d7ae;
}


/* Start Main */
/*.main {
float: left;
width: 642px;
background-color: Lime;
}*/

.main{
	width: 58em;
}

.main ul {margin-left: 1.8em;}

.main li {list-style-image: url('../images/li.gif');}

.padded {
	width: 54em;
	padding: 2em;
}

.autor {
font-size: 0.9em; 
color: #666666;
}
/* End Main */

/* Start rechts Main */
.mainRight {
color: #000;
}

.mainRight .padded {
	width: 54em;
	padding: 2em;
}
/* End rechts Main */

/* Start Footer */
.footer {
background: url('../images/bgfooter.gif') repeat-x;
color: #000;
font-size: 11px;
line-height: 25px;
width: 100%;
text-align: center;
}

.footer .left,.footer .right {
font-size: 10pt;
padding-left: 2em;
padding-right: 2em;
}

.footer a {color: #555;}

.footer a:hover {color: #000;}
/* End Footer */

/* Start Aktuelles */
div.aktuelles_mainAktuelles {
border-top: 1px solid #A5A5A5;
padding-top: 6px;
margin-top: 3px;
}

.aktuelles_mainAktuelles img {
float: left;
background:#fff;
padding:5px;
border:1px solid #A5A5A5;
margin: 5px 10px 5px 0px;
}
/* End Bereich Aktuelles */

/* Start Tabelle Hover */
.main table {
border-collapse: collapse;
width: 100%;
border: 1px solid #666;
}

.main caption {
text-align: left;
font-weight: bold;
margin: 0.5em 0;
}

.main col {border-right: 1px solid #666;}

.main col.ColLast {border: none;}

.main td a {
	color: #000;
	background: #E2D7AE;
	text-decoration: underline;
}

.main td a:hover {
	color: #000;
	background: #FFFFFF;
}

.main a.details{
display: block;
position: relative;
padding:0px 2px 0px 2px;
margin-top:2px;
margin-bottom: 2px;
border: 1px solid #000;
text-align: center;
text-decoration: none;
color: #000;
background-color: #E2D7AF;
}

.main a:hover.details {background-color: #fff;}

.main thead {
background: #ccc url(../images/bar.gif) repeat-x left center;
border-top: 1px solid #a5a5a5;
border-bottom: 1px solid #a5a5a5;
}

.main th {
font-weight: normal;
text-align: left;
}

.main th, .main td {
/*padding: 0.5em 5em;*/
padding: 3px 3px 2px 3px;
vertical-align: top;
}

.odd {
background-color: #E5E4E2;
}

.main tr:hover {
background-color: #E2D7AF;
color: #000;
}

.main thead tr {
background: #ccc url(../images/bar2.gif) repeat-x left center;
}
/* End Tabelle Hover */

/* Start Tabelle ohne Hover */
.sansHover tr:hover {
background-color: transparent;
color: #000;
}

.sansHover tr.odd:hover {
background-color: #E5E4E2;
color: #000;
}

.sansHover thead tr {
background: #ccc url(../images/bar.gif) repeat-x left center;
}
/* End Tabelle ohne Hover */

/* Start Tabelle Mitarbeiter */
.sansHoverMitar table {
border-collapse: separate;
border-spacing: 5px;
width: 100%;
border: 1px solid #666;
}

.sansHoverMitar tr:hover {
background-color: transparent;
color: #000;
}

.sansHoverMitar tr.odd:hover {
background-color: #E5E4E2;
color: #000;
}

.sansHoverMitar li {list-style-image: url('../images/li2.gif');}

/* End Tabelle Mitarbeiter */
table#aktuell {
border-collapse: collapse;
border-spacing: 0px;
width: 250px;
border: 0px
}

/* Start Alphabetische Definitionsliste */
.alphabetDL dt{
font-weight: bold;
padding-left: 5px;
background-color: #E2D7AF;
margin: 10px 0px 5px 0px;
}

.alphabetDL dt a {
	padding-left:10%;
	padding-right:10%;
}

.alphabetDL dd {
padding-left: 5px;
}

/* End Alphabetische Definitionsliste */

/* Start allgemeines Layout */
.boxLeft{
	display: block;
	float: left;
	width:48%;
	color: Black;
	background-color: transparent;
}

.boxRight{
	display: block;
	float: right;
	width:48%;
	color: Black;
	background-color: transparent;
}

blockquote .boxLeft{
display: block;
float: left;
width:278px;
color: Black;
background-color: transparent;
}

blockquote .boxRight{
display: block;
float: right;
width:278px;
color: Black;
background-color: transparent;
}

.img-box {
display: block;
top: 0px;
left: 0px;
padding: 5px;
margin: 0px;
border:1px solid #A5A5A5;
background-color: #fff;
}

.img-wrapperLeft {
float:left;
background:#fff;
padding:5px;
border:1px solid #A5A5A5;
margin: 5px 5px 5px 0px;
}

.img-wrapperRight {
float: right;
background:#fff;
padding:5px;
border:1px solid #A5A5A5;
margin:5px 0px 5px 5px;
}

.img-wrapperLeftDown img {
float:left;
background:#fff url(../images/download.gif) no-repeat bottom left;
padding:5px 5px 16px 5px;
border:1px solid #a9a9a9;
margin: 5px 5px 5px 0px;
}
/* End allgemeines Layout */

.nosee { display:none; }


