@import url(submenu_side.css);
@import url(database_side.css);
@import url(forum.css);
@import url(gscash.css);
@import url(mygscash.css);
@import url(serviceportal.css);
@import url(kontakt.css);
@import url(login.css);
@import url(mygscash_edit.css);
@import url(tabstyles.css);
body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-image: url(../inc_img/bg_main.png);
	background-repeat: repeat-x;
	background-color: #D5DFE9;
}
.head
{
	width: 100%;
	height: 102px;
}
.mainmenu
{
	border-width:0px;
	margin:0px;
	padding:0px;
}
.submenu
{
	background-image: url(../inc_img/umen_bg.png);
	background-repeat: repeat-x;
	
	
}
.headbar
{
	background-image: url(../inc_img/headbar_bg.gif);
	background-repeat: repeat-x;
}
.submenu-button
{
	font-size: 10px;
	background-image: url(../inc_img/ubutton_bg.png);
	color: navy;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	text-align: left;
	text-decoration: none;
	padding-left:2px;
	padding-bottom:5px;
	
}
.submenu-button-active
{
	font-size: 10px;
	background-image: url(../inc_img/ubutton_bg_active.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	text-align: left;
	text-decoration: none;
	color:#cc6600;
	font-weight:bold;
	padding-left:2px;
	padding-bottom:5px;
	
}
.submenu-button a
{
	color: navy;
	text-decoration: none;
}
.submenu-button a:hover, a:active
{
	color: navy;
	text-decoration: underline;
}

.content-container
{
	margin-top: 10px;
}
.content-main #content_body
{
	border-left: #5088c3 1px solid;
	border-right: #5088c3 1px solid;
	background-color: white;
	height:650px;
}
.content-main #content_footer
{
	background-image: url(../inc_img/content_main_bg_footer.gif);
	background-repeat: repeat-x;
	text-align:right;
	vertical-align:top;
	
}
.table_top
{
}
.table_body
{
	border-left: #5088c3 1px solid;
	border-right: #5088c3 1px solid;
	background-color: white;
	height:650px;
}

.table_bottom
{
	background-image: url(../inc_img/content_main_bg_footer.gif);
	background-repeat: repeat-x;
	text-align:right;
	vertical-align:top;
}

.details-container
{
	margin: 5px;
}
.detail-data
{
	font-size: 10px;
	color: navy;
	font-family: Verdana, Arial;
	margin: 5px;
	float: left;
}
.detail-table-header
{
	background-color: navy;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.detail-table-item
{
	background-color: #D5DFE9;
	padding: 2px;
}

.mygscash-nav
{
	margin: 5px;
	font-size: 11px;
	vertical-align: baseline;
	font-family: Verdana, Arial;
	height: 60px;
	background-color: #f9fbfd;
	color:Black;
	padding:5px;
	display:block;
	border-width:1px;
	border-style:dashed;
	border-color:#8b9caf;
}
h1.mygscash
{
	font-size: 18px;
	font-family: Verdana, Arial;
	color:Navy;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}
.mygscash-nav img
{
	float:left;
	border-width:0px;
	}
.mygscash-nav b
{
	color:Red;
}
a:link.mygscash-nav {
	text-decoration:none;
	display:block;
}
a:visited.mygscash-nav {
	text-decoration:none;
	display:block;
	
}
a:hover.mygscash-nav {
	text-decoration:none;
	border-color:red;
	background-color:#ffffcc;
	display:block;
}
a:active.mygscash-nav {
	text-decoration:none;
	display:block;
}

