/*
	CSS for web-portal of the company "Realitäten Perkonig"
	developed by ragger-it
*/

/*
	Attributes for the whole web-portal
*/
	
body {
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
	white-space: normal;
	letter-spacing: 0px;
	background-image: url(../images/background02.gif);
}

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FD7E06;
	cursor: pointer;
}

.cell_with_white_bg {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.table_grey {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin-bottom: 1px;
	empty-cells: hide;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
}

/*
	Attributes for the forms of this portal
*/
#formfield {
	width: 150px;
	height: 17px;
	font-size: 10px;
}
#formbutton {
	width: 150px;
	height: 18px;
	font-size: 9px;
}
#formtextbox {
	width: 150px;
	height: 80px;
	font-size: 10px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*	
	Attributes for the main table that holds nearly all the content
*/
#maintable {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	empty-cells: hide;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}




/*
	Attributes for the border cells of the main table frame
*/
#cell_going_all_left {
	background-image: url(../images/background_shaddow_left_all02.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 18px;
	height: 453px;
}
#cell_going_orange_left {
	background-image: url(../images/background_shaddow_left_orange02.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 18px;
}
#cell_going_all_right {
	background-image: url(../images/background_shaddow_right_all02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 18px;
	height: 453px;
}
#cell_going_orange_right {
	background-image: url(../images/background_shaddow_right_orange02.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 18px;
}
#cell_going_white_left {
	background-image: url(../images/background_shaddow_left_white02.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 18px;
}
#cell_going_white_right {
	background-image: url(../images/background_shaddow_right_white02.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 18px;
}
#cell_going_grey_left {
	background-image: url(../images/background_shaddow_left_grey02.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 18px;
	height: auto;
}
#cell_going_grey_right {
	background-image: url(../images/background_shaddow_right_grey02.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 18px;
	height: auto;
}
#cell_going_grey_bottom {
	background-image: url(../images/background_shaddow_bottom_grey02.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}
#cell_going_grey_bottom_corner_right {
	background-image: url(../images/background_shaddow_bottomright_grey02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 18px;
}
#cell_going_grey_bottom_corner_left {
	background-image: url(../images/background_shaddow_bottomleft_grey02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 18px;
}


/*
	Attributes for the main menue table
*/
.mainmodule_table  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
.mainmodule_table  tr	{
	padding-top: 1px;
	padding-bottom: 1px;
}
.mainmodule_cell_top_left_orange {
	background-repeat: no-repeat;
	background-position: left top;
	/* height: 16px; */
	width: 10px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #FF7500;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #AAAAAA;
	border-left-style: solid;	
}
.mainmodule_cell_top_right_orange {
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #FF7500;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-right: 1px;
	border-right-color: #AAAAAA;
	border-right-style: solid;	
}
.mainmodule_cell_top_center_orange {
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #FF7500;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;	
}
.mainmodule_cell_top_left_darkgrey {
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #DEDBDE;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #AAAAAA;
	border-left-style: solid;
}
.mainmodule_cell_top_right_darkgrey {
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #DEDBDE;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-right: 1px;
	border-right-color: #AAAAAA;
	border-right-style: solid;
}
.mainmodule_cell_top_center_darkgrey {
	background-repeat: repeat-x;
	background-position: left top; 
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #DEDBDE;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.mainmodule_cell_top_left_grey {
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 10px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #EFEFEF;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #AAAAAA;
	border-left-style: solid;
}
.mainmodule_cell_top_right_grey {
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #EFEFEF;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-right: 1px;
	border-right-color: #AAAAAA;
	border-right-style: solid;
}
.mainmodule_cell_top_center_grey {
	background-image: url(../images/background_menue_grey_top_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #EFEFEF;
	border-top: 1px;
	border-top-color: #AAAAAA;
	border-top-style: solid;	
}
.mainmodule_cell_bottom_center {
	background-repeat: repeat-x;
	background-position: center bottom;
	letter-spacing: 1px;
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	background-color: #EFEFEF;
	border-bottom: 1px;
	border-bottom-color: #AAAAAA;
	border-bottom-style: solid;
}
.mainmodule_cell_bottom_left {
	background-repeat: no-repeat;
	background-position: left bottom;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	background-color: #EFEFEF;
	border-bottom: 1px;
	border-bottom-color: #AAAAAA;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: #AAAAAA;
	border-left-style: solid;
}
.mainmodule_cell_bottom_right {
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	height: 10px;
	width: 10px;
	background-color: #EFEFEF;
	border-bottom: 1px;
	border-bottom-color: #AAAAAA;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-color: #AAAAAA;
	border-right-style: solid;
}
.mainmodule_cell_center_left {
	background-repeat: repeat-y;
	background-position: left center;
	background-color: #EFEFEF;
	border-left: 1px;
	border-left-color: #AAAAAA;
	border-left-style: solid;
}
.mainmodule_cell_center_right {
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #EFEFEF;
	border-right: 1px;
	border-right-color: #AAAAAA;
	border-right-style: solid;
}
.mainmodule_cell_center_center {
	background-position: center center;
	text-align: center;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Verdana;
	background-color: #EFEFEF;	
}
.submodule_cell_bottom_center_grey {
	background-repeat: repeat-x;
	background-position: center bottom;
	letter-spacing: 1px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	background-color: #FFFFFF;
}
.submodule_cell_bottom_left_grey {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	background-color: #FFFFFF;
	border-left-color: #AAAAAA;
	border-left-style: solid;
	border-left-width: 1px;
}
.submodule_cell_bottom_right_grey {
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	height: 10px;
	width: 10px;
	background-color: #FFFFFF;
	border-right-color: #AAAAAA;
	border-right-style: solid;
	border-right-width: 1px;
}

/*
	Attributes for the navigation menue (home, links, kontakt, etc...)
*/
.navigationmodule_table {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}
a.navigationmodule_cell {
	font-size: 13px;
	letter-spacing: 1px;
	color: #636563;
}
td.navigationmodule_cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	padding-top: 3px;
}

