/*##################################*/
/*# KGGR CSS Style                 #*/
/*# Von Roberto Borer - 04.04.2009 #*/
/*##################################*/

/*#################################*/
/*# Globals                       #*/
body
	{
	font-size: 12px;
	font-family: arial, calibri, verdana, Helvetica, sans;
	margin: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	overflow: scroll;
	overflow-x: hidden;
	}
	
.haupt_div
	{
	height: auto !important;
	width: 936px;
  	left: 50%;
    margin-left: -468px;
	border: 1px solid #000000;
	background-color: #FF7C0B;
	position: absolute;
	}
	
.global_input {width: 162px;}
	
.global_button {width: 100px;}
	
.global_error
	{
	text-align: center;
	color: #FFFFFF;
	}

.global_error_2
	{
	text-align: center;
	color: #FF0000;
	}
	
.global_table
	{
	height: 500px;
	width: 99%;
	margin-top: 10px;
	font-size: 13px;
	}
	
.global_left {text-align: left;}

.global_right {text-align: right;}
	
h1
	{
	margin-top: 10px;
	text-align: left;
	color: #FF7C0B;
	width: 100%;
	background-color: #FFE28E;
	text-indent: 10px;
	}	

h2
	{
	color: #4A4A4A;
	font-size: 16px;
	}

/*#################################*/
/*# Head                          #*/
.header
	{
	height: 200px;
	width: 936px;
	background-image: URL(img/headers/head_04.jpg);
	position: relative;
	}
	
/*#################################*/
/*# Bar Navigation                #*/	
.bar
	{
	width: 936px;
	height: 24px;
	float: left;
	border-top: 1px solid #000000;
	background-color: #FF7C0B;
	background-image: URL(img/bar-top.jpg);
	position: relative;
	}
	
.bar_navi
	{
	height: 100%;
	width: 184px;
	margin-top: 5px;
	margin-left: 0px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	}
	
.bar_bottom_text
	{
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	}
	
.bar_lang
	{
	height: 100%;
	width: 180px;
	font-size: 12px;
	margin-left: 753px;
	margin-top: 4px;
	color: #FFFFFF;
	}
	
/*#################################*/
/*# Menü                          #*/
.menu
	{	
	height: auto !important;
	width: 156px;
	float: left;
	background-color: #FF7C0B;
	position: relative;
	}
	
.menu_table
	{
	width: 156px;
	height: 250px;
	margin-top: 1px;
	}
	
.menu_links
	{
	width: 100%;
	height: 18px;
	padding-top: 4px;
	text-indent: 15px;
	float: right;
	}
	
.menu_links_white
	{
	width: 100%;
	height: 18px;
	padding-top: 4px;
	text-indent: 15px;
	float: right;
	background-color: #FFFFFF;
	}
	
.menu_links_white:link {color: #000000;}
.menu_links_white:hover {color: #000000;}
.menu_links_white:visited {color: #000000;}
.menu_links_white:active {color: #000000;}
	
/*#################################*/
/*# Content                       #*/	
.content
	{
	width: 771px;
	height: auto !important;
	border: 1px solid #000000;
	background-color: #FFEDBA;
	float: left;
	position: relative;
	}

.content_text
	{
	width: 95%;
	height: auto !important;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
	}

.content_text a:active {color: #333333;text-decoration: underline;font-size: 12px;font-style: italic;}
.content_text a:visited {color: #333333;text-decoration: underline;font-size: 12px;font-style: italic;}
.content_text a:link {color: #333333;text-decoration: underline;font-size: 12px;font-style: italic;}	
.content_text a:hover {background: #FF7C0B;color: #000000;}

/*#################################*/
/*# Bar Bottom                    #*/	
.bar_bottom
	{
	width: 936px;
	height: 24px;
	background-color: #FF7C0B;
	background-image: URL(img/bar-bottom.jpg);
	float: left;
	position: relative;
	}
	
.bar_bottom_text
	{
	font-size: 10px;
	text-indent: 156px;
	float: left;
	}
	
.bar_bottom_bild
	{
	padding-top: 5px;
	text-indent: 390px;
	}

/*#################################*/
/*# Link Styles                   #*/	
a:link, a:visited, a:active
	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	}

a:hover
	{
	font-style: normal;
	background: #FFFFFF;
	color: #000000;
	}
	
a img
	{
	background: #FF7C0B;
	border: 0px;
	}
		
/*# Main Style END                #*/	
/*#################################*/
/*# login.php                     #*/	
.login
	{
   width: 500px;
   height: 200px;
   left: 50%;
   margin-left: -250px;
   margin-top: 15%;
   background-image: URL(img/kggr-logo.jpg);
   background-color: #FF7C0B;
   background-repeat: no-repeat;
 	border: 1px solid #000000;	
 	position: absolute;
	}

.login_content
	{
	margin-left: 250px;
	margin-top: 50px;
	}

/*#################################*/
/*# admin.php                     #*/
.admin
	{
	height: auto !important;
	width: 800px;
   left: 50%;
   margin-left: -400px;
   margin-top: 20px;
   background-image: URL(img/admin-head.jpg);
   background-repeat: no-repeat;
   background-color: #FF7C0B;
	border: 1px solid #000000;	
	position: absolute;
	}

.admin_icons
	{
	margin-top: 84px;
	margin-left: 750px;	
	position: absolute;
	}
	
.admin_titel
	{
	width: 100%;
	margin-top: 100px;
	font-size: 18px;
	}

.admin_titel_little
	{
	margin-top: 20px;
	width: 100%;
	font-size: 18px;
	}

.admin_table_menu
	{
   width: 100%;
   height: 300px;
	text-align: center;
	margin-top: 100px;
	}

.admin_table_menu a:hover 
	{
	background-color: none;
	}
	
.admin_table_content
	{
	height: 500px;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	}
	
.admin_table_content_2
	{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	}
	
.navi_edit_rang {width: 30px;}
.navi_edit_name {width: 160px;}
.navi_edit_url {width: 310px;	}
	
.admin_buttons_bei {width: 120px;}
