/* Farbschema
   var. 1 = #FF6700 = rgb(255,103,0)
   var. 2 = #98623D = rgb(152,98,61)
   var. 3 = #6F2D00 = rgb(111,45,0)
   var. 4 = #FF9D5B = rgb(255,157,91)
   var. 5 = #FFC9A4 = rgb(255,201,164)
*/

body {
	font-family: Arial;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	background-color: gray;
	cursor: default;
}

p {
	font-size: 10pt;
	color: #333;
}

p:hover {
	/* background-color: #F6F6F6; */
	color: black;
}
img {
	border: 0;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: rgb(204,81,0); /* 80% Helligkeit */
	color: rgb(127,51,0); /* 50% Helligkeit */
	color: rgb(255,102,0);
}

a:visited {
/*	color: rgb(127,51,0); */ /* 50% Helligkeit */
}

#outerMiddle ul li{
	list-style-type: square;
	font-size: 10pt;
	color: #333;
	line-height: 1.1em;
	margin: 10px;
	padding: 0;
}

ol {
	color: black;
	font-size: 10pt;
	line-height: 1.5em;
}

li:hover {
/*	background-color: #F6F6F6; */
	color: black;
}

table, td { 
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

.leftalign {
	text-align: left;
}
table#outer {
	width: 900px;
}

#outerTop {
	background-color: black;
	height: 24px;
	color: white;
	text-align: right; 
	font-size: 9pt;
	/*border: 1px solid black; */
	background-image: url(images/topmenu_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
	padding-right: 10px;
}

#outerTop  a {
	text-decoration: none;
}

#outerLeft {
	background-color: #EEE;
	/* border-left: 1px solid black; */
	border-right: 1px solid gray;
	width: 220px;
	padding: 10px;
}

#outerMiddle {
	padding: 10px;
	min-height: 600px;
	min-width: 480px;
	width:480px;
	background-color: white;
}

#outerMiddleHome {
	margin: 0;
	padding: 10px;
	min-height: 500px;
	min-width: 500px;
	width:500px;
	background-color: #CCC;
}


#outerRight {
	background-color: #EEE;
	border: 0;
	border-left: 1px solid #DDD;
	/* border-right: 1px solid black; */
	width: 200px;
	padding: 10px;
}

#outerBottom {
	background-color: gray;
	color: white;
	font-size: 9pt;
	/* border-top: 1px solid black; */
}
#outerBottom  a {

	text-decoration: none;
}

/* obere Navigationsleiste ------------------------------------------------ */
#topnavi a {
    color: #EEE;
}

#topnavi a:hover {
	color: white;
}

a.first {
	padding-right: 10px;
	border-right: 1px solid #AAA;
}

a.middle {	
	padding-left: 10px;
	padding-right: 10px;
	/* border-left: 1px solid #AAA; */
	border-right: 1px solid #AAA;
}


a.last {
	padding-left: 10px;
}

/* untere  Navigationsleiste ------------------------------------------------ */
#outerBottom a {
    color: #EEE;
}

#outerBottom a:hover {
    color: white;
}

/* linke Navigationsleiste ------------------------------------------------ */

#outerLeft {
	padding: 10px;
}

#outerLeft a {
	color: #DDD;
	text-decoration: none;
	font-size: 9pt;
}

#outerLeft a:hover {
	color: white;
}

#outerLeft ul {
	padding: 0;
	margin: 0;
}

#outerLeft ul li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	background-image: url(images/topmenu_bg.png);
	background-repeat: repeat-x;
	min-height: 24px;
	line-height: 24px;
	text-indent: 10px;
}

#outerLeft ul li.active {
	color: rgb(255,102,0);
	font-weight: bold;
}

#outerLeft ul li:hover {
	background-color: #888;
	color: white;
}

#outerLeft ul li ul {
	padding: 0;
	margin: 0;
}

#outerLeft ul li ul li{ /* LEVEL 2 */
	list-style-type:none;
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: gray;
	height: 24px;
	line-height: 24px;
}

#outerLeft ul li ul li.active{ /* LEVEL 2 */
	background-color: rgb(255,102,0);
}

/* LINKS *********************/
#outerLeft ul li a {
	color: #EEE;
}

#outerLeft ul li.active a {
	color: rgb(255,102,0);
	color: #FF9D5B;
}

