body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #80aee1;  
}


/* ***********************************
 *           FONTS                   *
 *************************************/
h1, h2, h3 {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;

}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

p, li{
	margin: 0px;
	margin-bottom: 5px;
}

p, li, td{
	text-align: left;
	vertical-align: top; 
}

a:link, a:visited {
	color:#000;
}
a:active, a:hover {
	color:#aaa;
}



/* ***********************************
 *           LAYOUT                  *
 *************************************/
#page{
	width: 100%;
	text-align: center;
}

#layout{
	width: 900px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#title{
	background-color: #000;
	color: #f00;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	border: 0px;
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright:30px;
}


#content {
	float: right;  
	width: 694px;  /*  700 - 2*1px für Border */
	vertical-align:top;
	padding: 0px 10px 10px; 
	border: 1px solid #000;
/*	border-top: 0px;  */
}
#content, #iFrame {
	background-color: #ddd;
}

#footer{
	clear: right;
	width: 100%;
	text-align: right;
}




/* ***********************************
 *            MENU                   *
 *************************************/

#menuBar{
	float: left;
	background-color: #aaa;  
/*	background-color: transparent; */
	vertical-align: top;
	width: 178px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;  
/*	border: 0px; */
}

a.menuButton,
a.menuButtonActive {
	display: block;
	border: 1px solid #000;
	background-color: #7b7d8e;
	position: relative;
	left: 0px;
	top: 0px;
/*	margin: 1px; */
	margin: 4px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
	cursor: default;
}

a.menuButton:hover,
a.menuButtonActive,
a.menuButtonActive:hover {
/*	border-color: #000 #fff #fff #000;  */
	background-color: #737994;
	color: #fff;
}

div.menu {
	position: absolute; 
	left: 0px;
	top: 0px;
	padding: 0px;
	border: 1px solid #000;
/*	border-bottom: 0px; */
/*	border-color: #fff #000 #000 #fff; */
	background-color: #aaa; 
	color: #000;
	visibility: hidden; 
	z-index: 101;
}

a.menuItem, 
a.menuItemActive {
	display: block;
	border: 1px solid #000; 
	background-color: #7b7d8e;
/*order-color: #aaa; */
	margin: 4px;
	padding: 4px 10px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default; 
}

a.menuItem:hover,
a.menuItemActive,
a.menuItemActive:hover {
/*	border-color: #000 #fff #fff #000; */
	background-color: #737994;
	color: #fff;
}



.titlemenu, .titlemenu:link, .titlemenu:visited {
	color: #ddd;
	text-decoration: none;
}


/* ***********************************
 *            OTHERS                 *
 *************************************/

.gb-tbl-article{
	border:1px solid #000;
	width:100%;
	background-color: #aaa;
}
.gb-cell-1, .gb-cell-2, .gb-cell-3 {
	background-color: #7b7d8e;
}
.gb-cell-1 {
	width:30%;
	text-align: left;
}
.gb-cell-2 {
	text-align:center;
	font-size:11px;
	font-style:italic;
	width:40%;
}
.gb-cell-3 {
	text-align:right;
	width:30%;
}
.gb-cell-4 {
	text-align: left;
}
.gb-image {
	float:left;
	border:0px;
	margin: 0px 10px 10px 0px;
}
.gb-linkimage {
	border:0px;
}


/* ***********************************
 *            OTHERS                 *
 *************************************/
.image {
	border: 1px solid #000;
}
.red {
	color: #f00;
}
table.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

