
/* ---------------------------------------------------
   Style Umfrage
----------------------------------------------------*/


/* body */
body {
	background-color : #ffffff;
	color: #444444;
	font-family : Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#title {
	margin: 0;
	padding: 18px;
}

#title img{
/* 	height: 110px; */
	margin-left: 20px;
}

#header, #page, #footer {
	width: 900px;
	margin: 0 auto 0 auto;
}

#footer {
	clear: both;
}

#footer_content {
	text-align: right;
	padding: 0 10px 0 10px;
}

#frame {
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	overflow: hidden;
}

#content {
	padding: 0;
	width: 100%;
	float: left;
}

#menu {
	background: transparent;
	padding: 10px;
	height: 60px;
}

#menu .menu_container {
	height: 48px;
	line-height: 48px;
	margin: 0px 20px 0 0;
	padding: 11px 0 0 11px;
	text-align: center;
}

#menu .menu_container li.last_menu {
	float: right;
}

h1 {
	background : transparent;
	color : #647E67;
	font-size: 1.5em;
}

h1 a,
h1 a:hover {
	color : #647E67;
	text-decoration: none;
}

.description {
	text-align: left;
	position: relative;
	top: 10px;
	left : 30px;
}

.description small {
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
	line-height: 2em;
	color: #727166;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 37px;
	line-height: 37px;
	width: 100%;
	background: center left transparent repeat-x;
	position: relative;
}

#menu ul li {
	background: transparent;
	font-size: .75em;
	font-size: 12px;
	padding: 0;
	vertical-align: middle;
	float: left;
	position: relative;
	height: 37px;
	line-height: 37px;
}

#menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 0;
	height: 37px;
	line-height: 37px;
	white-space: nowrap;
}

#menu ul li a:hover {
	text-decoration: underline;
}

a {
	color: #444444;
	background-color: transparent;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.highlight {
	color: rgb(255,204,0);
}

a:hover {
	color: #777777;
	text-decoration: none;
}

a:hover .highlight {
	color: rgb(255,220,56);
}

a img {
	border: 0;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding:0;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

h2, h3 {
	color: #90BA92;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

h2 a, h3 a {
	color: #90BA92;
}

h2 a, h3 a, h2 img, h3 img {
	border: 0px none;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.0em;
	line-height: 1em;
	color: #444444;
}

h4 a {
	color: #444444;
}

.label {
	color: #72A533;
}

.body {
	clear: both;
}

ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 2em;
	padding: 0;
}

input,
textarea,
select {
	border: 1px solid #777777;
	color: #777777;
	background: #ffffff;
	margin-right: 5px;
}

iframe {
	border: 1px solid #777777;
	width: 100%;
}

label {
	font-weight: bold;
}

label small {
	font-weight: normal;
}

.noDisplay {
	display: none;
}

.smallCaps {
	font-variant: small-caps;
}

.infoTXT {
  background: rgb(255,255,255);
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid rgb(222,175,22);
  padding: 1px;
}
.infoTXT dl {
  margin: 0px;
  padding: 0px;
}
.infoTXT dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.infoTXT dd {
  margin-left: 20px;
}
.infoTXT img {
  max-width: 250px;
}

#lightbox {
	background: #ffffff;
	border: 1px solid rgb(222,175,22);
	width: 600px;
	height: 400px;
	position: absolute;
/*	top: 150px;
	left: 200px;*/
	padding: 0;
}

#lightbox .hintergrund {
	background: transparent;
	position: absolute;
	width: 590px;
	height: 390px;
	padding: 5px;
	cursor: move;
}

.lightbox {
	color: #72A533;
	max-width: 100px;
	float: left;
	margin: 5px;
	overflow: visible;
}

.lightbox:hover {
	color: #B51717;
}

.lightbox .directory {
	background: #cccccc url(../../admin/img/default/directory.png) center no-repeat;
	border: 1px solid #777777;
	min-width: 50px;
	height: 50px;
	text-align: right;
	vertical-align: bottom;
	cursor: pointer;
}

.lightbox .directory:hover {
	background: #eeeeee url(../../admin/img/default/directory.png) center no-repeat;
}

.lightbox .directory:active {
	background: #eeeeee url(../../admin/img/default/directory_hover.png) center no-repeat;
}

.lightbox .file {
	background: #cccccc center no-repeat;
	border: 1px solid #777777;
	min-width: 50px;
	height: 50px;
	text-align: right;
	cursor: pointer;
}

.lightbox .file:hover {
	background: #eeeeee center no-repeat;
}

.lightbox .file img {
	max-height: 50px;
}

.lightbox * img.lock {
 	position: relative;
 	top: 32px;
 }

.progresscontainer {
	width: 300px;
	height: 3px;
	background-color: #aaaaaa;
}

.progressbar {
	width: 0px;
	height: 3px;
	background-color: black;
}