#outerLeft ul li.active ul li a {
	color: white;
}

#outerLeft ul li ul li a {
	color: #EEE;
}

/* Rechte Seite (RIGHTBAR) Kontaktblöcke --------------------------------------- */

div.overview {
	width: 180px;
	border: 1px dotted orange;
	border: 0;
	margin: 0;
	padding: 2px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

div.overview h3 {
	color: rgb(255,102,0);
	font-size: 10pt;
	margin: 0;
}

div.overview p {
	font-size: 9pt;
	margin: 0;
	margin-bottom: 4px;
}

div.overview img {
/*	border: 1px solid #DDD; */
}
/* BreadCrumbs --------------------------------------- */
div#breadcrumbs {
	border-bottom: 1px dotted #DDD;
	font-size: 9pt;
}

div#breadcrumbs a {
	color: rgb(255,102,0);
	text-decoration: none;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}

/* *********************************** INNENTEIL ********************************/
#outerMiddle h2{
	font-size: 12pt;
	color: rgb(255,102,0);
	text-transform:uppercase;
	letter-spacing: 2px;
}
#outerMiddle h3{
	font-size: 11pt;
	color: rgb(115,115,115);
	text-transform:uppercase;
	letter-spacing: 2px;
}
#outerMiddle h4{
	font-size: 10pt;
	color: rgb(115,115,115);
	text-transform:uppercase;
	letter-spacing: 1px;
}
#outerMiddle h5{
	font-size: 8pt;
	color: rgb(115,115,115);
	text-transform:uppercase;
	letter-spacing: 1px;
}
#outerMiddle p{
	text-align: left;
	font-size: 10pt;
	color: #333;
}

#outerMiddle a{
	/* color: black; */
}

#outerMiddle a:hover{
	text-decoration: underline;
}

#outerMiddle ul {
	width: 80%;
}

/* Inhaltsübersicht ------------------------------------------------- */
div.panel {
	border-bottom: 1px dotted #DDD;
}

div.panel h2 {
	color: rgb(255,102,0);
	font-size: 12pt;
}

div.panel h2 a {
	color: rgb(255,102,0);
}

div.panel h3 {
	color: rgb(115,115,115);
	font-size: 11pt;
}

div.panel h3 a {
	color: rgb(115,115,115);
	text-decoration: none;
}


/* HOME Page*****************************/
div#banner {
	width: 890px;
	border: 1px solid #AAA;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 300px;
	background-image: url(images/grcp_logo.jpg);
	background-color: #EEE;
}

td.container {
	background-color: white;
	padding: 10px;
	margin-bottom: 1px;
	position: relative;
	border: 1px solid #AAA;
	border-right-color: gray;
	border-bottom-color: gray;
	border-top: 3px solid rgb(255,102,0);
	min-width: 150px;
	width: 20%;
	padding: 5px;
	margin: 0;
	line-height: 1em;
	text-align: left;
}

td.container h2 {
	font-size: 11pt;
	font-weight: bold;
	height: 2em;
}

td.container p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
	height: 100px;	
}

td.container a {
	font-size: 10pt;
	text-decoration: none;
}

td.container h2 a {
	font-size: 12pt;
	color: rgb(255,102,0);
	letter-spacing: 0;
	text-transform: none;
}

td.sep {
	background-color: transparent;
	border: 0;
	width: 10px;
	white-space: nowrap;
	margin: 0;
	padding:0;
	font-size: 1px;
}

#outzerMiddleHome table {
	border: 0;
}
p.leftalign {
	text-align: left;
}

td#outerMiddle td.container p.leftalign {
	text-align: left;
}

/* Download -button ------------------- */
div.download {
	width: 100px; 
	height: 24px; 
	color: white; 
	font-size: 9pt; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	line-height:1em; 
	background-color: transparent;
/*	background-image: url(images/black_button_120.png); */
	background-image: url(images/black_button_100x24.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 0 0;
}

div.download a {
	text-decoration: none;
	color: white;
}

div.download a img {
	border: 0;
}

/* Eingabefelder und Buttons im Rightbar für Login */
div.overview input.text {
	border: 0;
	background-color: white;
	color: gray;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	font-size: 9pt;
}

div.overview input.button
, #outerMiddle input.button {
	background-color: transparent;
	background-image: url(images/black_button_100x24.png);
	background-repeat: repeat-x;
	border: 0;
	color: white;
	height: 24px;
	width: 100px;
	cursor: pointer;
}


