@charset "UTF-8";
[href^="http://"]:after {
content: ' 	';
}

*{
background-color : ffb54b;
}
html, body {
	height: 100%;
	margin: 0 auto;
	width : 100%
	

}
div{
height: 100%;
overflow-y: scroll;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tabellenkopf{
	width : 100%;
	min-width : 1000px;
	max-width : 1400px;
}

.tabellen_seite{
	width : 100%;
	min-width : 1000px;
	max-width : 1400px;
	
}

.Eingabefeld{
width:350px;
}

.trenner{
background-image:url('../img/trenner.jpg');
background-repeat:repeat-x;
}


.button_anfang{
background-image:url('../img/button_anfang.jpg');
background-repeat:no-repeat;
}

.button_mitte{
background-image:url('../img/button_mitte.jpg');
background-repeat:repeat-x;
}

.button_ende{
background-image:url('../img/button_ende.jpg');
background-repeat:no-repeat;
}

.schrift_menue{
font-size : 15px;
font-family: "Comic Sans MS", cursive;
font-weight: bold;
}

.schrift_basic{
font-size : 15px;
font-family: "Comic Sans MS", cursive;
}

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

}

a:link {
text-decoration: none; 
color : black;
}

a:hover {
text-decoration: underline;
color : red;
}

a:visited {
color : black;
}

a:active{
text-decoration: none; 
color : green;
}

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

