/**
 * rolands-grill.de CSS Document
 *
 * @author David Bláha, www.davidblaha.de
 */

html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #8aa109;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
}

tr, td {
	text-align:left;
}

a:link {
	color: #ff0000;
	text-decoration: underline;
}

a:visited {
	color: #ff3300;
	text-decoration: underline;
}

a:hover {
	color: #ff6633;
	text-decoration: none;
}

.rolandsContent {
	background-color: #b9c421;
}

.rolandsGrueneUeberschrift {
	color: #ffff00;
	font-weight: bold;
	font-size: 12pt;
}

.rolandsGruenerText {
	color: #ffff00;
}

.rolandsWeisseUeberschrift {
	font-weight: bold;
	font-size: 12pt;
}

.textEingabe {
	background-color: #d9df85;
	border-width: 1px;
	border-color: #96a11c;
	color: #333333;
}

.textEingabeInaktiv, .textEingabe:disabled {
	background-color: #999999;
	border-width: 0px;
	border-color: #999999;
	border-style: solid;
	color: #333333;
	text-shadow:none;
	padding: 1px;
}

.bestellTabelle {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.weisserHintergrund {
	background-color: #FFFFFF;
}

.rolandsRoterText {
	color: #ff3300;
}

.kleinerText {
	font-size: 10pt;
}

.subunternehmerKopfLinks {
	/*border-top: 1px #ffff00 solid;
	border-left: 1px #ffff00 solid;*/
}

.subunternehmerKopfMitte {
	/*border-top: 1px #ffff00 solid;*/
}

.subunternehmerKopfRechts {
	/*border-top: 1px #ffff00 solid;
	border-right: 1px #ffff00 solid;*/
}

.subunternehmerArtikelLinks {
	/*border-left: 1px #ffff00 solid;
	padding-left: 5px;*/
}

.subunternehmerArtikelRechts {
	/*border-right: 1px #ffff00 solid;*/
}

.subunternehmerFuss {
	/*border-bottom: 1px #ffff00 solid;
	border-left: 1px #ffff00 solid;
	border-right: 1px #ffff00 solid;*/
}