/* für WYSIWYG Editor */
td#outerMiddle p.heading4 {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

td#outerMiddle p.heading3 {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

td#outerMiddle p {
	text-align: justify;
}

/* RSS Feeds */
div.rssChannel {
/*	border-bottom: 2px dotted blue; */
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
a.rssChannelLink {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	color: rgb(115,115,115);
	text-transform:uppercase;
	letter-spacing: 2px;
}


div.rssItem {
	background-color: white;
	border: 0;
	padding: 0;
	margin:0;
	margin-bottom: 4px;
	border-bottom: 1px dotted orange;
	padding-top: 10px;
}

a.rssItemLink {
	text-decoration: none;
	font-size: 10pt;
	color: #333;
}

a.rssItemLink:hover {
	text-decoration: underline;
	color: black;
}

/* downloadbereich */
table.download {
	background-color: white;
	width: 100%;
}

table.download th {
	text-align: left;
	color: rgb(255,102,0);
	border-bottom: 1px dotted rgb(255,102,0);
	font-size: 8pt;
	white-space: nowrap;
	padding: 0 0 5px 0;
	color: gray;
}


table.download td {
	border-bottom: 1px dotted #DDD;
	font-size: 10pt;
	color: gray;
	white-space: nowrap;
}

table.download a {
	text-decoration: none;
	font-size: 10pt;
}

/* registrierung */
table.signup {
	width: 100%;
}

table.signup th {
	text-align: left;
	color: rgb(255,102,0);
	font-size: 10pt;
}

table.signup th.headline {
	text-align:left;
	font-size: 11pt;
	border-bottom: 1px solid rgb(255,102,0);
	color: rgb(115,115,115);
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Bilder unterhalb des Content */
table.images {
}

td.image {
	width: 150px;
	padding-right: 10px;
}



/* Suchergebnis */
.ajaxSearch_result {
	border-bottom: 1px dotted rgb(255,102,0);
}

a.ajaxSearch_resultLink {
	/* background-color: yellow; */
}

.ajaxSearch_resultExtract {
	border: 0;
	color: #333;
}


/* Kontaktform */
#outerMiddle th {
	text-align: right;
	font-size: 8pt;
	color: #333;
	/* border-bottom: 1px dotted rgb(115,115,115); */
	white-space: nowrap;
	padding: 0 10px 0 0;
	vertical-align: top;
}

#outerMiddle td {
	padding-bottom: 2px;
}

#outerMiddle input {
	width: 100%;
	border: 1px solid rgb(115,115,115);
}

#outerMiddle select {
	width: 100%;
	border: 1px solid rgb(115,115,115);
}

#outerMiddle textarea {
	width: 100%;
	border: 1px solid rgb(115,115,115);
}
hr {
	width: 100%;
	height: 1px;
	color: rgb(255,102,0);
	border-color: rgb(255,102,0);
}

td.hint { font-size: 9pt; color: rgb(115,115,115);}

div.validationMessage {
/*	border: 1px solid gray;
	background-color: rgb(255,224,192); */
	color: red;
	font-weight: bold;
/*	padding: 5px; */
	font-size: 10pt;
	margin-bottom: 10px;
}


/* Boxes */
#outerMiddle ul.boxes {
	list-style-type: none;
}
#outerMiddle ul.boxes li {
	border: 1px solid gray;
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
	width: 128px;
	font-size: 8pt;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	color: black;
	
}

#outerMiddle ul.boxes li.blue {
	background-color: rgb(200,224,255);
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-x;
}

/* table.moduleOverview th {
	background-color: white;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
*/

#moduleOverview {
	width: 456px;
	border: 1px solid gray;
	background-color: rgb(240,240,240);
}

#moduleOverview table {
	border: none;
	width: 450px;
}

#moduleOverview table th {
	padding: 1px 0 1px 2px;
	text-align: left;
	width: 150px;
	border: none;
}

#moduleOverview table th a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
	font-size: 10pt;
}

#moduleOverview table td {
	padding: 0 0 0 2px;
}

#moduleOverview table td a {
	text-decoration: none;
	color: black;
	font-size: 9pt;
}
