/* Layout www.ammis.de Iris Schmitt */

*{
 margin:0;
 padding:0;
}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 20px;
	background-image: url(jpg/Blumen-44.jpg);
}


/* Formatierungen Layout (grob) */
#seite{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top;
	border-color: #3443b;
	border-style: solid;
	border-width: 1px;
}

#seite2{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1000px;
	background-color: #F7F5C5;
	margin-top: 0px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(jpg/start03.jpg);
	color: #461703;
	border-color: #006602;
	border-style: solid;
	border-width: 1px;
}


/* Formatierungen Headbereich */
#oben{
	background-repeat: no-repeat;
	text-align: center;
	clear:both;
	margin: 0px;
	margin-top: 0px;
	background-image: url(jpg/start0.jpg);
	background-position: top;
	background-attachment: fixed;
	height: 400px;
}

#linien {
	clear: both;
	background-image: url(imc/line5.jpg);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0px;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5E1600;
}


/* Formatierungen Content und Infothek */
#links{
	float: right;
	margin: 20px 15px 0 0;
	width: 500px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E1600;
	padding-top: 10px;
}

#index{
	margin: 0;
	width: 100%;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E1600;
	margin-top: 20px;
	float: none;
}

.inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	margin-left: 30px;
	padding-right: 6px;
	letter-spacing: normal;
	line-height: 18px;
	margin-right: 10px;
	margin-top: 15px;
	border-top-color: #5E1600;
}

#fließtext {
	font-size: 1em;
	color: #5e1600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: center;
}

#rechts{
	float: left;
	line-height: 15px;
	font-size: 80%;
	width: 420px;
	color: #5E1600;
	background-color: #FFFFFF;
	border-top-color: #5E1600;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #5E1600;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #5E1600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #5E1600;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 25px;
	clear: left;
}

.inhaltrechts {
	padding-top: 2px;
	margin-left: 12px;
	margin-right: 2px;
	text-align: left;
}


.inhaltrechts h4 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.inhaltrechts ul {
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding-top: 3px;
	margin-right: 0px;
	padding-bottom: 3px;
}

.inhaltrechts ul li {
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 5px;
}


.inhaltrechts ul li a{
	text-decoration: none;
	color: #5E1600;
}

.inhaltrechts ul li a:link {
	color: #5E1600;
}

.inhaltrechts ul li a:visited {
	color: #5E1600;
}

.inhaltrechts ul li a:link:hover, #nav ul li a:visited:hover {
	color: #CE6B1A;
}





/* Formatierungen Verlinkung allgemein */
a:link {
	color: #461703;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5E1600;
}
a:hover {
	text-decoration: none;
	color: #963804;
}
a:active {
	text-decoration: none;
	color: #5E1600;
}


/* Formatierungen Überschriften */
h1 {
	margin-left: 18px;
	font-size: 1.2em;
	white-space: pre;
	text-align: left;
	margin-top: 10px;
	color: #cc9933;
	font-weight: bold;
	margin-bottom: 15px;
}

#kursiv {
	margin-left: 18px;
	font-size: 1.2em;
	text-align: left;
	color: #cc9933;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
}

h2 {
	margin-left: 30px;
	font-size: 1.2em;
	white-space: pre;
	text-align: left;	
	color: #ffffff;
}

#auswahl h3 {
	margin-left: 20px;
	font-size: 1.1em;
	white-space: pre;
	text-align: left;
	margin-top: 6px;
}

#auswahl h3 a:link {
	color: #5E1600;
	text-decoration: underline;	
}

#auswahl h3 a:visited {
	text-decoration: underline;
	color: #883104;
}

#auswahl h3 a:hover {
	text-decoration: none;
	color: #666666;
}

#auswahl h3 a:active {
    text-decoration: none;
}

h5 {
	font-size: 1.1em;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 4px;
}

h4 {	
	margin-top: 10px;	
}

h3 {
	margin-top: 30px;
	color: #D7721A;
	text-align: left;
	margin-left: 20px;
	font-size: 1.1em;
}

