html {
	margin: 0;
	padding: 0;
	height: 100%;	
}

body {
	font-family: helvetica,arial,sans-serif;
 	font-size: 12px;
	text-align: center;
 	background-image: url(../img/main_background.jpg);
 	background-repeat: repeat-x;
	height: 100%; 
}

#border {
	text-align: left;	
	display: inline-block;
	width: 1152px;
	border: 1px solid #636363;
	background-color: #D3D3D3;
	padding: 10px;
	margin-bottom: 10px;
}

#header {	
	float: left;
	margin-bottom: 7px;
	width: 1150px;
	border: 1px solid #636363;
}

#header img {
	float: left;
	border: 0px;
}

#navigation {
	float: left;		
	width: 175px;
	border: 1px solid #636363;
	//background-color: #FF9922;
	//background-color: #FFFF80;
	background-image: url(../img/red.png);
}

#main {
	float: left;	
	width: 732px;
	border: 1px solid #636363;
	background-color: #FFFFFF;
	margin-left: 7px;
	padding: 20px;
}

#main table td {
	padding-top: 3px;
	padding-right: 10px;
	vertical-align: top;
}

#infos {
	float: right;
	width: 185px;
	border: 1px solid #636363;
	//background-color: #FFFF80;
	background-image: url(../img/red.png);
}

#footer {	
	float: left;
	margin-top: 7px;
	padding: 5px;
	width: 1140px;
	border: 1px solid #636363;
	background-color: #BF111B;
	color: #FFFFFF;
	font-weight: bold;
}

a img {
	border: 0px;
}

img {
	border: 1px solid #000000;
}

.img_lightbox {
	border: 1px solid #000000;
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select {
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-top: 2px; 
  font-style: normal; 
  font-variant: normal; 
  font-size: 8pt; 		
  font-family: verdana;
  background-color: #eee;
}

select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: solid 1px #006;
}

input[type="button"],
input[type="file"],
input[type="submit"] {
  cursor: pointer;
}

input[type="button"][disabled="disabled"] {
  border: solid 1px #000;
  cursor: default;
}

.error_icon {
  border: 0px;
  vertical-align: bottom; 
  display: none;
  cursor: help;
  padding-left: 2px;
}

.pointer {
	cursor: pointer;
}

.obligatory {
	font-weight: bold;
	color: red;
	padding-right: 0px !important;
	vertical-align: top;
}

.author {
	text-align: right;
  font-size: 10px; 
}

#picture_galerie tr td {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px !important;
	vertical-align: bottom;
	text-align: center;
}

.picture_galerie {
	padding: 0px !important;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.underline {
	text-decoration: underline;
}

.intern_link a {
	color: #000000;
	text-decoration: none;	
}

.float_left {
	float: left;
}

.content {
	padding: 3px;
}

.right {
	text-align: right;
}
	
.border {
	border: 1px solid black;
}

.header {
  background-color: #BF111B;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 8px; 
  padding-top: 3px; 
  padding-bottom: 3px;
}

.headline {
  background-color: #BF111B;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 8px; 
  padding-top: 3px; 
  padding-bottom: 3px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.refresh {
  vertical-align: top;
  border: 0px; 
  cursor: pointer;
}

.facebook {
	float: left;
  padding: 15px;
  padding-right: 10px
}

.facebook + div {
  padding: 15px;
  padding-top: 18px;
}

.top {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.internal_link {
  color: #000000;
  text-decoration: none;	
}

.center {
  text-align: center;
}

.no_underline	{
  text-decoration: none;
}

.no_border {
  border: 0px;
}

.picture {
  text-align: center;
  padding-bottom: 10px;
}

.picture img {
  border: 1px solid #000000;
}

.picture_text_left {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
}

.picture_text {
  text-align: center;
  padding-bottom: 40px;
}

.picture_text:last-child, .picture_text_left:last-child {
  padding-bottom: 0px;
}

.icon {
  padding-right: 2px !important;	
  text-align: center;
}

.icon img {
  border: 0px;
  cursor: pointer;
}

.caption {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px !important;
}

.kreisbrandinspektion {
	width: 180px; 
	display: inline-block;
}

.item_color {
	border: 1px solid black; 
	font-size: 8px; 
	vertical-align: middle;
}

.item_color_big {
	border: 1px solid black; 
	font-size: 24px; 
	vertical-align: middle;
}

.time {
  white-space: nowrap;
  text-align: center;
}