@charset "UTF-8";
[href^="http://"]:after {
content: ' 	';
}
html, body {
	height: 100%;
	margin: 0 auto;
	width : 100%;
}
*{
background-color : white;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tabellenkopf,.trenner, .button_anfang, .button_mitte, .button_ende, #hidden{
	display : none;
}

#agb{
	width : 100%;
	min-width : 1000px;
	max-width : 1400px;
}

.schrift_basic{
font-size : 15pt;
font-family: "Comic Sans MS";
}

.schrift_uebeschrift{
font-size : 25pt;
font-family: "Comic Sans MS", cursive;
font-weight: bold;

}

#text_link{
text-decoration: underline;
color : red;
}

