/* globals */

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
}

h1, h2 {
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.7em;
}

a:link, a:visited {
	color: #EE0088;
	text-decoration: none;
}

	a:hover, a:active {
		text-decoration: underline;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* layout */ 

html {
	height: 100%;
	overflow-y: scroll;
}

	body {
		background-color: #eee;
		color: #404040;
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		height: 100%;
		margin: 0 auto;
		padding: 0 auto;

	width: 780px;	}

		div#wrapper {
			/* background: url(../images/oben2.gif) center top no-repeat; */
			margin: 0 auto;
			padding: 15px 0 10px 0;
			width: 780px;
			background-color: #fff;
		}

			form {
				margin: 25px 0;
			}

			label {
				display: block;
				float: left;
				margin-right: 10px;
				width: 100px;
			}

			input.pink { 
				background-color:#fff;
				border:1px dashed #EE0088; 
				color:#404040;
				padding: 3px;
				width: 382px; 
			}
			
			input[type=submit].pink { 
				width: 92px; 
			}			
			
			input#search.pink { 
				margin-right: 10px;
				width: 390px; 
			}			
			
			input.specialChar.pink { 
				width: 25px;
			}				

			table#dictPages {
				border-spacing: 1px;
				width: 750px;
			}
			
				table#dictPages td {
					padding: 5px;
					width: 155px;
				}

				table#dictPages td.prev {
					text-align: left;
				}
				
				table#dictPages td.page {
					text-align: center;
				}				
				
				table#dictPages td.next {
					text-align: right;
				}

			table#dictResults {
				border-spacing: 1px;
				width: 780px;
			}
			
				table#dictResults thead tr {
					background-color: #e5e5e5;
				}
				
					table#dictResults thead tr td {
						font-weight: bold;
						text-align: center;
					}
				
				table#dictResults tr {
					background-color: #fff;
				}
				
				table#dictResults tr.alter {
					background-color: #f2f2f2;
				}
				
				table#dictResults td {
					padding: 5px;
					width: 155px;
				}