* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body {
	margin:0px;
	padding:0px;
	font-size: 62.5%;
	line-height: 18px;
	background-image: url("../images-layout/bg-body.gif");
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#F4F4F4;
	color: #666666;
	}

h1 {
	font-size: 1.4em;
	}

h2 {
	font-size: 1.2em;
	margin: 0;
	}

h3 {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	}

hr {
	height: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	}

form {
	display: inline;
	}

.imgborder {
	border: 1px solid #666666;
}

.portrait {
	border: 1px solid #666666;
	margin-left: 20px;
}

A.linkWhite		{color: #FFFFFF; text-decoration: none;}
A.linkWhite:visited	{color: #FFFFFF; text-decoration: none;}
A.linkWhite:hover	{color: #FFFFFF; text-decoration: underline;}
A.linkWhite:active	{color: #FFFFFF; text-decoration: none;}

.fehlermeldung {
	color: #CC0000;
}

.erfolgsmeldung {
	color: #339933;
}

.textfeldererror {
	background-color: #FFFF99;
}

/* ///////////////////////////// SEITEN-KONSTRUKT START ///////////////////////////// */
#master { /* Weitere Styles in der Datei screen-idxxx.css */
	width: 100%;
	height: 100%;
}
	#totale {
		margin:0 auto;
		height: 212px;
		width: 996px;
		text-align:left;
		clear:both;
	}
		#navleft {
			float: left;
			padding-left:11px;
			padding-right:11px;
			width: 188px;
			font-size: 1.2em;
		}
			#navleft h1 { /* Weitere Styles in der Datei screen-idxxx.css */
				font-size: 1.0em;
				margin: 35px 0px 15px 5px;
			}

		#main {
			float: left;
			width: 786px;
		}
	
			#header {
				width: 786px;
				height: 183px;
				clear:both;
			}
				#headercontent {
					float: left;
					width: 576px;
					height: 183px;
					background-color:#FFFFFF;
				}
					#logo {
						padding-left:40px;
						padding-top:60px;
						width: 500px;
						height: 90px;
					}

			#trenner { /* Weitere Styles in der Datei screen-idxxx.css */
				color:#FFFFFF;
				width: 785px;
				height: 29px;
				clear:both;
			}
				#kontaktimpressum {
					padding-top:4px;
					float: left;
					width: 750px;
					text-align:right;
					font-size: 1.1em;
					color:#FFFFFF;
				}

			#indeximage { /* Weitere Styles in der Datei screen-ie.css */
				width: 786px;
				height: 176px;
			}
			#inhalt {
				width: 786px;
			}
				#content {
					float: left;
					padding-top:20px;
					padding-left:20px;
					padding-right:20px;
					padding-bottom:20px;
					margin:0;
					width: 536px;
					font-size: 1.1em;
				}
					#content ol, #content ul {
						margin: 0px 0px 20px 25px;
						padding-left: 10px;
						list-style-position: outside;
					}
				#navright {
					float: left;
					padding-left:10px;
					padding-right:10px;
					width: 189px;
					font-size: 1.2em;
				}
					#navright h1 { /* Weitere Styles in der Datei screen-idxxx.css */
						font-size: 1.0em;
						margin: 35px 0px 15px 5px;
						}
/* ///////////////////////////// SEITEN-KONSTRUKT ENDE ///////////////////////////// */

