html {
margin-bottom: 1px; /*scrollbar fix*/
}

body {
background-color: #f5f3ef;
font-family: Arial, sans-serif; 
color: #666666; 
font-size: 12px; 
line-height: 18px; 
margin: 0;
padding: 3em 0;
height: 100%;
text-align: center;
}

h1 {
font-size:18px;
margin:0 0 10px;
}

h2 {
font-size:15px;
margin:15px 0 5px;
}

h3 {
font-size:12px;
font-weight:bold;
margin:0 0 0;
}

p{
margin: 0 0 5px;
}

a {
color: #e31818;
}

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

a img{
text-decoration: none;
}


#wrap {
  background: #f5f3ef;
	width: 740px; /* 170+20+550 = 740 */
	min-height: 480px;
	margin: 0 auto;
	text-align: left;  
}

#left {
background-color: #f5f3ef;
float: left;
width: 170px;
padding: 0;
border-collapse: separate;
}

.leftTop{
  background: url(img/leftTop.gif) no-repeat;
  height: 8px;
}
.leftContent{
border-left: 1px solid #e0dfdc;
border-right: 1px solid #e0dfdc;
background: #FFF;
margin: 0px;
padding: 0;
}


.leftBottom{
  background: url(img/leftBottom.gif) no-repeat;
  height: 8px;
  margin: 0 0 20px;
}


#menu{padding: 5px 0 5px;} /*padding verhindert boarder collapse!*/
#menu ul {
	border-bottom: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul ul {
	padding-left: 10px;
}
#menu a:link, #menu a:visited, #menu a:active {
	padding: 4px 10px 4px 10px;
	color:#859885;
	display: block;
	text-decoration: none;
}
#menu a{text-decoration: none;}
#menu a:hover {
  background-color:#D8E5D8;
	text-decoration: none;
}
.menu-current >a{
  background-color:#D8E5D8;
}

#sponsor{
	padding: 4px 10px 4px 10px;
	color:#859885;
	display: block;
	text-decoration: none;
}
.leftContent img { border:0px; }

#main{
margin:0px 0px 0px 20px;
width: 550px;
padding:0;
line-height:1.5em;
text-align:left;
float: right;
}

.mainTop{
  background: url(img/mainTop.gif) no-repeat;
  height: 8px;
}
.mainContent{
border-left: 1px solid #e0dfdc;
border-right: 1px solid #e0dfdc;
background: #FFF;
margin: 0;
padding: 0;
}


.mainBottom{
  background: url(img/mainBottom.gif) no-repeat;
  height: 8px;
  margin: 0 0 20px;
}

#header {
padding: 5px 0 0 20px;
margin: 0 0 27px;
}

#content {
padding: 13px 20px 13px;
}

#footer {
text-align: center;
}



.bild_text td {
background-position:left top;
padding-left:0px;
padding-right:5px;
text-align:left;
vertical-align:top;
}

.formButton {
background-color:#FFFFFF;
border-width:1px;
margin:5px;
}





/*Eigene Definitionen*/
.error{
color: #FF0000;
}

.valignMiddle{
	vertical-align: middle;
}


.picturelink {
	margin: 13px;        
	float: left;
}

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

}

.imagegallery img {
	border: 0;
}

/*DatePicker*/
#datePicker{   
		margin:0 auto; 
    }
    #datePicker, .viewWrap{
			height:180px;
			width:500px;
		}

		#datePicker .view table{
			float:left;
			width:150px;
			border:1px solid #000066;
			height:150px;
		}
		#datePicker .view .calendar{
			vertical-align:top;
			text-align:center;
			padding:0px 5px;
			font-size:10px;
		}
		#datePicker .calendar td{
			cursor:pointer;
		}
		#datePicker .view .header{
			background-color:#eee;
			text-align:center;
			font-size:1.1em;
		}
		#datePicker .viewWrap{
			border:1px solid #eee;
			overflow:auto;
		}
		#datePicker .next{
			float:right;
		}
		#datePicker input.active{
			border:2px solid #FF6600;
		}
		#datePicker td.active{
			background-color:#333;
			color:#fff;
		}
		#datePicker td.selected{
			background-color:#666666;
			color:#fff;
		}
		#datePicker .disabled table th{
			color:#000;
		}
		#datePicker .disabled table td, #datePicker tr.disabled td, #datePicker td.disabled{
			color:#EEE;
		}



/*swfupload*/
/* -- Form Styles ------------------------------- */
form {	
	margin: 0;
	padding: 0;
}



fieldset {
	border:  1px solid #afe14c;
	margin: 5px 0;
	padding: 20px 10px;
}

/* IE6 FIX */
html fieldset { 
	position: relative; 
	margin-top:1em;  
}
/* IE6 FIX */
html legend { 
	position:absolute; 
	top: -0.5em; 
	left: .5em; 
}

fieldset.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
}

legend {
	font: 700 14px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0 10px;
	color: #73b304;
}

input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 5px;
	padding: 2px 3px;
}

.formButton {
	border-width: 1px;
	background-color: #FFF;
	margin: 5px;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 

	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */


.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../../myScripts/gallery/upload/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a:hover.progressCancel {
	background-position: 0px 0px;
}








