	/***************
	* Allgemeine Styles (Common Elements)*
	*************************/
	p {
	margin-top: 3px;
	margin-bottom: 5px;
	}
	
	img {
	border: 0px;
	vertical-align:bottom;
	}
	
	form {
		margin: 0px;
		padding:0px;
	}

	ol {
		padding:0px;
	}
	
	li {
		margin: 0px;
		padding:0px;
	}
	
	fieldset {
		border: 0;
	}
	
	.right {
		text-align:right;
	}
	
	.left {
		text-align:left;
	}
	
	.center {
		text-align:center;
		margin:auto;
	}
	
	.small {
	font-size: 0.9em;
	}
	
	.bold {
	font-weight: bold;
	}

	#success {
		position: absolute;
		display:none;
		z-index:100;
		left:35%;
		right:65%;
		top:200px;
		padding:10px;
		width:350px;
		height:20px;
		background: green;
		color: white;
		font-weight:bold;
		text-align:center;
		border: 10px solid #4dcb31;
	}
	
	#error {
		position: absolute;
		display:none;
		z-index:100;
		left:35%;
		right:65%;
		top:200px;
		padding:10px;
		width:350px;
		height:20px;
		background: red;
		color: white;
		font-weight:bold;
		text-align:center;
		border: 10px solid AA2E00;
	}
	

