	.dojoDialog {
		background : #eee;
		border : 1px solid #999;
		-moz-border-radius : 5px;
		padding : 4px;
	}
	
	form {
		margin-bottom : 0;
	}

	/* group multiple buttons in a row */
	.box {
		display: block;
		text-align: center;
	}
	.box .dojoButton {
		float: left;
		margin-right: 10px;
	}
	.dojoButton .dojoButtonContents {
		font-size: medium;
	}


body { 
	margin: 0px; 
}

#newstadium {
	position:absolute; 
	top:0px; 
	width:650px;  
	left:2px; 
	margin:0px; 
	bgcolor:white; 
	background:#DDDDDD;">
}

#stadiumlisttop {
	position:absolute; 
	top:63px; 
	left:2px;
	color:white; 
	background:black;
	width:650px; 
	height:25px; 
	z-index:3;
}

#stadiumlist {
	position:absolute; 
	top:86px;
	left:2px; 
	background:#DDDDDD;
	width:650px; 
	z-index:20;
}

#newstadium a {
 	text-decoration: none; 
  font: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#newstadium td {
 	text-decoration: none; 
  font: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


#inhalt { 
  position: relative; 
	padding: 4px; 
  background: white; 
	height: auto; 
	left: 2px; 
	top: 2px; 
	width: 650px;
}


#inhalt input { 
	background: white; 
	border: solid 1px black;
	padding:2px;
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#inhalt button { 
  background: white; 
	border: solid 1px black;
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
}


	.formQuestion {
		background-color:#d0e3f5;
		padding:0.3em;
		font-weight:900;
		font-family:Verdana, Arial, sans-serif;
		font-size:0.8em;
		color:#5a5a5a;
	}
	.formAnswer {
		background-color:#f5eede;
		padding:0.3em;
		margin-bottom:1em;
	}
	.pageSubContentTitle {
			color:#8e8e8e;
			font-size:1em;
			font-family:Verdana, Arial, sans-serif;
			margin-bottom:0.75em;
	}
	.small {
		width: 5.5em;
	}
	.medium {
		width: 10em;
	}
	.long {
		width: 20em;
	}

	span.invalid, span.missing {
		display: inline;
		margin-left: 1em;
		font-weight: bold;
		font-style: italic;
		font-family: Arial, Verdana, sans-serif;
		color: #f66;
		font-size: 0.9em;
	}

	.errorMessage {
		font-weight:bold;
		font-family:Arial, Verdana, sans-serif;
		color:#ff0000;
		font-size:0.9em;
	}
	.warningMessage {
		font-weight:bold;
		font-family:Arial, Verdana, sans-serif;
		color:#ff9900;
		font-size:0.9em;
	}
	.noticeMessage {
		font-weight: normal;
		font-family:Arial, Verdana, sans-serif;
		color:#663;
		font-size:0.9em;
	}

	.dojoMenuBar2 {
		border-top:1px solid #d4d4d4;
	}

		body {
			font-family: Arial, Helvetica, sans-serif;
			padding: 0;
			margin: 0;
		}

		.page {
			padding: 10px 10px 10px 10px;
		}

#stadiumlist td {
	font-weight: normal;
	font-family:Arial, Verdana, sans-serif;
	color:black;
	font-size:0.9em;
}

#stadiumlist a {
    	text-decoration: underline; 
}

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

