/**
 * Globales Stylesheet für wifon.de
 */

html, body {
	background-color:		#FFFFFF;
	color:					#000000;
	font-family:			Arial, Verdana, Helvetica, Times, Courier;
	font-size:				13px;
	margin:					0px;
	padding:				0px;
}

hr {
	border:					0;
	background:				none;
	height:					1px;
	border-bottom:			2px solid #E1E1E1;
}

a {
	text-decoration:		none;
	color:					#0081B5;
}

a:hover {
	text-decoration:		underline;
	color:					#006994;
}

img {
	border:					0px none;
	padding:				0px;
	margin:					0px;
}

form {
	margin:					0px;
	padding:				0px;
}

h1 {
	font-size:				18px;
	color:					#C4C4C4;
	text-align:				right;
	margin:					5px 5px 15px 5px;
}

h3 {
	color:					#0081B5;
}

fieldset {
	border:					1px solid #99CCE1;
}

fieldset legend {
	font-weight:			bold;
	font-style:				italic;
}

.left {
	float:					left;
}

.right {
	float:					right;
}

.center	{
	margin:					0px auto;
}

.text_left {
	text-align:				left;
}

.text_right {
	text-align:				right;
}

.text_center {
	text-align:				center;
}

.text_justify {
	text-align:				justify;
}

table.noborder_100 {
	border:					0px none;
	border-collapse:		collapse;
	empty-cells:			show;
	width:					100%;
}

table.noborder_100 tr {
	vertical-align:			top;
}

table.noborder_100 th, table.noborder_100 td {
	text-align:				left;
}

/**
 * Meldungen 
 */
 
div.error ul, div.li_array_error ul {
	list-style-type: 	square;
	color:				#C40000;
	font-weight:		bold;
	line-height:		18px;
	list-style-image:	none;
	padding-left:		20px;
	margin:				0;
}

div.warning ul, div.li_array_warning ul {
	list-style-type: 	none;
	color:				#8A7B4A;
	border:				1px solid #B18F3E;
	background-color:	#FFFBCF;
	font-weight:		bold;
	line-height:		18px;
	list-style-image:	none;
	padding-left:		5px;
	margin:				0;
}

div.success ul, div.li_array_success ul {
	list-style-type: 	square;
	color:				#1EA013;
	font-weight:		bold;
	line-height:		18px;
	list-style-image:	none;
	padding-left:		20px;
	margin:				0;
}

div.noscript_warning {
	border: 2px solid #FEA52F;
	background-color: #FEEAAC;
	padding: 3px;
	color: #C40000;
	margin: 10px 0;
}