/* CSS Document */


body {
	background-color: #6086C4;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a:link {
	font-family:Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px dashed #A9A9A9;
	color: Black;
}
a:visited {
	font-family:Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px dashed #A9A9A9;
	color: #E6332E;
}
a:active {
	font-family:Arial, Helvetica;
	text-decoration: none;
	color: Black;
} 
a:hover   {
	font-family: Arial, Helvetica;
	text-decoration: underline;
	color: Black;
	border-bottom: 1px dashed #A9A9A9;
}
a:focus {
	font-family:Arial, Helvetica;
	text-decoration : none;
	color: Black;
	border:1px 1px 1px 1px;
	border-color: #FF8C00;
	border-style: dotted;
}

a img {
	border: 0px;
}

img {
	border: 0px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

ul ul li{
	line-height: 180%;
	list-style-type: circle;
	}

ul{
	line-height: 180%;
	list-style-type: disc;
	margin-left: -10px;	
	}

#menue ul{
	margin-left:0px;
	padding-left: 20px;
}

#menue ul ul li{
	padding-left: 0px;	
}
	
.layout1{
	font-size: 1.1em;
	font-weight: bold;
}
.layout2{
	font-size: 1em;
	font-weight: bold;
}
.layout3{
	font-size: 0.9em;
	font-weight: bold;
}
.layout4{
	font-size: 0.8em;
	font-weight: bold;
}
.layout5{
	font-size: 0.7em;
	font-weight: bold;
}

.accesskey{
	text-decoration: underline;
}
.menu1 a{

	text-decoration: none;
}
.menu2 a{
	text-decoration: none;

}
/* News */
.news-list-container {
}
.news-list-item {
}                               
.news-list-date {
}
.news-list-morelink {
}



/* --------------------------------------------------------------------------------------*/

#kopf {
	position: absolute;
	top: 0px;
	width: 100%;
	height:180px;
	background-color: #000000;
	z-index: 1;	
}

#sz-amt-trittau {
	position:absolute;
	left: 0px;
	top: 0px;
	display: inline;
	width: 20%;
	height: 45px;
	/*border: 1px solid #ff0000;*/
}

#landschaft {
	position:absolute;
	display: inline;
	left: 20%;
	top: 0px;
	width: 60%;
}

#sz-kreis-storman {
	position:absolute;
	top: 0px;
	right: 0px;
	display: inline;
	width: 20%;
	height: 45px;
}

#wappen{
	position: absolute;
	top: 45px;
	width: 136px;
	height: 135px;
}

#bg-rechts {
	position: absolute;
	right: 0px;
	width: 136px;
	bottom: 0px;
}

#content{
	position:absolute;
	top: 45px;
	right: 70px;
	left: 135px;
	background-color: #F2F5E1;
	bottom: 0px;
	z-index: 3;
	background-image: url(../bilder/design_amt_trittau/ecke-rechts-schatten.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 5px;
	overflow: visible;
}

#inhalt{
	background-color: #F2F5E1;	
	padding: 18px;
	padding-left: 53px;
	padding-right: 48px;

}

#contentecke-links {
	position: absolute;
	left: 0px;
	top: 0px;
}

#contentecke-rechts {
	position: absolute;
	right: 0px;
	top: 0px;
}

#contentecke-rechts2 {
	position: absolute;
	right: 0px;
	top: 10px;
}

#menue{
	position: absolute;
	left: 10px;
	top: 210px;
	z-index: 5;
	border: 1px solid #000000;
	width: 118px;
	height: auto;
	background-color: #F2F5E1;
	padding: 0px;
}

#menue ul.menu1{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


#menue ul.menu1 li.menu2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 6px;
	margin-left: 3px;
	text-align: left;
	line-height: 14px;
	font-size: 0.8em;
	list-style-type: none;
}

#menue ul.menu1 li.menu2 li{
	font-size: 0.9em;
	margin-bottom: 2px;
	margin-left: 8px;
}

#menue a:link {
	font-family:Arial, Helvetica;
	text-decoration: none;
	color: Black;
	border:0;
}
#menue a:visited {
	font-family:Arial, Helvetica;
	text-decoration: none;
	color: Black;
	border:0;
}
#menue a:active {
	font-family:Arial, Helvetica;
	text-decoration: none;
	color: Black;
	border:0;
} 
#menue a:hover   {
	font-family:Arial, Helvetica;
	text-decoration : underline;
	color: Black;
	border:0;
}
#menue a:focus {
	font-family:Arial, Helvetica;
	text-decoration : underline;
	color: Black;
	border:1px 1px 1px 1px;
	border-style: dotted;
}


