/* CSS Dokument für GMWCONSULT */

html {
	width: 100%;
	height: 100%;
}


/* Schriften */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.7em;
	font-style: bold;
	color: #C20003;
}

h2 {
	font-size: 1.5em;
	font-style: bold;
	color: #000000;
}

h3 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-style: bold;
	color: #000000;
}

/* Links */

a:link, a:visited {
	text-decoration: underline;
	color: #C20003;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF0104;
}



/* Sontige Definitionen */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #900404;
}

.bordertwo {
	border: 1px solid #EFEFEF;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #555555;
}

li {
	margin-bottom: 15px;
}


input {
	width: 70%;
	height: 2.0em;
	background-color: #000000;
	border: 4px solid #900404;
	color: #FFFFFF;
	font-size: 1.4em;
}

.inputbig {
	width: 70%;
	height: 10.0em;
	background-color: #000000;
	border: 4px solid #900404;
	color: #FFFFFF;
	font-size: 1.4em;
}

.abschickenbutton {
	width: 71%;
	background-color: #900404;
	border: 4px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6em;
}
