* { 
	margin:0px;
	padding:0px;
}

body { 
	word-wrap:break-word; 
	width: 90%;
	margin-left: 20px;
}

body {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 90%; /* as recommended in CSS guide */
	color:#111;
	line-height:1.6;
}

img {
	border:1px #000 none;
	margin-left: 30px;
	/* border:1px #000 solid; */
}

.button1 {
  background-color: #6666FF;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #999;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2266FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


p#tagline span {
	font-size: 280%;
	margin-left: 10px;
	margin-top: 40px;
}

#page {
    background: #fff;
}

#page-top {
	background: url(muster_bg01.jpg) top center repeat;
	margin-left: 0px;
}

#title {
	background: url(muster_fg01.png) rgba(255,255,255,0.9) top right repeat;
	opacity: 0.8;
	overflow: hidden;
	position: relative;
	margin-left: 0px;

	/*text-align:center;*/
	color: #88e; /*mw01 -> Farbe Überschrift*/
}

#page-bottom-contents {
	margin-left: 10px;
}

#main-content h2 {
	font-weight: bold;
	padding:0px 0px;
	border-bottom: 1px solid #ccccff; /* mw- Überschrift Linie*/
}

input#go1, input#code {
	border-style: none;
}

div.content, div.content2 {
  margin-right: 200px;
  padding: 1px 16px;
}

.sidebar {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  float: right;
  height: 500px;
  overflow: auto;
}


.sidebar a {
  display: block;
  color: black;
  padding: 4px;
  text-decoration: none;
	line-height:1.1em;
}
 
.sidebar a.active {
  background-color: #6666dd;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

#meldungErr a {
	color: #ff0000;
	font-weight: bold;
	font-size: 14;
}

#meldungOk a {
	font-weight: bold;
	font-size: 14;
	color: #00aa00;
}

/* aus Fragebogen bgm-ags (FB001) */
		.sitehead {
			border: 0px solid #aaaaff;
			padding: 2px;
		}

		#head01 {
			font-weight: bold;
			font-size: 18;
		}

		#meldungErr {
			color: #ff0000;
			font-weight: bold;
			font-size: 12;
		}

		#meldungOk {
			font-weight: bold;
			font-size: 16;
			color: #00aa00;
		}

		#absenden {
			text-align: center;
		}

		.bg01 {
			background-color: #bbbbff;
		}

		.bg02 {
			background-color: #8888ff;
		}

		table {
		  border-collapse: collapse;
		  border: 0px;
		}

		td.bg01, td.bg02 {
			border: 1px solid #bbbbff;
			padding: 2px;
		}

		td.bg03{
			border: 0px;
			padding: 2px;
		}

		textarea {
			border: 0px solid #bbbbff;
		}

		textarea02 {
			border: 0px solid #bbbbff;
		}


		fieldset {
			border: 0px solid #bbbbff;
			padding: 5px;
		}

		#head {
			width: 100%;
			border: 0px solid #eeeeff;
		}

		a#err {
			color: #ff0000;
			font-weight: bold;
			font-size: 12;
		}

		a#ok {
			font-weight: bold;
			font-size: 12;
			color: #00aa00;
		}

@media screen and (max-width: 700px) {
  .sidebar, .sidebar2 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar a, .sidebar2 a {float: left; padding: 1px 16px;}

  div.content, div.content2 {
	  margin-right: 10px;
	  padding: 1px 16px;
  }
}

@media screen and (max-width: 500px) {
	body {
	  margin: 5px;
	  width: 100%;
	}

	.sidebar a, .sidebar2 a {
		text-align: center;
		float: none;
	}

	div.content {
	  margin-right: 0px;
	  padding: 1px 16px;
	}

	#title {
		overflow: hidden;
		position: relative;
		margin-left: 0px;

		/*text-align:center;*/
		color: #88e; /*mw01 -> Farbe Überschrift*/
	}

	#title img {
		margin-left: 20px;
		margin-top: 20px;
	}

	span.in {
		font-size: 80%;
		margin-left: 0px;
	}

	p#tagline span {
		font-size: 280%;
		margin-left: 30px;
		margin-top: 40px;
	}

	p#tagline2 span {
		font-size: 180%;
		margin-left: 0px;
		margin-top: 40px;
	}

}
