html, 
body {
	background-color: #ffd300;
	background-image: url(assets/lines.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	}


/* LINKS */
a,
a:visited,
a:link {
	text-decoration: underline;
	color: #000000;
}

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

/* NAVIGATION */


/* CONTENTS */


/* TYPO */
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

p {
}

.formular p {
	margin: 3px;
}


ul, 
li {
}

/*FORMS*/

form .error {
	color: red;
	font-size: 1em;
}

input.error {
	border: 2px solid red;
}


/* GRAFIK */

.main {
	margin: 7px 0 0 0;
}

.linie {
	background-image: url(assets/lines.gif);
	background-repeat: repeat-y;
	width: 7px;
}

.linie2 {
	background-image: url(assets/lines5.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}

.linie3 {
	background-image: url(assets/lines3.gif);
	background-repeat: repeat-x;
}

.linie10 {
	background-image: url(assets/lines_mitte.gif);
	background-repeat: repeat-y;
}

.toni {
	vertical-align: bottom;
}

.abc {
	position: absolute;
	visibility: hidden;
	width: 385px;
	background-color: #ffd300;
}
