/*
*****************************************************************
		STANDARD OBJEKTS
*****************************************************************
*/
body {
	font-size: 62.5%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #cbd1be;
	margin: 26px 0 0 0;
	padding: 0;
	color: #000000;
}

a  {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0px;
}

input {
	margin: 0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	font-size:11px;
}

input.textbox {
	border:1px solid #828282;
	color:#000000;
	font-size:11px;
}

select {
	margin: 0;
	padding: 0;
	color:#000000;
	font-size:11px;
}

textarea {
	background-color : #ffffff;
	border:1px solid #828282;
	background-repeat:repeat-x;
	padding:2px 2px 2px 2px;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}


/* HEADLINES */
label
{
	font-weight:bold;
	color:#000000;
}

h1
{
	margin:0;
	padding:0;
}

h2
{
  	margin:0 0 13px 0;
	padding:0;
	color:#333333;
	font-size:17px;
	font-weight:normal;
}

h3,h4,h5,h6
{
	margin:0 0 5px 0;
	padding:0;
	color:#333333;
	font-size:13px;
	font-weight:normal;
}


ul {
	margin-top:0;
	margin-bottom:10px;	
}

ol {
	margin-top:0;
	margin-bottom:10px;
}

p {
	margin:0 0 1em 0;
	font-size:1em;
}

.clear-float {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:1px;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}

.block {
	display:block;
}

.relative {
	position:relative;
}

.bold {
	font-weight:bold;
}

.button {
	cursor:pointer;	
}

.date-modified 
{
	font-style:italic;
	font-size:0.9em;
}

.no-list
{
	list-style-type:none;
	padding:0;
	margin:0;
}


#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:100px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:1.1em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:1.1em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#b2bebc;
	color:#000000;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}