/* Navigation */

#nav {
	margin-top:157px;
	text-align: right;
	margin-right: 5px;
	background-color: #006602;
}

#nav h4 {
	display: none;
}

#nav ul {
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding-top: 3px;
	margin-right: 0px;
	padding-bottom: 3px;
}

#nav ul li {
	list-style-type: none;
	margin: 0;
	display: inline;
}

#nav ul li a{
	padding: 3px 0.5em;
	margin-left: 11px;
	border: 1px solid;
	text-decoration: none;
	color: #5E1600;
	border-color: #FFFFFF;
	border-bottom: none;
}

#nav ul li a:link {
	color: #5E1600;
}

#nav ul li a:visited {
	color: #5E1600;
}

#nav ul li a:link:active {
	color: #5E1600;
	background-color: #FFFFFF;
}

#nav ul li a:link:hover, #nav ul li a:visited:hover {
	color: #5E1600;
	border-color: #ffffff;
	background-color: #BA976D;
}

#nav ul li a#current{
	background-color: #666666;
	border-bottom: 1px solid;
}




/* Sonstige Formatierungen */

.auflistung {
	text-align: left;
	margin-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E1600;
	letter-spacing: normal;
	line-height: 22px;
	margin-right: 10px;
	margin-top: 20px;
	list-style-type: square;
}

.bildermini {		
	border-color: #cc9933;
	border-width: 2px;
	border-style: groove;	
}

.bilder {
	margin-right: 20px;
	margin-left: 20px;
	border: 0;
}

.bilderohne {
	float: none;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #FFBE60;
	border-width: 2px;
	border-style: inset;	
} 

.bilderlinks {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #FFBE60;
	border-width: 2px;
	border-style: inset;	
}

.bilderrechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #FFBE60;
	border-width: 2px;
	border-style: inset;	
}

.top{
	font-size: x-small;
	line-height: 30px;
	text-align: right;
	margin-left: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

hr {
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 99%;
}


.menutitle {
	margin:0 -5px 5px -5px;
	padding:6px;
	background-color: #FFFFFF;
}

#ammis {
	text-align: center;
	font-size: 10px;
	color: #006600;
	clear: both;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0;
	background-color: #F7F5C5;
	height: 20px;
	padding-top: 10px;
	line-height: 16px;
}

#ammis a:link {
	color: #006600;
	text-decoration: none;
}

#ammis a:visited {
	text-decoration: none;
	color: #009900;
}

#ammis a:hover {
	text-decoration: none;
	color: #009900;
	font-size: 14px;
}

#ammis a:active {
	text-decoration: none;
	color: #006600;
}


#fuss {
	text-align: center;
	font-size: 10px;
	color: #34424B;
	clear: both;
	border-top-color: #34424B;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0 auto;
	background-color: #fffdee;
	height: 60px;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 16px;
	border-bottom-color: #34424B;
	width: 1000px;
	border-color: #34424B;
	border-style: solid;
	border-width: 1px;
}

#fuss a:link {
	color: #B99000;
	text-decoration: none;
}

#fuss a:visited {
	text-decoration: none;
	color: #B99000;
}

#fuss a:hover {
	text-decoration: none;
	color: #35444B;
}

#fuss a:active {
	text-decoration: none;
	color: #34424B;
}


#tabelle{
	margin-left: 12px;
	margin-top: 20px;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F7F5C5;
	text-align: left;
	margin-left: 20px;
}

input {
	background-color: #CCCCCC;
	height: 20px;	
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}


textarea {
	height: 150px;
	background-color: #CCCCCC;
	padding-top: 6px;
	padding-left: 5px;
}

input.senden {
	font-size: 0.9em;
	margin-right: 2px;
	width: 100px;
	height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	vertical-align: middle;	
}

.linieoben {
	border-top-color: #5E1600;
	border-top-style: solid;
	border-top-width: thin;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #5E1600;
	text-decoration: none;
}
