/* ########### Beginn der Tag-Definitionen ########### */

/* Hintergrundfarbe, Schriftfarbe und Schriftart, verhalten bei Links */

body { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	}

a:link {
	font-size: 12px;
	color: #828282;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-size: 12px;
	color: #828282;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #be1f24;
	background-color: #be1f24;
	text-decoration: none;
	font-weight: bold;
}

/* Formulare */

input {
	border: #000000;
	border-style: solid;
	border-width: 1px;
	border-spacing: 5px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

select {
	border: #000000;
	border-style: solid;
	border-width: 1px;
	border-spacing: 5px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

textarea {
	border: #000000;
	border-style: solid;
	border-width: 1px;
	border-spacing: 5px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.radio {
	border: #000000;
	border-style: none;
	border-width: 0px;
	border-spacing: 5px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


hr {
		width: 300px; 
		color: black; 
		background-color: black; 
		height: 1px;
		text-align: center; 
		border: none;
}


/* ########### Ende der Tag-Definitionen, Beginn der Klassen-Definitionen ########### */

#div_add {

	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: block;
	letter-spacing: 0.75px;
	font-weight: normal;
	top: 100px;
	left: 200px;
	width: 200px;
	height: 200px;
	z-index: 1;
	border-style: solid;
	border-width: 2px;
	border-color: #3366FF;
	
}

#div_banner {

	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: block;
	letter-spacing: 0.75px;
	font-weight: normal;
	top: 100px;
	width: 320px;
	left: 500px;
	z-index: 1;
	border: none;
		
}

#div_info {

	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: block;
	letter-spacing: 0.75px;
	font-weight: normal;
	top: 220px;
	left: 500px;
	width: 320px;
	height: 80px;
	z-index: 1;
	border-style: solid;
	border-width: 2px;
	border-color: #6699CC;
	
}

.big {

	font-weight: bold;
	font-size: 14px;

}