/* -----------------------------------------------

	Static-CSS-File Marke Schweiz
	Version 1.0
	Datum: 12.09.2008
	Owner: Marke Schweiz

----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	clear:none !important;
}

body {
	background: #fff;
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%;
}

img {
	border: 0;
}

a {
	color:#e11a27;
	text-decoration:none;
}

a:visited {
	color:#e11a27;
	text-decoration:none;
}

a:hover {
	color:#e11a27;
	text-decoration:underline;
}



ul {
	list-style: none;
}

ol {
	margin-left: 20px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	display: inline;
	left: -1000px;
	overflow:hidden;
	width:0px;
	position:absolute;
	top:-1000px;
	height:0px;
}

blockquote {
	margin:0;
	padding:0;
}

.hidden {
	display: inline;
	left: -1000px;
	overflow:hidden;
	width:0px;
	position:absolute;
	top:-1000px;
	height:0px;
}

#box { 
	text-align: left;
}

.schriftrot {
color:#e11a27;
font-size: 12px;
}

.titelschriftrot {
color:#e11a27;
font-size: 14px;
}

label {
	width: 150px;
	float: left;
	}

input {margin:2px;}

hr { 
   background-color: #cfcfcf; 
   border: none; 
   color: #cfcfcf; 
   height: 1px; 
}

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.indent
{
	padding-left: 30px;
}
