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

h1 {
	font-size: 20px;
	font-weight: bold;	
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 07px 0;
	text-align: left;
}

hr {
	border: 0;
	height: 1px;
	border-bottom: 1px solid #C4C4C4;
	outline: 0; 	
}

fieldset {
	border: 1px solid #C4C4C4;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
}

label:hover {
	text-decoration: underline;
}

a {
	color: #C81F21;
	text-decoration: none;
}

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

a img, img {
	border: 0;
	margin: 0;
	padding: 0;	
}

a.linkbox {
	border: 2px solid #AA191C;
	padding: 5px;
	text-align: center;
	margin: 5px auto;
	display: block;
}

a.linkbox:hover {
	border-color: #000000;
}

div.error,
div.success,
div.hint,
div.info {
	border: 1px solid #000000;
	border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	margin: 5px 0;
}

div.error {
	border-color: #AA191C;
	color: #AA191C;
	background-color: #F6AEAE;
}

div.success {
	border-color: #1EA013;
	color: #1EA013;
	background-color: #CEF9C4;
}

div.info {
	border-color: #AEC2DA;
	background-color: #EFF6FF;
	color: #5A90CF;
}

div.hint {
	border-color: #B18F3E;
	color: #8A7B4A;
	background-color: #FFFCEF;
}

div.error ul,
div.success ul,
div.info ul,
div.hint ul {
	margin: 2px;
	padding: 0 0 0 25px;
	list-style-type: square;
}

.container {
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
}

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;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}