/*style.css fuer wickede.de*/
* {
  padding: 0;
  margin: 0;
  border: none;
}

body
{
  width: 17.5cm;
  font-size: 76%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul
{
  list-style-type: none; 
}

ol 
{
  list-style-type: decimal;
}

ol li
{
  margin-left: 1.7em;
}

p
{
  margin-bottom: 1.4em;
}

a:link, a:active, a:visited
{
  color: #0A7063;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:focus
{
  text-decoration: underline;
}

#wrapperall
{
  
}

#wrapperall2
{
  
}

.container
{
}

.hidden
{
  display: none;
}
#topline 
{
  display: none;
}

span.subheadline
{
  font-size: 0.6em;
  padding-left: 1.2em;
}

.quicklinks a:link, .quicklinks a:active, .quicklinks a:visited
{
  color: #0A7063;
  text-decoration: none;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.quicklinks a:hover, .quicklinks a:focus
{
  text-decoration: underline;
}

#imageline
{
  display: none;
}

#mainnav
{
  display: none;
}

.contentcontainer
{
  background-image: url(pics/submenu_back.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

#submenu
{
    display: none;
}

#content
{
  background-color: #FFFFFF;
  line-height: 155%;
}

#content h1
{
  color: #313873;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

#content h2
{
  color: #000160;
  font-size: 1.3em;
  margin-bottom: 0.5em;  
}

#content ul, #content .block ul
{
  list-style-type: disc;
  margin-left: 1em;
}

* html #content ul, * html #content .block ul
{
  margin-left: 1.5em;
}

#content .block
{
  margin-bottom: 2.5em;
}

#content .block h2
{
  font-size: 1.2em;
  color: #000160;
  margin-bottom: 0.4em;
}

#content .withboxes
{
}

.contentleft
{
  float: left;
  padding-right: 0.8em;
  margin-bottom: 0.1em;
}

.contentright
{
  float: right;
  padding-left: 0.8em;
  margin-bottom: 0.1em;
}

.image
{
  border: 1px solid #313873;
  background-color: #313873;
  text-align: center;
}

.imagetext
{
  background-color: #313873;
  color: #FFFFFF;
  padding: 0.1em 0.5em;
  text-align: center;
}

.contentover {
	width: auto;	
  margin-bottom: 0.4em;
}

.contentunder
{
	width: auto;	
  margin-top: 0.4em;
}

#rightboxes
{
  display: none;
}

#footer
{
  display: none;
}

/*listenstyles*/

/*design 1*/
ul.headlinelist
{
  
}

ul.headlinelist li
{
  margin-bottom: 0.4em; 
}

ul.headlinelist li.even
{
  
}

ul.headlinelist li.odd
{
  
}

/*design 2*/
.textblock 
{
  margin-bottom: 1em;
}

.textblock h3
{
  margin-bottom: 0.3em;
}

/*design 3*/
.left
{
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.textblock
{
  overflow:hidden;
  margin-bottom: 0.5em;
}


.container h3
{
  margin-bottom: 0.4em;
  font-size: 1.2em;
}

/*design 4*/
.linkelement
{
  width: 49%;
  float: left;
  margin-bottom: 0.5em;
}

.linkelement h3
{
  margin-bottom: 0.3em;
  font-size: 1.2em;
}
.linkelement .textblock
{

}

.linkelement .left
{
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

/*buergerinfosystem*/
ul.abteilungsliste li
{
  margin-left: 1.5em;
  margin-bottom: 0.3em;
}


.contenttable {
	width: 98%;
}

.contenttable th {
	background-color: #313873;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
        border-spacing: 1px;
}

.contenttable td {
	background-color: #eeeeef;
	/*background-color: #e6eDDD;*/
	font-weight: normal;
	border-spacing: 1px;
	padding: 3px;
	vertical-align: top;
        border-spacing: 1px;
}
.contenttable td p, .contenttable th p {
        margin: 0;
}

ul.branchenliste li
{
  margin-bottom: 1em;
}