/*
	file: style.css
*/

img {display:block;}
textarea {resize: none;}

body {
	overflow:scroll; /* Lässt x und y Scrollbalken immer anzeigen */
	overflow-x: auto; /* Blendet x Scrollbalken wieder aus, nur wenn benötigt (auto) */
	}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a {outline: none;}  /* Entfernt rote Umrandung beim Klick auf den Link */

.big_text {
	font-family: Arial, sans-serif; 
	font-size:16pt; 
	color: #1d1b1a;
	LINE-HEIGHT: 120%;
	font-weight:normal;
	text-decoration:none;
	}

.small_text {
	font-family:Arial; 
	font-size:10pt; 
	color: #1d1b1a;
	LINE-HEIGHT: 130%;
	font-weight:normal;
	text-decoration:none;
	word-spacing: 1px;
	letter-spacing: 0.4px;
	}

.red_text {
	font-family: Arial; 
	font-size:8pt; 
	color: #ff0000;
	LINE-HEIGHT: 130%;
	font-weight:normal;
	text-decoration:none;
	word-spacing: 1px;
	letter-spacing: 0.4px;
	}

.brown_text {
	font-family: Arial; 
	font-size:10pt; 
	color: #925a21;
	LINE-HEIGHT: 130%;
	font-weight:normal;
	text-decoration:none;
	word-spacing: 1px;
	letter-spacing: 0.4px;
	}

.input_small {
	width: 254px;
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000;
	}

.textarea_big {
	width: 254px; 
	height: 39px;
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000;
	}

.input_big {
	width: 362px;
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000;
	}

.textarea_bigger {
	width: 362px; 
	height: 129px;
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000;
	}