.moduletableNavigation {
	border: 1px solid #999999;
	width: 100%;

}
.moduletableNavigation tr th {
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #DEDBDE;
	height: 16px;
	vertical-align: center;
}
.moduletableNavigation tr td table tr td {

	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #666666;
	font-family: Tahoma, Arial, Verdana;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #EFEFEF;
	height: 16px;
	vertical-align: center;
}


/*
	Attributes for the footer table (for navigation to AGBs and so on... )
*/
.footermodule_table {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
	empty-cells: hide;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	text-align: right;
}
.footerinner_table {
	text-align: right;
}
.footermodule_cell_center_left {
	width: 0px;
}
.footermodule_cell_center_center {
	width: 100%;
}
.footermodule_cell_center_right {
	width: 0px;
}
td.footermodule_cell {
	padding-left: 15px;
}
a.footermodule_cell {
	color: #636563;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}


/*
	Attributes for the folder table at the top of the portal
*/
foldermodule_cell_center_center {
	text-align: center; 
	width: 100%; 
}
foldermodule_table {
}
td.foldermodule_table_links {
	background-image: url(../images/folder_full_grey.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 120px;
	text-align: center;
	vertical-align: center;
	height: 24px;	
} 
td.foldermodule_table_links_large {
	background-image: url(../images/folder_full_large_grey.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 140px;
	text-align: center;
	vertical-align: center; 
	height: 24px;	
}
td.foldermodule_table_upsidedown_links {
	background-image: url(../images/folder_full_upsidedown_grey.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 120px;
	text-align: center;
	vertical-align: center;
	height: 24px;	
}

td.foldermodule_table_upsidedown_links  {
	background-image: url(../images/folder_full_upsidedown_grey.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 120px;
	text-align: center;
	vertical-align: center;
	height: 24px;	
}



a.foldermodule_table_links {	
	text-align: center;
	vertical-align: center;
}


/*
	Attributes for the lists of content items for the user part of the page
*/
table.userlist {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

table.userlist th {
	background-repeat: no-repeat;
	background-position: center top;	
	color: #666666;	
	cursor: n-resize;
	border-bottom-width: 1px; 
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #DEDBDE;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-left-color: #AAAAAA;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.userlist tr.userRow0 {
	background-position: center center;
	background-color: #EFEFEF;	
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

table.userlist tr.userRow0:hover { 
	background-position: center center;
	background-color: #F0F0F0;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


table.userlist tr.userRow1 {
	background-position: center center;
	background-color: #EDEDED;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

table.userlist tr.userRow1:hover { 
	background-position: center center;
	background-color: #F0F0F0;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

table.userlist tr td {
	/* padding-top: 10px; 
	   padding-bottom: 10px; */
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
	height: 34px;
}

/*
	Attributes for the detailed content item presentation  
*/
table.useritem {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

table.useritem th {
	background-repeat: no-repeat;
	background-position: center top;	
	color: #666666;	
	border-bottom-width: 1px; 
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #DEDBDE;
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-left-color: #AAAAAA;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
	padding-top: 1px;
	padding-bottom: 1px;	
}
table.useritem tr.userRow {
	background-position: center center;
	background-color: #EFEFEF;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*
	Attributes for the content part of the web-portal
*/
.contentheading  {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 1px;
	margin-bottom: 1px;
	empty-cells: hide;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.contentpaneopen {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	width: 100%;
}


.mainlevel {
background-color: #EFEFEF;
margin-top: 3px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 4px;
display: block;
width: 170px;
vertical-align: middle;
color:#636563;
font-size:13px;
text-align:center;
font-weight:bold;
border-bottom:1px solid white;
margin:0 auto;
}

a.sublevel{
	color:#7d7d7d; 
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	padding-left: 15px;
	width: 156px;
	display: block;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	width: 156px;	
	border-bottom: 1px dashed #cccccc;
	background:url(../images/indent6.png) no-repeat left center;
	}
a.sublevel:hover, a.sublevel#active_menu{
	background-color:#e0dede;
	}
html>body a.sublevel {width:156px;} /*Opera FIX*/

/*userRow{EVENORODD}*/
.rowHover0{background-color:#efefef; cursor:pointer;}
.rowHover0:hover{background-color:#DBDEDB;}

.rowHover1{background-color:#f2f2f2; cursor:pointer;}
.rowHover1:hover{background-color:#DBDEDB;}

