* { /* Entfernt alle Abstände */
	margin: 0px;
	padding: 0px;
}

/**********************************************************************/
/** font,text *********************************************************/
/**********************************************************************/

body,p,a,h1,h2,h3,h4,h5,h6,td,th,label,legend,caption,li,blockquote,address,pre,input,select,textarea,button,code {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	text-decoration:none;
}
	
	
pre,input,select,textarea,code {
	font-family: 'Courier New', monospace;
}

body {
	text-align:center;	/* Mittige Ausrichtung für IE */
	vertical-align:top;
}

h1 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:20px;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:15px;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}

h5 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}

h6 {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:5px;
}


/**********************************************************************/
/** table *************************************************************/
/**********************************************************************/

table {
	border-collapse: separate;
	border-spacing: 0px;
	caption-side: bottom;
	empty-cells: show;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}


/**********************************************************************/
/** border ************************************************************/
/**********************************************************************/

table,tr,td,th,img,button {
	border-color: #000000;
	border-width: 1px;
	border-style: none;
}

input,select,textarea,hr {
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
}

input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"] {
	border-style: none;
}

option {
	padding-right: 5px;
}

/**********************************************************************/
/** image *************************************************************/
/**********************************************************************/

img {
	vertical-align: bottom;
}


/**********************************************************************/
/** list **************************************************************/
/**********************************************************************/

ul,ol {
	margin-left: 15px;
}


/**********************************************************************/
/** links *************************************************************/
/**********************************************************************/

a { /* link */
	color: #ee0000;
}

.button {
	display: inline-block;
	width: 33%;
	text-align: center;
}
